pyobjc-framework-PHASE 10.1__py2.py3-none-any.whl → 10.3__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.
- PHASE/__init__.py +103 -0
- PHASE/_metadata.py +144 -1
- {pyobjc_framework_PHASE-10.1.dist-info → pyobjc_framework_PHASE-10.3.dist-info}/METADATA +3 -3
- pyobjc_framework_PHASE-10.3.dist-info/RECORD +6 -0
- {pyobjc_framework_PHASE-10.1.dist-info → pyobjc_framework_PHASE-10.3.dist-info}/WHEEL +1 -1
- pyobjc_framework_PHASE-10.1.dist-info/RECORD +0 -6
- {pyobjc_framework_PHASE-10.1.dist-info → pyobjc_framework_PHASE-10.3.dist-info}/top_level.txt +0 -0
PHASE/__init__.py
CHANGED
|
@@ -28,6 +28,109 @@ def _setup():
|
|
|
28
28
|
globals()["__dir__"] = dir_func
|
|
29
29
|
globals()["__getattr__"] = getattr_func
|
|
30
30
|
|
|
31
|
+
for cls, sel in (
|
|
32
|
+
("PHASESource", b"init"),
|
|
33
|
+
("PHASESource", b"new"),
|
|
34
|
+
("PHASEDistanceModelFadeOutParameters", b"init"),
|
|
35
|
+
("PHASEDistanceModelFadeOutParameters", b"new"),
|
|
36
|
+
("PHASEDistanceModelParameters", b"init"),
|
|
37
|
+
("PHASEDistanceModelParameters", b"new"),
|
|
38
|
+
("PHASEEnvelopeDistanceModelParameters", b"init"),
|
|
39
|
+
("PHASEEnvelopeDistanceModelParameters", b"new"),
|
|
40
|
+
("PHASEMetaParameterDefinition", b"init"),
|
|
41
|
+
("PHASEMetaParameterDefinition", b"new"),
|
|
42
|
+
("PHASENumberMetaParameterDefinition", b"init"),
|
|
43
|
+
("PHASENumberMetaParameterDefinition", b"new"),
|
|
44
|
+
("PHASEStringMetaParameterDefinition", b"init"),
|
|
45
|
+
("PHASEStringMetaParameterDefinition", b"new"),
|
|
46
|
+
("PHASEMappedMetaParameterDefinition", b"init"),
|
|
47
|
+
("PHASEMappedMetaParameterDefinition", b"new"),
|
|
48
|
+
("PHASEMappedMetaParameterDefinition", b"initWithValue:identifier:"),
|
|
49
|
+
("PHASEMappedMetaParameterDefinition", b"initWithValue:"),
|
|
50
|
+
(
|
|
51
|
+
"PHASEMappedMetaParameterDefinition",
|
|
52
|
+
b"initWithValue:minimum:maximum:identifier:",
|
|
53
|
+
),
|
|
54
|
+
("PHASEMappedMetaParameterDefinition", b"initWithValue:minimum:maximum:"),
|
|
55
|
+
("PHASEMappedMetaParameterDefinition", b"minimum"),
|
|
56
|
+
("PHASEMappedMetaParameterDefinition", b"maximum"),
|
|
57
|
+
("PHASEMetaParameter", b"init"),
|
|
58
|
+
("PHASEMetaParameter", b"new"),
|
|
59
|
+
("PHASENumberMetaParameter", b"init"),
|
|
60
|
+
("PHASENumberMetaParameter", b"new"),
|
|
61
|
+
("PHASEStringMetaParameter", b"init"),
|
|
62
|
+
("PHASEStringMetaParameter", b"new"),
|
|
63
|
+
("PHASEEnvelope", b"init"),
|
|
64
|
+
("PHASEEnvelope", b"new"),
|
|
65
|
+
("PHASEMedium", b"init"),
|
|
66
|
+
("PHASEMedium", b"new"),
|
|
67
|
+
("PHASEEngine", b"init"),
|
|
68
|
+
("PHASEEngine", b"new"),
|
|
69
|
+
("PHASEShapeElement", b"init"),
|
|
70
|
+
("PHASEShapeElement", b"new"),
|
|
71
|
+
("PHASEShape", b"init"),
|
|
72
|
+
("PHASEShape", b"new"),
|
|
73
|
+
("PHASEOccluder", b"init"),
|
|
74
|
+
("PHASEOccluder", b"initWithEngine:"),
|
|
75
|
+
("PHASEOccluder", b"new"),
|
|
76
|
+
("PHASEGroupPresetSetting", b"init"),
|
|
77
|
+
("PHASEGroupPresetSetting", b"new"),
|
|
78
|
+
("PHASEGroupPreset", b"init"),
|
|
79
|
+
("PHASEGroupPreset", b"new"),
|
|
80
|
+
("PHASEMixerDefinition", b"init"),
|
|
81
|
+
("PHASEMixerDefinition", b"new"),
|
|
82
|
+
("PHASESpatialMixerDefinition", b"init"),
|
|
83
|
+
("PHASESpatialMixerDefinition", b"new"),
|
|
84
|
+
("PHASEAmbientMixerDefinition", b"init"),
|
|
85
|
+
("PHASEAmbientMixerDefinition", b"new"),
|
|
86
|
+
("PHASEChannelMixerDefinition", b"init"),
|
|
87
|
+
("PHASEChannelMixerDefinition", b"new"),
|
|
88
|
+
("PHASEMixer", b"init"),
|
|
89
|
+
("PHASEMixer", b"new"),
|
|
90
|
+
("PHASEMaterial", b"init"),
|
|
91
|
+
("PHASEMaterial", b"new"),
|
|
92
|
+
("PHASEDirectivityModelParameters", b"init"),
|
|
93
|
+
("PHASEDirectivityModelParameters", b"new"),
|
|
94
|
+
("PHASEGroup", b"init"),
|
|
95
|
+
("PHASEGroup", b"new"),
|
|
96
|
+
("PHASEListener", b"init"),
|
|
97
|
+
("PHASEListener", b"new"),
|
|
98
|
+
("PHASEDefinition", b"init"),
|
|
99
|
+
("PHASEDefinition", b"new"),
|
|
100
|
+
("PHASEDucker", b"init"),
|
|
101
|
+
("PHASEDucker", b"new"),
|
|
102
|
+
("PHASESpatialPipeline", b"init"),
|
|
103
|
+
("PHASESpatialPipeline", b"new"),
|
|
104
|
+
("PHASESoundEventNodeDefinition", b"init"),
|
|
105
|
+
("PHASESoundEventNodeDefinition", b"new"),
|
|
106
|
+
("PHASEGeneratorNodeDefinition", b"init"),
|
|
107
|
+
("PHASEGeneratorNodeDefinition", b"new"),
|
|
108
|
+
("PHASESamplerNodeDefinition", b"init"),
|
|
109
|
+
("PHASESamplerNodeDefinition", b"new"),
|
|
110
|
+
("PHASEBlendNodeDefinition", b"init"),
|
|
111
|
+
("PHASEBlendNodeDefinition", b"new"),
|
|
112
|
+
("PHASESwitchNodeDefinition", b"init"),
|
|
113
|
+
("PHASESwitchNodeDefinition", b"new"),
|
|
114
|
+
("PHASEPushStreamNodeDefinition", b"init"),
|
|
115
|
+
("PHASEPushStreamNodeDefinition", b"new"),
|
|
116
|
+
("PHASEPushStreamNode", b"init"),
|
|
117
|
+
("PHASEPushStreamNode", b"new"),
|
|
118
|
+
("PHASEObject", b"init"),
|
|
119
|
+
("PHASEObject", b"new"),
|
|
120
|
+
("PHASEAsset", b"init"),
|
|
121
|
+
("PHASEAsset", b"new"),
|
|
122
|
+
("PHASESoundAsset", b"init"),
|
|
123
|
+
("PHASESoundAsset", b"new"),
|
|
124
|
+
("PHASESoundEventNodeAsset", b"init"),
|
|
125
|
+
("PHASESoundEventNodeAsset", b"new"),
|
|
126
|
+
("PHASEGlobalMetaParameterAsset", b"init"),
|
|
127
|
+
("PHASEGlobalMetaParameterAsset", b"new"),
|
|
128
|
+
("PHASEAssetRegistry", b"init"),
|
|
129
|
+
("PHASEAssetRegistry", b"new"),
|
|
130
|
+
("PHASESoundEvent", b"init"),
|
|
131
|
+
("PHASESoundEvent", b"new"),
|
|
132
|
+
):
|
|
133
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
31
134
|
del sys.modules["PHASE._metadata"]
|
|
32
135
|
|
|
33
136
|
|
PHASE/_metadata.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update: Sat
|
|
3
|
+
# Last update: Sat May 18 09:33:48 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -299,6 +299,149 @@ try:
|
|
|
299
299
|
)
|
|
300
300
|
finally:
|
|
301
301
|
objc._updatingMetadata(False)
|
|
302
|
+
|
|
303
|
+
objc.registerNewKeywordsFromSelector(
|
|
304
|
+
"PHASEAmbientMixerDefinition", b"initWithChannelLayout:orientation:"
|
|
305
|
+
)
|
|
306
|
+
objc.registerNewKeywordsFromSelector(
|
|
307
|
+
"PHASEAmbientMixerDefinition", b"initWithChannelLayout:orientation:identifier:"
|
|
308
|
+
)
|
|
309
|
+
objc.registerNewKeywordsFromSelector(
|
|
310
|
+
"PHASEBlendNodeDefinition", b"initDistanceBlendWithSpatialMixerDefinition:"
|
|
311
|
+
)
|
|
312
|
+
objc.registerNewKeywordsFromSelector(
|
|
313
|
+
"PHASEBlendNodeDefinition",
|
|
314
|
+
b"initDistanceBlendWithSpatialMixerDefinition:identifier:",
|
|
315
|
+
)
|
|
316
|
+
objc.registerNewKeywordsFromSelector(
|
|
317
|
+
"PHASEBlendNodeDefinition", b"initWithBlendMetaParameterDefinition:"
|
|
318
|
+
)
|
|
319
|
+
objc.registerNewKeywordsFromSelector(
|
|
320
|
+
"PHASEBlendNodeDefinition", b"initWithBlendMetaParameterDefinition:identifier:"
|
|
321
|
+
)
|
|
322
|
+
objc.registerNewKeywordsFromSelector(
|
|
323
|
+
"PHASECardioidDirectivityModelParameters", b"initWithSubbandParameters:"
|
|
324
|
+
)
|
|
325
|
+
objc.registerNewKeywordsFromSelector(
|
|
326
|
+
"PHASEChannelMixerDefinition", b"initWithChannelLayout:"
|
|
327
|
+
)
|
|
328
|
+
objc.registerNewKeywordsFromSelector(
|
|
329
|
+
"PHASEChannelMixerDefinition", b"initWithChannelLayout:identifier:"
|
|
330
|
+
)
|
|
331
|
+
objc.registerNewKeywordsFromSelector(
|
|
332
|
+
"PHASEConeDirectivityModelParameters", b"initWithSubbandParameters:"
|
|
333
|
+
)
|
|
334
|
+
objc.registerNewKeywordsFromSelector(
|
|
335
|
+
"PHASEContainerNodeDefinition", b"initWithIdentifier:"
|
|
336
|
+
)
|
|
337
|
+
objc.registerNewKeywordsFromSelector(
|
|
338
|
+
"PHASEDistanceModelFadeOutParameters", b"initWithCullDistance:"
|
|
339
|
+
)
|
|
340
|
+
objc.registerNewKeywordsFromSelector(
|
|
341
|
+
"PHASEDucker",
|
|
342
|
+
b"initWithEngine:sourceGroups:targetGroups:gain:attackTime:releaseTime:attackCurve:releaseCurve:",
|
|
343
|
+
)
|
|
344
|
+
objc.registerNewKeywordsFromSelector("PHASEEngine", b"initWithUpdateMode:")
|
|
345
|
+
objc.registerNewKeywordsFromSelector("PHASEEnvelope", b"initWithStartPoint:segments:")
|
|
346
|
+
objc.registerNewKeywordsFromSelector(
|
|
347
|
+
"PHASEEnvelopeDistanceModelParameters", b"initWithEnvelope:"
|
|
348
|
+
)
|
|
349
|
+
objc.registerNewKeywordsFromSelector(
|
|
350
|
+
"PHASEEnvelopeSegment", b"initWithEndPoint:curveType:"
|
|
351
|
+
)
|
|
352
|
+
objc.registerNewKeywordsFromSelector("PHASEGroup", b"initWithIdentifier:")
|
|
353
|
+
objc.registerNewKeywordsFromSelector(
|
|
354
|
+
"PHASEGroupPreset", b"initWithEngine:settings:timeToTarget:timeToReset:"
|
|
355
|
+
)
|
|
356
|
+
objc.registerNewKeywordsFromSelector(
|
|
357
|
+
"PHASEGroupPresetSetting", b"initWithGain:rate:gainCurveType:rateCurveType:"
|
|
358
|
+
)
|
|
359
|
+
objc.registerNewKeywordsFromSelector("PHASEListener", b"initWithEngine:")
|
|
360
|
+
objc.registerNewKeywordsFromSelector(
|
|
361
|
+
"PHASEMappedMetaParameterDefinition",
|
|
362
|
+
b"initWithInputMetaParameterDefinition:envelope:",
|
|
363
|
+
)
|
|
364
|
+
objc.registerNewKeywordsFromSelector(
|
|
365
|
+
"PHASEMappedMetaParameterDefinition",
|
|
366
|
+
b"initWithInputMetaParameterDefinition:envelope:identifier:",
|
|
367
|
+
)
|
|
368
|
+
objc.registerNewKeywordsFromSelector(
|
|
369
|
+
"PHASEMappedMetaParameterDefinition", b"initWithValue:"
|
|
370
|
+
)
|
|
371
|
+
objc.registerNewKeywordsFromSelector(
|
|
372
|
+
"PHASEMappedMetaParameterDefinition", b"initWithValue:identifier:"
|
|
373
|
+
)
|
|
374
|
+
objc.registerNewKeywordsFromSelector(
|
|
375
|
+
"PHASEMappedMetaParameterDefinition", b"initWithValue:minimum:maximum:"
|
|
376
|
+
)
|
|
377
|
+
objc.registerNewKeywordsFromSelector(
|
|
378
|
+
"PHASEMappedMetaParameterDefinition", b"initWithValue:minimum:maximum:identifier:"
|
|
379
|
+
)
|
|
380
|
+
objc.registerNewKeywordsFromSelector("PHASEMaterial", b"initWithEngine:preset:")
|
|
381
|
+
objc.registerNewKeywordsFromSelector("PHASEMedium", b"initWithEngine:preset:")
|
|
382
|
+
objc.registerNewKeywordsFromSelector(
|
|
383
|
+
"PHASENumberMetaParameterDefinition", b"initWithValue:"
|
|
384
|
+
)
|
|
385
|
+
objc.registerNewKeywordsFromSelector(
|
|
386
|
+
"PHASENumberMetaParameterDefinition", b"initWithValue:identifier:"
|
|
387
|
+
)
|
|
388
|
+
objc.registerNewKeywordsFromSelector(
|
|
389
|
+
"PHASENumberMetaParameterDefinition", b"initWithValue:minimum:maximum:"
|
|
390
|
+
)
|
|
391
|
+
objc.registerNewKeywordsFromSelector(
|
|
392
|
+
"PHASENumberMetaParameterDefinition", b"initWithValue:minimum:maximum:identifier:"
|
|
393
|
+
)
|
|
394
|
+
objc.registerNewKeywordsFromSelector(
|
|
395
|
+
"PHASENumericPair", b"initWithFirstValue:secondValue:"
|
|
396
|
+
)
|
|
397
|
+
objc.registerNewKeywordsFromSelector("PHASEObject", b"initWithEngine:")
|
|
398
|
+
objc.registerNewKeywordsFromSelector("PHASEOccluder", b"initWithEngine:")
|
|
399
|
+
objc.registerNewKeywordsFromSelector("PHASEOccluder", b"initWithEngine:shapes:")
|
|
400
|
+
objc.registerNewKeywordsFromSelector(
|
|
401
|
+
"PHASEPushStreamNodeDefinition", b"initWithMixerDefinition:format:"
|
|
402
|
+
)
|
|
403
|
+
objc.registerNewKeywordsFromSelector(
|
|
404
|
+
"PHASEPushStreamNodeDefinition", b"initWithMixerDefinition:format:identifier:"
|
|
405
|
+
)
|
|
406
|
+
objc.registerNewKeywordsFromSelector(
|
|
407
|
+
"PHASERandomNodeDefinition", b"initWithIdentifier:"
|
|
408
|
+
)
|
|
409
|
+
objc.registerNewKeywordsFromSelector(
|
|
410
|
+
"PHASESamplerNodeDefinition", b"initWithSoundAssetIdentifier:mixerDefinition:"
|
|
411
|
+
)
|
|
412
|
+
objc.registerNewKeywordsFromSelector(
|
|
413
|
+
"PHASESamplerNodeDefinition",
|
|
414
|
+
b"initWithSoundAssetIdentifier:mixerDefinition:identifier:",
|
|
415
|
+
)
|
|
416
|
+
objc.registerNewKeywordsFromSelector("PHASEShape", b"initWithEngine:mesh:")
|
|
417
|
+
objc.registerNewKeywordsFromSelector("PHASEShape", b"initWithEngine:mesh:materials:")
|
|
418
|
+
objc.registerNewKeywordsFromSelector(
|
|
419
|
+
"PHASESoundEvent", b"initWithEngine:assetIdentifier:error:"
|
|
420
|
+
)
|
|
421
|
+
objc.registerNewKeywordsFromSelector(
|
|
422
|
+
"PHASESoundEvent", b"initWithEngine:assetIdentifier:mixerParameters:error:"
|
|
423
|
+
)
|
|
424
|
+
objc.registerNewKeywordsFromSelector("PHASESource", b"initWithEngine:")
|
|
425
|
+
objc.registerNewKeywordsFromSelector("PHASESource", b"initWithEngine:shapes:")
|
|
426
|
+
objc.registerNewKeywordsFromSelector(
|
|
427
|
+
"PHASESpatialMixerDefinition", b"initWithSpatialPipeline:"
|
|
428
|
+
)
|
|
429
|
+
objc.registerNewKeywordsFromSelector(
|
|
430
|
+
"PHASESpatialMixerDefinition", b"initWithSpatialPipeline:identifier:"
|
|
431
|
+
)
|
|
432
|
+
objc.registerNewKeywordsFromSelector("PHASESpatialPipeline", b"initWithFlags:")
|
|
433
|
+
objc.registerNewKeywordsFromSelector(
|
|
434
|
+
"PHASEStringMetaParameterDefinition", b"initWithValue:"
|
|
435
|
+
)
|
|
436
|
+
objc.registerNewKeywordsFromSelector(
|
|
437
|
+
"PHASEStringMetaParameterDefinition", b"initWithValue:identifier:"
|
|
438
|
+
)
|
|
439
|
+
objc.registerNewKeywordsFromSelector(
|
|
440
|
+
"PHASESwitchNodeDefinition", b"initWithSwitchMetaParameterDefinition:"
|
|
441
|
+
)
|
|
442
|
+
objc.registerNewKeywordsFromSelector(
|
|
443
|
+
"PHASESwitchNodeDefinition", b"initWithSwitchMetaParameterDefinition:identifier:"
|
|
444
|
+
)
|
|
302
445
|
expressions = {}
|
|
303
446
|
|
|
304
447
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-PHASE
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework PHASE on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -33,8 +33,8 @@ Description-Content-Type: text/x-rst; charset=UTF-8
|
|
|
33
33
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
34
34
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
35
35
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
36
|
-
Requires-Dist: pyobjc-core >=10.
|
|
37
|
-
Requires-Dist: pyobjc-framework-AVFoundation >=10.
|
|
36
|
+
Requires-Dist: pyobjc-core >=10.3
|
|
37
|
+
Requires-Dist: pyobjc-framework-AVFoundation >=10.3
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
Wrappers for the "PHASE" framework on macOS.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
PHASE/__init__.py,sha256=txXro2QZLuFvJbPNYi5gbPjlx_IAxYxCdokBsG46_0o,5349
|
|
2
|
+
PHASE/_metadata.py,sha256=bgpT2eJsb93b8leUAPwsOM59KxTtoKrzYu2XdQWzSIg,18356
|
|
3
|
+
pyobjc_framework_PHASE-10.3.dist-info/METADATA,sha256=X04IWgATNtorjaigJBpvIXYxbCmjh3Dk3Q7f9N9e5Kg,2228
|
|
4
|
+
pyobjc_framework_PHASE-10.3.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
5
|
+
pyobjc_framework_PHASE-10.3.dist-info/top_level.txt,sha256=qEtTyMtU1BJvQaRKWSWP5lIybGQEuj2N0UoPSwZWchk,6
|
|
6
|
+
pyobjc_framework_PHASE-10.3.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
PHASE/__init__.py,sha256=8q1fwKm3vlwulq6KtkmnIryxJmstOoOg_NJscIm5UuU,830
|
|
2
|
-
PHASE/_metadata.py,sha256=CMtR3ds-dcR4He1tWrt1FJpkBaWuhidDHQKTNIz8YQE,12501
|
|
3
|
-
pyobjc_framework_PHASE-10.1.dist-info/METADATA,sha256=Wp1-34QFwLGkp2D_mYKIbqdoVcoXGnAqFLVvmOcX8Xg,2228
|
|
4
|
-
pyobjc_framework_PHASE-10.1.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
5
|
-
pyobjc_framework_PHASE-10.1.dist-info/top_level.txt,sha256=qEtTyMtU1BJvQaRKWSWP5lIybGQEuj2N0UoPSwZWchk,6
|
|
6
|
-
pyobjc_framework_PHASE-10.1.dist-info/RECORD,,
|
{pyobjc_framework_PHASE-10.1.dist-info → pyobjc_framework_PHASE-10.3.dist-info}/top_level.txt
RENAMED
|
File without changes
|