pyobjc-framework-PHASE 10.1__tar.gz → 10.3__tar.gz
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.
- pyobjc_framework_phase-10.3/Lib/PHASE/__init__.py +137 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/Lib/PHASE/_metadata.py +144 -1
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/Lib/pyobjc_framework_PHASE.egg-info/PKG-INFO +3 -3
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/Lib/pyobjc_framework_PHASE.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_phase-10.3/Lib/pyobjc_framework_PHASE.egg-info/requires.txt +2 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/License.txt +1 -1
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PKG-INFO +3 -3
- pyobjc-framework-PHASE-10.1/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_phase-10.3/metadata/raw/arm64-14.5.fwinfo +2 -2
- pyobjc-framework-PHASE-10.1/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_phase-10.3/metadata/raw/x86_64-14.5.fwinfo +2 -2
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/setup.py +1 -1
- pyobjc-framework-PHASE-10.1/Lib/PHASE/__init__.py +0 -34
- pyobjc-framework-PHASE-10.1/Lib/pyobjc_framework_PHASE.egg-info/requires.txt +0 -2
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/Lib/pyobjc_framework_PHASE.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/Lib/pyobjc_framework_PHASE.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/Lib/pyobjc_framework_PHASE.egg-info/top_level.txt +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/MANIFEST.in +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phase.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phaseassetregistry.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phaseducker.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phaseengine.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phaseenvelope.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phaseenventnodes.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phasegroup.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phasematerial.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phasemedium.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phasemixer.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phaseobject.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phasesoundevent.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phasespatialpipeline.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phasetypes.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/metadata/PHASE.fwinfo +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/metadata/metadata.ini +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/metadata/raw/arm64-13.1.fwinfo +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/metadata/raw/x86_64-13.1.fwinfo +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/pyobjc_setup.py +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/pyproject.toml +0 -0
- {pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/setup.cfg +0 -0
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Python mapping for the PHASE framework.
|
|
3
|
+
|
|
4
|
+
This module does not contain docstrings for the wrapped code, check Apple's
|
|
5
|
+
documentation for details on how to use these functions and classes.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
def _setup():
|
|
10
|
+
import sys
|
|
11
|
+
|
|
12
|
+
import AVFoundation
|
|
13
|
+
import objc
|
|
14
|
+
from . import _metadata
|
|
15
|
+
|
|
16
|
+
dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
|
|
17
|
+
name="PHASE",
|
|
18
|
+
frameworkIdentifier="com.apple.audio.PHASE",
|
|
19
|
+
frameworkPath=objc.pathForFramework(
|
|
20
|
+
"/System/Library/Frameworks/PHASE.framework"
|
|
21
|
+
),
|
|
22
|
+
globals_dict=globals(),
|
|
23
|
+
inline_list=None,
|
|
24
|
+
parents=(AVFoundation,),
|
|
25
|
+
metadict=_metadata.__dict__,
|
|
26
|
+
)
|
|
27
|
+
|
|
28
|
+
globals()["__dir__"] = dir_func
|
|
29
|
+
globals()["__getattr__"] = getattr_func
|
|
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)
|
|
134
|
+
del sys.modules["PHASE._metadata"]
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
globals().pop("_setup")()
|
|
@@ -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
|
|
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-AVFoundation>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
34
|
+
Requires-Dist: pyobjc-framework-AVFoundation>=10.3
|
|
35
35
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
36
36
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
37
37
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -29,6 +29,6 @@ PyObjCTest/test_phasetypes.py
|
|
|
29
29
|
metadata/PHASE.fwinfo
|
|
30
30
|
metadata/metadata.ini
|
|
31
31
|
metadata/raw/arm64-13.1.fwinfo
|
|
32
|
-
metadata/raw/arm64-14.
|
|
32
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
33
33
|
metadata/raw/x86_64-13.1.fwinfo
|
|
34
|
-
metadata/raw/x86_64-14.
|
|
34
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(This is the MIT license, note that libffi-src is a separate product with its own license)
|
|
2
2
|
|
|
3
3
|
Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
|
|
4
|
-
Copyright 2003-
|
|
4
|
+
Copyright 2003-2024 - Ronald Oussoren
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
7
7
|
|
|
@@ -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
|
|
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-AVFoundation>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
34
|
+
Requires-Dist: pyobjc-framework-AVFoundation>=10.3
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
Wrappers for the "PHASE" framework on macOS.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat
|
|
4
|
+
// Last update: Sat May 18 09:33:48 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -6793,5 +6793,5 @@
|
|
|
6793
6793
|
"PHASETypes.h"
|
|
6794
6794
|
],
|
|
6795
6795
|
"release": "10.16",
|
|
6796
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
6796
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
6797
6797
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat
|
|
4
|
+
// Last update: Sat May 18 09:33:44 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -6793,5 +6793,5 @@
|
|
|
6793
6793
|
"PHASETypes.h"
|
|
6794
6794
|
],
|
|
6795
6795
|
"release": "10.16",
|
|
6796
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
6796
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
6797
6797
|
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
Python mapping for the PHASE framework.
|
|
3
|
-
|
|
4
|
-
This module does not contain docstrings for the wrapped code, check Apple's
|
|
5
|
-
documentation for details on how to use these functions and classes.
|
|
6
|
-
"""
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
def _setup():
|
|
10
|
-
import sys
|
|
11
|
-
|
|
12
|
-
import AVFoundation
|
|
13
|
-
import objc
|
|
14
|
-
from . import _metadata
|
|
15
|
-
|
|
16
|
-
dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
|
|
17
|
-
name="PHASE",
|
|
18
|
-
frameworkIdentifier="com.apple.audio.PHASE",
|
|
19
|
-
frameworkPath=objc.pathForFramework(
|
|
20
|
-
"/System/Library/Frameworks/PHASE.framework"
|
|
21
|
-
),
|
|
22
|
-
globals_dict=globals(),
|
|
23
|
-
inline_list=None,
|
|
24
|
-
parents=(AVFoundation,),
|
|
25
|
-
metadict=_metadata.__dict__,
|
|
26
|
-
)
|
|
27
|
-
|
|
28
|
-
globals()["__dir__"] = dir_func
|
|
29
|
-
globals()["__getattr__"] = getattr_func
|
|
30
|
-
|
|
31
|
-
del sys.modules["PHASE._metadata"]
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
globals().pop("_setup")()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phaseassetregistry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phaseenvelope.py
RENAMED
|
File without changes
|
{pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phaseenventnodes.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phasematerial.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phasesoundevent.py
RENAMED
|
File without changes
|
{pyobjc-framework-PHASE-10.1 → pyobjc_framework_phase-10.3}/PyObjCTest/test_phasespatialpipeline.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|