simple-carla 2.1.0__py2.py3-none-any.whl → 2.1.2__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- simple_carla/__init__.py +12 -6
- {simple_carla-2.1.0.dist-info → simple_carla-2.1.2.dist-info}/METADATA +1 -1
- {simple_carla-2.1.0.dist-info → simple_carla-2.1.2.dist-info}/RECORD +6 -6
- {simple_carla-2.1.0.dist-info → simple_carla-2.1.2.dist-info}/LICENSE +0 -0
- {simple_carla-2.1.0.dist-info → simple_carla-2.1.2.dist-info}/WHEEL +0 -0
- {simple_carla-2.1.0.dist-info → simple_carla-2.1.2.dist-info}/entry_points.txt +0 -0
simple_carla/__init__.py
CHANGED
@@ -154,15 +154,21 @@ from carla_backend import (
|
|
154
154
|
ENGINE_PROCESS_MODE_PATCHBAY,
|
155
155
|
|
156
156
|
# Plugin types:
|
157
|
-
|
158
|
-
|
157
|
+
PLUGIN_NONE,
|
158
|
+
PLUGIN_INTERNAL,
|
159
159
|
PLUGIN_LADSPA,
|
160
|
+
PLUGIN_DSSI,
|
160
161
|
PLUGIN_LV2,
|
161
|
-
PLUGIN_NONE,
|
162
|
-
PLUGIN_SF2,
|
163
|
-
PLUGIN_SFZ,
|
164
162
|
PLUGIN_VST2,
|
165
163
|
PLUGIN_VST3,
|
164
|
+
PLUGIN_AU,
|
165
|
+
PLUGIN_DLS,
|
166
|
+
PLUGIN_GIG,
|
167
|
+
PLUGIN_SF2,
|
168
|
+
PLUGIN_SFZ,
|
169
|
+
PLUGIN_JACK,
|
170
|
+
PLUGIN_JSFX,
|
171
|
+
PLUGIN_CLAP,
|
166
172
|
|
167
173
|
# Plugin options:
|
168
174
|
PLUGIN_OPTION_FIXED_BUFFERS,
|
@@ -234,7 +240,7 @@ from carla_backend import (
|
|
234
240
|
)
|
235
241
|
|
236
242
|
|
237
|
-
__version__ = "2.1.
|
243
|
+
__version__ = "2.1.2"
|
238
244
|
|
239
245
|
|
240
246
|
# -------------------------------------------------------------------
|
@@ -1,10 +1,10 @@
|
|
1
|
-
simple_carla/__init__.py,sha256=
|
1
|
+
simple_carla/__init__.py,sha256=q9Hk_SYmSGNgxP0TnGHE7AwK9YACGGcZEJtwevmEOAM,109822
|
2
2
|
simple_carla/plugin_dialog.py,sha256=uof7YSqVEjgUrWqF-bo76hegsecIOtu6aZr03kdNrKQ,1498
|
3
3
|
simple_carla/qt.py,sha256=8J56Zagbh9ip_HGkhqcNQR36JC8YrUsR4H0QIlhPWIA,15636
|
4
4
|
simple_carla/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
simple_carla/scripts/sc_plugin_def.py,sha256=CVseichHuDCmGeD8v7CfHweeyHHXI60-RcvzU8OILqo,2214
|
6
|
-
simple_carla-2.1.
|
7
|
-
simple_carla-2.1.
|
8
|
-
simple_carla-2.1.
|
9
|
-
simple_carla-2.1.
|
10
|
-
simple_carla-2.1.
|
6
|
+
simple_carla-2.1.2.dist-info/entry_points.txt,sha256=oqJRVQXTCIUOmspGNnqDWq9mhz397uoRMQQOhBFbIcs,73
|
7
|
+
simple_carla-2.1.2.dist-info/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
|
8
|
+
simple_carla-2.1.2.dist-info/WHEEL,sha256=j3d_2VkBU36k09xOc4O9RZyJJ8uFqn4BR2AtKD7MOp8,99
|
9
|
+
simple_carla-2.1.2.dist-info/METADATA,sha256=d_49xab5zfU9n229Cxiu_CEINpNWKg6bxtNvVr4X06I,1717
|
10
|
+
simple_carla-2.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|