pyobjc-framework-PHASE 10.2__py2.py3-none-any.whl → 11.0__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 +200 -2
- {pyobjc_framework_PHASE-10.2.dist-info → pyobjc_framework_PHASE-11.0.dist-info}/METADATA +5 -5
- pyobjc_framework_PHASE-11.0.dist-info/RECORD +7 -0
- {pyobjc_framework_PHASE-10.2.dist-info → pyobjc_framework_PHASE-11.0.dist-info}/WHEEL +1 -1
- pyobjc_framework_PHASE-11.0.dist-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_PHASE-10.2.dist-info/RECORD +0 -6
- {pyobjc_framework_PHASE-10.2.dist-info → pyobjc_framework_PHASE-11.0.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:
|
|
3
|
+
# Last update: Fri Jun 21 10:17:22 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -31,7 +31,7 @@ else:
|
|
|
31
31
|
|
|
32
32
|
misc = {}
|
|
33
33
|
constants = """$PHASEAssetErrorDomain$PHASEErrorDomain$PHASESoundEventErrorDomain$PHASESpatialCategoryDirectPathTransmission$PHASESpatialCategoryEarlyReflections$PHASESpatialCategoryLateReverb$"""
|
|
34
|
-
enums = """$PHASEAssetErrorAlreadyExists@1346920804$PHASEAssetErrorBadParameters@1346920803$PHASEAssetErrorFailedToLoad@1346920801$PHASEAssetErrorGeneralError@1346920805$PHASEAssetErrorInvalidEngineInstance@1346920802$PHASEAssetErrorMemoryAllocation@1346920806$PHASEAssetTypeResident@0$PHASEAssetTypeStreamed@1$PHASECalibrationModeAbsoluteSpl@2$PHASECalibrationModeNone@0$PHASECalibrationModeRelativeSpl@1$PHASECullOptionDoNotCull@4$PHASECullOptionSleepWakeAtRandomOffset@2$PHASECullOptionSleepWakeAtRealtimeOffset@3$PHASECullOptionSleepWakeAtZero@1$PHASECullOptionTerminate@0$PHASECurveTypeCubed@1668432757$PHASECurveTypeHoldStartValue@1668434003$PHASECurveTypeInverseCubed@1668434243$PHASECurveTypeInverseSigmoid@1668434247$PHASECurveTypeInverseSine@1668434259$PHASECurveTypeInverseSquared@1668434257$PHASECurveTypeJumpToEndValue@1668434501$PHASECurveTypeLinear@1668435054$PHASECurveTypeSigmoid@1668436839$PHASECurveTypeSine@1668436846$PHASECurveTypeSquared@1668436849$PHASEErrorInitializeFailed@1346913633$PHASEErrorInvalidObject@1346913634$PHASEMaterialPresetBrick@1833071211$PHASEMaterialPresetCardboard@1833136740$PHASEMaterialPresetConcrete@1833132914$PHASEMaterialPresetDrywall@1833202295$PHASEMaterialPresetGlass@1833397363$PHASEMaterialPresetWood@1834448228$PHASEMediumPresetAir@1835286898$PHASENormalizationModeDynamic@1$PHASENormalizationModeNone@0$PHASEPlaybackModeLooping@1$PHASEPlaybackModeOneShot@0$PHASEPushStreamBufferDefault@1$PHASEPushStreamBufferInterrupts@4$PHASEPushStreamBufferInterruptsAtLoop@8$PHASEPushStreamBufferLoops@2$PHASEPushStreamCompletionDataRendered@0$PHASERenderingStatePaused@2$PHASERenderingStateStarted@1$PHASERenderingStateStopped@0$PHASEReverbPresetCathedral@1917023336$PHASEReverbPresetLargeChamber@1917600616$PHASEReverbPresetLargeHall@1917601841$PHASEReverbPresetLargeHall2@1917601842$PHASEReverbPresetLargeRoom@1917604401$PHASEReverbPresetLargeRoom2@1917604402$PHASEReverbPresetMediumChamber@1917666152$PHASEReverbPresetMediumHall@1917667377$PHASEReverbPresetMediumHall2@1917667378$PHASEReverbPresetMediumHall3@1917667379$PHASEReverbPresetMediumRoom@1917669997$PHASEReverbPresetNone@1917742958$PHASEReverbPresetSmallRoom@1918063213$PHASESoundEventErrorAPIMisuse@1346925668$PHASESoundEventErrorBadData@1346925666$PHASESoundEventErrorInvalidInstance@1346925667$PHASESoundEventErrorNotFound@1346925665$PHASESoundEventErrorOutOfMemory@1346925670$PHASESoundEventErrorSystemNotInitialized@1346925669$PHASESoundEventPrepareHandlerReasonFailure@0$PHASESoundEventPrepareHandlerReasonPrepared@1$PHASESoundEventPrepareHandlerReasonTerminated@2$PHASESoundEventPrepareStatePrepareInProgress@1$PHASESoundEventPrepareStatePrepareNotStarted@0$PHASESoundEventPrepareStatePrepared@2$PHASESoundEventSeekHandlerReasonFailure@0$PHASESoundEventSeekHandlerReasonFailureSeekAlreadyInProgress@1$PHASESoundEventSeekHandlerReasonSeekSuccessful@2$PHASESoundEventStartHandlerReasonFailure@0$PHASESoundEventStartHandlerReasonFinishedPlaying@1$PHASESoundEventStartHandlerReasonTerminated@2$PHASESpatialPipelineFlagDirectPathTransmission@1$PHASESpatialPipelineFlagEarlyReflections@2$PHASESpatialPipelineFlagLateReverb@4$PHASESpatializationModeAlwaysUseBinaural@1$PHASESpatializationModeAlwaysUseChannelBased@2$PHASESpatializationModeAutomatic@0$PHASEUpdateModeAutomatic@0$PHASEUpdateModeManual@1$"""
|
|
34
|
+
enums = """$PHASEAssetErrorAlreadyExists@1346920804$PHASEAssetErrorBadParameters@1346920803$PHASEAssetErrorFailedToLoad@1346920801$PHASEAssetErrorGeneralError@1346920805$PHASEAssetErrorInvalidEngineInstance@1346920802$PHASEAssetErrorMemoryAllocation@1346920806$PHASEAssetTypeResident@0$PHASEAssetTypeStreamed@1$PHASEAutomaticHeadTrackingFlagOrientation@1$PHASECalibrationModeAbsoluteSpl@2$PHASECalibrationModeNone@0$PHASECalibrationModeRelativeSpl@1$PHASECullOptionDoNotCull@4$PHASECullOptionSleepWakeAtRandomOffset@2$PHASECullOptionSleepWakeAtRealtimeOffset@3$PHASECullOptionSleepWakeAtZero@1$PHASECullOptionTerminate@0$PHASECurveTypeCubed@1668432757$PHASECurveTypeHoldStartValue@1668434003$PHASECurveTypeInverseCubed@1668434243$PHASECurveTypeInverseSigmoid@1668434247$PHASECurveTypeInverseSine@1668434259$PHASECurveTypeInverseSquared@1668434257$PHASECurveTypeJumpToEndValue@1668434501$PHASECurveTypeLinear@1668435054$PHASECurveTypeSigmoid@1668436839$PHASECurveTypeSine@1668436846$PHASECurveTypeSquared@1668436849$PHASEErrorInitializeFailed@1346913633$PHASEErrorInvalidObject@1346913634$PHASEMaterialPresetBrick@1833071211$PHASEMaterialPresetCardboard@1833136740$PHASEMaterialPresetConcrete@1833132914$PHASEMaterialPresetDrywall@1833202295$PHASEMaterialPresetGlass@1833397363$PHASEMaterialPresetWood@1834448228$PHASEMediumPresetAir@1835286898$PHASENormalizationModeDynamic@1$PHASENormalizationModeNone@0$PHASEPlaybackModeLooping@1$PHASEPlaybackModeOneShot@0$PHASEPushStreamBufferDefault@1$PHASEPushStreamBufferInterrupts@4$PHASEPushStreamBufferInterruptsAtLoop@8$PHASEPushStreamBufferLoops@2$PHASEPushStreamCompletionDataRendered@0$PHASERenderingStatePaused@2$PHASERenderingStateStarted@1$PHASERenderingStateStopped@0$PHASEReverbPresetCathedral@1917023336$PHASEReverbPresetLargeChamber@1917600616$PHASEReverbPresetLargeHall@1917601841$PHASEReverbPresetLargeHall2@1917601842$PHASEReverbPresetLargeRoom@1917604401$PHASEReverbPresetLargeRoom2@1917604402$PHASEReverbPresetMediumChamber@1917666152$PHASEReverbPresetMediumHall@1917667377$PHASEReverbPresetMediumHall2@1917667378$PHASEReverbPresetMediumHall3@1917667379$PHASEReverbPresetMediumRoom@1917669997$PHASEReverbPresetNone@1917742958$PHASEReverbPresetSmallRoom@1918063213$PHASESoundEventErrorAPIMisuse@1346925668$PHASESoundEventErrorBadData@1346925666$PHASESoundEventErrorInvalidInstance@1346925667$PHASESoundEventErrorNotFound@1346925665$PHASESoundEventErrorOutOfMemory@1346925670$PHASESoundEventErrorSystemNotInitialized@1346925669$PHASESoundEventPrepareHandlerReasonFailure@0$PHASESoundEventPrepareHandlerReasonPrepared@1$PHASESoundEventPrepareHandlerReasonTerminated@2$PHASESoundEventPrepareStatePrepareInProgress@1$PHASESoundEventPrepareStatePrepareNotStarted@0$PHASESoundEventPrepareStatePrepared@2$PHASESoundEventSeekHandlerReasonFailure@0$PHASESoundEventSeekHandlerReasonFailureSeekAlreadyInProgress@1$PHASESoundEventSeekHandlerReasonSeekSuccessful@2$PHASESoundEventStartHandlerReasonFailure@0$PHASESoundEventStartHandlerReasonFinishedPlaying@1$PHASESoundEventStartHandlerReasonTerminated@2$PHASESpatialPipelineFlagDirectPathTransmission@1$PHASESpatialPipelineFlagEarlyReflections@2$PHASESpatialPipelineFlagLateReverb@4$PHASESpatializationModeAlwaysUseBinaural@1$PHASESpatializationModeAlwaysUseChannelBased@2$PHASESpatializationModeAutomatic@0$PHASEUpdateModeAutomatic@0$PHASEUpdateModeManual@1$"""
|
|
35
35
|
misc.update(
|
|
36
36
|
{
|
|
37
37
|
"PHASESpatialPipelineFlags": NewType("PHASESpatialPipelineFlags", int),
|
|
@@ -48,6 +48,9 @@ misc.update(
|
|
|
48
48
|
"PHASEUpdateMode": NewType("PHASEUpdateMode", int),
|
|
49
49
|
"PHASEPlaybackMode": NewType("PHASEPlaybackMode", int),
|
|
50
50
|
"PHASEAssetError": NewType("PHASEAssetError", int),
|
|
51
|
+
"PHASEAutomaticHeadTrackingFlags": NewType(
|
|
52
|
+
"PHASEAutomaticHeadTrackingFlags", int
|
|
53
|
+
),
|
|
51
54
|
"PHASEMaterialPreset": NewType("PHASEMaterialPreset", int),
|
|
52
55
|
"PHASESoundEventPrepareHandlerReason": NewType(
|
|
53
56
|
"PHASESoundEventPrepareHandlerReason", int
|
|
@@ -210,6 +213,52 @@ try:
|
|
|
210
213
|
"retval": {"type": b"{simd_float4x4=[4<4f>]}"},
|
|
211
214
|
},
|
|
212
215
|
)
|
|
216
|
+
r(
|
|
217
|
+
b"PHASEPullStreamNode",
|
|
218
|
+
b"renderBlock",
|
|
219
|
+
{
|
|
220
|
+
"retval": {
|
|
221
|
+
"callable": {
|
|
222
|
+
"retval": {"type": b"i"},
|
|
223
|
+
"arguments": {
|
|
224
|
+
0: {"type": b"^v"},
|
|
225
|
+
1: {"type": b"N^Z"},
|
|
226
|
+
2: {"type": b"n^{AudioTimeStamp=dQdQ{SMPTETime=ssIIIssss}II}"},
|
|
227
|
+
3: {"type": b"I"},
|
|
228
|
+
4: {"type": b"^{AudioBufferList=I[1{AudioBuffer=II^v}]}"},
|
|
229
|
+
},
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
)
|
|
234
|
+
r(
|
|
235
|
+
b"PHASEPullStreamNode",
|
|
236
|
+
b"setRenderBlock:",
|
|
237
|
+
{
|
|
238
|
+
"arguments": {
|
|
239
|
+
2: {
|
|
240
|
+
"callable": {
|
|
241
|
+
"retval": {"type": b"i"},
|
|
242
|
+
"arguments": {
|
|
243
|
+
0: {"type": b"^v"},
|
|
244
|
+
1: {"type": b"N^Z"},
|
|
245
|
+
2: {
|
|
246
|
+
"type": b"n^{AudioTimeStamp=dQdQ{SMPTETime=ssIIIssss}II}"
|
|
247
|
+
},
|
|
248
|
+
3: {"type": b"I"},
|
|
249
|
+
4: {"type": b"^{AudioBufferList=I[1{AudioBuffer=II^v}]}"},
|
|
250
|
+
},
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
)
|
|
256
|
+
r(b"PHASEPullStreamNodeDefinition", b"normalize", {"retval": {"type": b"Z"}})
|
|
257
|
+
r(
|
|
258
|
+
b"PHASEPullStreamNodeDefinition",
|
|
259
|
+
b"setNormalize:",
|
|
260
|
+
{"arguments": {2: {"type": b"Z"}}},
|
|
261
|
+
)
|
|
213
262
|
r(
|
|
214
263
|
b"PHASEPushStreamNode",
|
|
215
264
|
b"scheduleBuffer:atTime:options:completionCallbackType:completionHandler:",
|
|
@@ -299,6 +348,155 @@ try:
|
|
|
299
348
|
)
|
|
300
349
|
finally:
|
|
301
350
|
objc._updatingMetadata(False)
|
|
351
|
+
|
|
352
|
+
objc.registerNewKeywordsFromSelector(
|
|
353
|
+
"PHASEAmbientMixerDefinition", b"initWithChannelLayout:orientation:"
|
|
354
|
+
)
|
|
355
|
+
objc.registerNewKeywordsFromSelector(
|
|
356
|
+
"PHASEAmbientMixerDefinition", b"initWithChannelLayout:orientation:identifier:"
|
|
357
|
+
)
|
|
358
|
+
objc.registerNewKeywordsFromSelector(
|
|
359
|
+
"PHASEBlendNodeDefinition", b"initDistanceBlendWithSpatialMixerDefinition:"
|
|
360
|
+
)
|
|
361
|
+
objc.registerNewKeywordsFromSelector(
|
|
362
|
+
"PHASEBlendNodeDefinition",
|
|
363
|
+
b"initDistanceBlendWithSpatialMixerDefinition:identifier:",
|
|
364
|
+
)
|
|
365
|
+
objc.registerNewKeywordsFromSelector(
|
|
366
|
+
"PHASEBlendNodeDefinition", b"initWithBlendMetaParameterDefinition:"
|
|
367
|
+
)
|
|
368
|
+
objc.registerNewKeywordsFromSelector(
|
|
369
|
+
"PHASEBlendNodeDefinition", b"initWithBlendMetaParameterDefinition:identifier:"
|
|
370
|
+
)
|
|
371
|
+
objc.registerNewKeywordsFromSelector(
|
|
372
|
+
"PHASECardioidDirectivityModelParameters", b"initWithSubbandParameters:"
|
|
373
|
+
)
|
|
374
|
+
objc.registerNewKeywordsFromSelector(
|
|
375
|
+
"PHASEChannelMixerDefinition", b"initWithChannelLayout:"
|
|
376
|
+
)
|
|
377
|
+
objc.registerNewKeywordsFromSelector(
|
|
378
|
+
"PHASEChannelMixerDefinition", b"initWithChannelLayout:identifier:"
|
|
379
|
+
)
|
|
380
|
+
objc.registerNewKeywordsFromSelector(
|
|
381
|
+
"PHASEConeDirectivityModelParameters", b"initWithSubbandParameters:"
|
|
382
|
+
)
|
|
383
|
+
objc.registerNewKeywordsFromSelector(
|
|
384
|
+
"PHASEContainerNodeDefinition", b"initWithIdentifier:"
|
|
385
|
+
)
|
|
386
|
+
objc.registerNewKeywordsFromSelector(
|
|
387
|
+
"PHASEDistanceModelFadeOutParameters", b"initWithCullDistance:"
|
|
388
|
+
)
|
|
389
|
+
objc.registerNewKeywordsFromSelector(
|
|
390
|
+
"PHASEDucker",
|
|
391
|
+
b"initWithEngine:sourceGroups:targetGroups:gain:attackTime:releaseTime:attackCurve:releaseCurve:",
|
|
392
|
+
)
|
|
393
|
+
objc.registerNewKeywordsFromSelector("PHASEEngine", b"initWithUpdateMode:")
|
|
394
|
+
objc.registerNewKeywordsFromSelector("PHASEEnvelope", b"initWithStartPoint:segments:")
|
|
395
|
+
objc.registerNewKeywordsFromSelector(
|
|
396
|
+
"PHASEEnvelopeDistanceModelParameters", b"initWithEnvelope:"
|
|
397
|
+
)
|
|
398
|
+
objc.registerNewKeywordsFromSelector(
|
|
399
|
+
"PHASEEnvelopeSegment", b"initWithEndPoint:curveType:"
|
|
400
|
+
)
|
|
401
|
+
objc.registerNewKeywordsFromSelector("PHASEGroup", b"initWithIdentifier:")
|
|
402
|
+
objc.registerNewKeywordsFromSelector(
|
|
403
|
+
"PHASEGroupPreset", b"initWithEngine:settings:timeToTarget:timeToReset:"
|
|
404
|
+
)
|
|
405
|
+
objc.registerNewKeywordsFromSelector(
|
|
406
|
+
"PHASEGroupPresetSetting", b"initWithGain:rate:gainCurveType:rateCurveType:"
|
|
407
|
+
)
|
|
408
|
+
objc.registerNewKeywordsFromSelector("PHASEListener", b"initWithEngine:")
|
|
409
|
+
objc.registerNewKeywordsFromSelector(
|
|
410
|
+
"PHASEMappedMetaParameterDefinition",
|
|
411
|
+
b"initWithInputMetaParameterDefinition:envelope:",
|
|
412
|
+
)
|
|
413
|
+
objc.registerNewKeywordsFromSelector(
|
|
414
|
+
"PHASEMappedMetaParameterDefinition",
|
|
415
|
+
b"initWithInputMetaParameterDefinition:envelope:identifier:",
|
|
416
|
+
)
|
|
417
|
+
objc.registerNewKeywordsFromSelector(
|
|
418
|
+
"PHASEMappedMetaParameterDefinition", b"initWithValue:"
|
|
419
|
+
)
|
|
420
|
+
objc.registerNewKeywordsFromSelector(
|
|
421
|
+
"PHASEMappedMetaParameterDefinition", b"initWithValue:identifier:"
|
|
422
|
+
)
|
|
423
|
+
objc.registerNewKeywordsFromSelector(
|
|
424
|
+
"PHASEMappedMetaParameterDefinition", b"initWithValue:minimum:maximum:"
|
|
425
|
+
)
|
|
426
|
+
objc.registerNewKeywordsFromSelector(
|
|
427
|
+
"PHASEMappedMetaParameterDefinition", b"initWithValue:minimum:maximum:identifier:"
|
|
428
|
+
)
|
|
429
|
+
objc.registerNewKeywordsFromSelector("PHASEMaterial", b"initWithEngine:preset:")
|
|
430
|
+
objc.registerNewKeywordsFromSelector("PHASEMedium", b"initWithEngine:preset:")
|
|
431
|
+
objc.registerNewKeywordsFromSelector(
|
|
432
|
+
"PHASENumberMetaParameterDefinition", b"initWithValue:"
|
|
433
|
+
)
|
|
434
|
+
objc.registerNewKeywordsFromSelector(
|
|
435
|
+
"PHASENumberMetaParameterDefinition", b"initWithValue:identifier:"
|
|
436
|
+
)
|
|
437
|
+
objc.registerNewKeywordsFromSelector(
|
|
438
|
+
"PHASENumberMetaParameterDefinition", b"initWithValue:minimum:maximum:"
|
|
439
|
+
)
|
|
440
|
+
objc.registerNewKeywordsFromSelector(
|
|
441
|
+
"PHASENumberMetaParameterDefinition", b"initWithValue:minimum:maximum:identifier:"
|
|
442
|
+
)
|
|
443
|
+
objc.registerNewKeywordsFromSelector(
|
|
444
|
+
"PHASENumericPair", b"initWithFirstValue:secondValue:"
|
|
445
|
+
)
|
|
446
|
+
objc.registerNewKeywordsFromSelector("PHASEObject", b"initWithEngine:")
|
|
447
|
+
objc.registerNewKeywordsFromSelector("PHASEOccluder", b"initWithEngine:")
|
|
448
|
+
objc.registerNewKeywordsFromSelector("PHASEOccluder", b"initWithEngine:shapes:")
|
|
449
|
+
objc.registerNewKeywordsFromSelector(
|
|
450
|
+
"PHASEPullStreamNodeDefinition", b"initWithMixerDefinition:format:"
|
|
451
|
+
)
|
|
452
|
+
objc.registerNewKeywordsFromSelector(
|
|
453
|
+
"PHASEPullStreamNodeDefinition", b"initWithMixerDefinition:format:identifier:"
|
|
454
|
+
)
|
|
455
|
+
objc.registerNewKeywordsFromSelector(
|
|
456
|
+
"PHASEPushStreamNodeDefinition", b"initWithMixerDefinition:format:"
|
|
457
|
+
)
|
|
458
|
+
objc.registerNewKeywordsFromSelector(
|
|
459
|
+
"PHASEPushStreamNodeDefinition", b"initWithMixerDefinition:format:identifier:"
|
|
460
|
+
)
|
|
461
|
+
objc.registerNewKeywordsFromSelector(
|
|
462
|
+
"PHASERandomNodeDefinition", b"initWithIdentifier:"
|
|
463
|
+
)
|
|
464
|
+
objc.registerNewKeywordsFromSelector(
|
|
465
|
+
"PHASESamplerNodeDefinition", b"initWithSoundAssetIdentifier:mixerDefinition:"
|
|
466
|
+
)
|
|
467
|
+
objc.registerNewKeywordsFromSelector(
|
|
468
|
+
"PHASESamplerNodeDefinition",
|
|
469
|
+
b"initWithSoundAssetIdentifier:mixerDefinition:identifier:",
|
|
470
|
+
)
|
|
471
|
+
objc.registerNewKeywordsFromSelector("PHASEShape", b"initWithEngine:mesh:")
|
|
472
|
+
objc.registerNewKeywordsFromSelector("PHASEShape", b"initWithEngine:mesh:materials:")
|
|
473
|
+
objc.registerNewKeywordsFromSelector(
|
|
474
|
+
"PHASESoundEvent", b"initWithEngine:assetIdentifier:error:"
|
|
475
|
+
)
|
|
476
|
+
objc.registerNewKeywordsFromSelector(
|
|
477
|
+
"PHASESoundEvent", b"initWithEngine:assetIdentifier:mixerParameters:error:"
|
|
478
|
+
)
|
|
479
|
+
objc.registerNewKeywordsFromSelector("PHASESource", b"initWithEngine:")
|
|
480
|
+
objc.registerNewKeywordsFromSelector("PHASESource", b"initWithEngine:shapes:")
|
|
481
|
+
objc.registerNewKeywordsFromSelector(
|
|
482
|
+
"PHASESpatialMixerDefinition", b"initWithSpatialPipeline:"
|
|
483
|
+
)
|
|
484
|
+
objc.registerNewKeywordsFromSelector(
|
|
485
|
+
"PHASESpatialMixerDefinition", b"initWithSpatialPipeline:identifier:"
|
|
486
|
+
)
|
|
487
|
+
objc.registerNewKeywordsFromSelector("PHASESpatialPipeline", b"initWithFlags:")
|
|
488
|
+
objc.registerNewKeywordsFromSelector(
|
|
489
|
+
"PHASEStringMetaParameterDefinition", b"initWithValue:"
|
|
490
|
+
)
|
|
491
|
+
objc.registerNewKeywordsFromSelector(
|
|
492
|
+
"PHASEStringMetaParameterDefinition", b"initWithValue:identifier:"
|
|
493
|
+
)
|
|
494
|
+
objc.registerNewKeywordsFromSelector(
|
|
495
|
+
"PHASESwitchNodeDefinition", b"initWithSwitchMetaParameterDefinition:"
|
|
496
|
+
)
|
|
497
|
+
objc.registerNewKeywordsFromSelector(
|
|
498
|
+
"PHASESwitchNodeDefinition", b"initWithSwitchMetaParameterDefinition:identifier:"
|
|
499
|
+
)
|
|
302
500
|
expressions = {}
|
|
303
501
|
|
|
304
502
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-PHASE
|
|
3
|
-
Version:
|
|
3
|
+
Version: 11.0
|
|
4
4
|
Summary: Wrappers for the framework PHASE on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -18,23 +18,23 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
28
|
Classifier: Programming Language :: Objective C
|
|
29
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.9
|
|
32
32
|
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 >=
|
|
37
|
-
Requires-Dist: pyobjc-framework-AVFoundation >=
|
|
36
|
+
Requires-Dist: pyobjc-core >=11.0
|
|
37
|
+
Requires-Dist: pyobjc-framework-AVFoundation >=11.0
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
Wrappers for the "PHASE" framework on macOS.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
PHASE/__init__.py,sha256=txXro2QZLuFvJbPNYi5gbPjlx_IAxYxCdokBsG46_0o,5349
|
|
2
|
+
PHASE/_metadata.py,sha256=RoB_oPu1Lfax8XPVctYmgjt04Hyjqobmgc7Fu1Cgxic,20270
|
|
3
|
+
pyobjc_framework_PHASE-11.0.dist-info/METADATA,sha256=OdZpY_gGFw4wE1jfaI2Sq7SvBqCL3l8ZzTCI8vYHxpQ,2229
|
|
4
|
+
pyobjc_framework_PHASE-11.0.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
5
|
+
pyobjc_framework_PHASE-11.0.dist-info/pyobjc-build-info.txt,sha256=R5YEsJoyZ8GByMQk4k_4WWEg6V4RNO715NMQwx6YaNI,85
|
|
6
|
+
pyobjc_framework_PHASE-11.0.dist-info/top_level.txt,sha256=qEtTyMtU1BJvQaRKWSWP5lIybGQEuj2N0UoPSwZWchk,6
|
|
7
|
+
pyobjc_framework_PHASE-11.0.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.2.dist-info/METADATA,sha256=nrdYbxF-WYKY-Lfuz8j1EHg2UwlgtznU0lYKpdnKbbg,2228
|
|
4
|
-
pyobjc_framework_PHASE-10.2.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
5
|
-
pyobjc_framework_PHASE-10.2.dist-info/top_level.txt,sha256=qEtTyMtU1BJvQaRKWSWP5lIybGQEuj2N0UoPSwZWchk,6
|
|
6
|
-
pyobjc_framework_PHASE-10.2.dist-info/RECORD,,
|
{pyobjc_framework_PHASE-10.2.dist-info → pyobjc_framework_PHASE-11.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|