Home
last modified time | relevance | path

Searched refs:CSOUND_OUTPUT_CHANNEL (Results 1 – 18 of 18) sorted by relevance

/dports/audio/csound/csound-6.15.0/OOps/
H A Dbus.c162 CSOUND_AUDIO_CHANNEL | CSOUND_OUTPUT_CHANNEL); in chano_opcode_perf_a()
253 CSOUND_PVS_CHANNEL | CSOUND_OUTPUT_CHANNEL) in pvsout_init()
286 CSOUND_PVS_CHANNEL | CSOUND_OUTPUT_CHANNEL); in pvsout_perf()
1543 type |= CSOUND_OUTPUT_CHANNEL; in chn_k_opcode_init_()
1614 type |= CSOUND_OUTPUT_CHANNEL; in chn_a_opcode_init()
1635 type |= CSOUND_OUTPUT_CHANNEL; in chn_S_opcode_init()
1681 type |= CSOUND_OUTPUT_CHANNEL; in chnexport_opcode_init()
2054 type = CSOUND_STRING_CHANNEL | CSOUND_OUTPUT_CHANNEL; in outvalset_string_S()
2081 type = CSOUND_CONTROL_CHANNEL | CSOUND_OUTPUT_CHANNEL; in outvalset_S()
2109 type = CSOUND_STRING_CHANNEL | CSOUND_OUTPUT_CHANNEL; in outvalset_string()
[all …]
/dports/audio/csound/csound-6.15.0/Top/
H A Dthreadsafe.c516 CSOUND_CONTROL_CHANNEL | CSOUND_OUTPUT_CHANNEL)) in csoundGetControlChannel()
566 CSOUND_AUDIO_CHANNEL | CSOUND_OUTPUT_CHANNEL) in csoundGetAudioChannel()
626 CSOUND_STRING_CHANNEL | CSOUND_OUTPUT_CHANNEL) in csoundGetStringChannel()
678 CSOUND_PVS_CHANNEL | CSOUND_OUTPUT_CHANNEL) in csoundGetPvsChannel()
H A Dserver.c168 CSOUND_STRING_CHANNEL | CSOUND_OUTPUT_CHANNEL) in udp_recv()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Denums.rs139 const CSOUND_OUTPUT_CHANNEL = 32; const
H A Dcsound.rs1532 (csound_sys::CSOUND_AUDIO_CHANNEL | csound_sys::CSOUND_OUTPUT_CHANNEL) as c_int; in get_output_channel()
1536 bits = (csound_sys::CSOUND_CONTROL_CHANNEL | csound_sys::CSOUND_OUTPUT_CHANNEL) in get_output_channel()
1541 bits = (csound_sys::CSOUND_STRING_CHANNEL | csound_sys::CSOUND_OUTPUT_CHANNEL) in get_output_channel()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dcsoundengine.cpp477 CSOUND_OUTPUT_CHANNEL | CSOUND_CONTROL_CHANNEL) == 0) { in writeWidgetValues()
488 CSOUND_OUTPUT_CHANNEL | CSOUND_STRING_CHANNEL) == 0) { in writeWidgetValues()
1157 if (chanType & CSOUND_OUTPUT_CHANNEL) { // Channels can be input and output at the same time in setupChannels()
1190 … CSOUND_INPUT_CHANNEL | CSOUND_OUTPUT_CHANNEL | CSOUND_STRING_CHANNEL); in setupChannels()
H A Dpyqcsobject.cpp306 CSOUND_CONTROL_CHANNEL | CSOUND_OUTPUT_CHANNEL))) in getCsChannel()
334 CSOUND_STRING_CHANNEL | CSOUND_OUTPUT_CHANNEL))) { in getCsStringChannel()
/dports/audio/csound/csound-6.15.0/tests/c/
H A Dchannel_tests.c80 | CSOUND_OUTPUT_CHANNEL | CSOUND_CONTROL_CHANNEL_INT) in test_channel_list()
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/src/com/csounds/
H A DCsoundObj.java187 | controlChannelType.CSOUND_OUTPUT_CHANNEL.swigValue()); in getOutputChannelPtr()
/dports/audio/csound/csound-6.15.0/Android/CsoundForAndroid/CsoundAndroid/src/main/java/com/csounds/
H A DCsoundObj.java185 | controlChannelType.CSOUND_OUTPUT_CHANNEL.swigValue()); in getOutputChannelPtr()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dcs_glue.cpp248 return ((lst[ndx].type & CSOUND_OUTPUT_CHANNEL) ? 1 : 0); in IsOutputChannel()
H A Dctcsound.py573 CSOUND_OUTPUT_CHANNEL = 32 variable
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h625 CSOUND_OUTPUT_CHANNEL = 32 enumerator
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h625 CSOUND_OUTPUT_CHANNEL = 32 enumerator
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.h625 CSOUND_OUTPUT_CHANNEL = 32 enumerator
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/classes/
H A DCsoundObj.m297 channelType | CSOUND_OUTPUT_CHANNEL);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/classes/
H A DCsoundObj.m297 channelType | CSOUND_OUTPUT_CHANNEL);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs27 pub const CSOUND_OUTPUT_CHANNEL: controlChannelType = 32; const