Home
last modified time | relevance | path

Searched refs:CSOUND_CONTROL_CHANNEL (Results 1 – 25 of 48) sorted by relevance

12

/dports/audio/csound/csound-6.15.0/Android/CsoundForAndroid/CsoundAndroid/src/main/java/com/csounds/bindings/motion/
H A DCsoundAccelerometerBinding.java78 … channelPtrX = csoundObj.getInputChannelPtr(CS_ACCEL_X, controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
79 … channelPtrY = csoundObj.getInputChannelPtr(CS_ACCEL_Y, controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
80 …channelPtrZ = csoundObj.getInputChannelPtr(CS_ACCEL_Z, controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/src/com/csounds/bindings/motion/
H A DCsoundAccelerometerBinding.java78 … channelPtrX = csoundObj.getInputChannelPtr(CS_ACCEL_X, controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
79 … channelPtrY = csoundObj.getInputChannelPtr(CS_ACCEL_Y, controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
80 …channelPtrZ = csoundObj.getInputChannelPtr(CS_ACCEL_Z, controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/src/com/csounds/bindings/ui/
H A DCsoundButtonBinding.java111 …ptrX = csoundObj.getInputChannelPtr(channelName + ".x", controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
112 …ptrY = csoundObj.getInputChannelPtr(channelName + ".y", controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
114 ptr = csoundObj.getInputChannelPtr(channelName, controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
H A DCsoundSliderBinding.java103 ptr = this.csoundObj.getInputChannelPtr(channelName, controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
/dports/audio/csound/csound-6.15.0/Android/CsoundForAndroid/CsoundAndroid/src/main/java/com/csounds/bindings/ui/
H A DCsoundButtonBinding.java111 …ptrX = csoundObj.getInputChannelPtr(channelName + ".x", controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
112 …ptrY = csoundObj.getInputChannelPtr(channelName + ".y", controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
114 ptr = csoundObj.getInputChannelPtr(channelName, controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
H A DCsoundSliderBinding.java101 ptr = this.csoundObj.getInputChannelPtr(channelName, controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/classes/bindings/motion/
H A DCsoundGyroscopeBinding.m52 channelType:CSOUND_CONTROL_CHANNEL];
54 channelType:CSOUND_CONTROL_CHANNEL];
56 channelType:CSOUND_CONTROL_CHANNEL];
H A DCsoundAccelerometerBinding.m52 channelType:CSOUND_CONTROL_CHANNEL];
54 channelType:CSOUND_CONTROL_CHANNEL];
56 channelType:CSOUND_CONTROL_CHANNEL];
H A DCsoundAttitudeBinding.m52 channelType:CSOUND_CONTROL_CHANNEL];
54 channelType:CSOUND_CONTROL_CHANNEL];
56 channelType:CSOUND_CONTROL_CHANNEL];
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/classes/bindings/motion/
H A DCsoundAccelerometerBinding.m52 channelType:CSOUND_CONTROL_CHANNEL];
54 channelType:CSOUND_CONTROL_CHANNEL];
56 channelType:CSOUND_CONTROL_CHANNEL];
H A DCsoundAttitudeBinding.m52 channelType:CSOUND_CONTROL_CHANNEL];
54 channelType:CSOUND_CONTROL_CHANNEL];
56 channelType:CSOUND_CONTROL_CHANNEL];
H A DCsoundGyroscopeBinding.m52 channelType:CSOUND_CONTROL_CHANNEL];
54 channelType:CSOUND_CONTROL_CHANNEL];
56 channelType:CSOUND_CONTROL_CHANNEL];
/dports/audio/csound/csound-6.15.0/OOps/
H A Dbus.c362 case CSOUND_CONTROL_CHANNEL: in alloc_channel()
823 channelType = CSOUND_CONTROL_CHANNEL | CSOUND_INPUT_CHANNEL; in chnget_array_opcode_init()
1019 channelType = CSOUND_CONTROL_CHANNEL | CSOUND_INPUT_CHANNEL; in chnset_array_opcode_init()
1539 type = CSOUND_CONTROL_CHANNEL; in chn_k_opcode_init_()
1649 int32_t type = CSOUND_CONTROL_CHANNEL, mode, err; in chnexport_opcode_init()
1705 if ((type & CSOUND_CHANNEL_TYPE_MASK) != CSOUND_CONTROL_CHANNEL) in chnexport_opcode_init()
1748 if ((err & 15) == CSOUND_CONTROL_CHANNEL) { in chnparams_opcode_init()
1935 type = CSOUND_CONTROL_CHANNEL | CSOUND_INPUT_CHANNEL; in invalset_S()
2003 type = CSOUND_CONTROL_CHANNEL | CSOUND_INPUT_CHANNEL; in invalset()
2081 type = CSOUND_CONTROL_CHANNEL | CSOUND_OUTPUT_CHANNEL; in outvalset_S()
[all …]
/dports/audio/csound/csound-6.15.0/Android/
H A DCHANGELOG33CSOUND_CONTROL_CHANNEL, CSOUND_AUDIO_CHANNEL); previously getInputChannelPtr was hardcoded for onl…
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/
H A DMultiTouchXYViewController.swift154 … touchXPtr[i] = csoundObj.getInputChannelPtr("touch.\(i).x", channelType: CSOUND_CONTROL_CHANNEL) in setup()
155 … touchYPtr[i] = csoundObj.getOutputChannelPtr("touch.\(i).y", channelType: CSOUND_CONTROL_CHANNEL) in setup()
H A DControlXYGrid.swift177 xChannelPtr = csoundObj.getInputChannelPtr("mix", channelType: CSOUND_CONTROL_CHANNEL) in setup()
178 yChannelPtr = csoundObj.getInputChannelPtr("pitch", channelType: CSOUND_CONTROL_CHANNEL) in setup()
H A DControlKnob.swift122 channelPtr = csoundObj.getInputChannelPtr("pitch", channelType: CSOUND_CONTROL_CHANNEL) in setup()
/dports/audio/csound/csound-6.15.0/Android/CsoundForAndroid/CsoundAndroidExamples/src/main/java/com/csounds/examples/tests/
H A DMultiTouchXYActivity.java178 controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
181 controlChannelType.CSOUND_CONTROL_CHANNEL); in setup()
/dports/audio/csound/csound-6.15.0/Release_Notes/
H A DVersion_6.01171 passing in the channelType (i.e. CSOUND_CONTROL_CHANNEL,
175 "controlChannelType.CSOUND_CONTROL_CHANNEL" when calling
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/MultiTouchXY/
H A DMultiTouchXYViewController.m93 channelType:CSOUND_CONTROL_CHANNEL];
95 channelType:CSOUND_CONTROL_CHANNEL];
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/classes/bindings/ui/
H A DCsoundLabelBinding.m51 channelType:CSOUND_CONTROL_CHANNEL];
H A DCsoundMomentaryButtonBinding.m56 channelType:CSOUND_CONTROL_CHANNEL];
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/classes/bindings/ui/
H A DCsoundLabelBinding.m51 channelType:CSOUND_CONTROL_CHANNEL];
/dports/audio/csound/csound-6.15.0/iOS/
H A DCHANGELOG93CSOUND_CONTROL_CHANNEL, CSOUND_AUDIO_CHANNEL); previously getInputChannelPtr was hardcoded for onl…
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/PitchShifter/
H A DControlXYGrid.m226 xChannelPtr = [csoundObj getInputChannelPtr:@"mix" channelType:CSOUND_CONTROL_CHANNEL];
227 yChannelPtr = [csoundObj getInputChannelPtr:@"pitch" channelType:CSOUND_CONTROL_CHANNEL];

12