Home
last modified time | relevance | path

Searched refs:CSOUND_CONTROL_CHANNEL_INT (Results 1 – 7 of 7) sorted by relevance

/dports/audio/csound/csound-6.15.0/tests/c/
H A Dchannel_tests.c28 hints.behav = CSOUND_CONTROL_CHANNEL_INT; in test_control_channel_params()
37 CU_ASSERT(hints2.behav == CSOUND_CONTROL_CHANNEL_INT); in test_control_channel_params()
80 | CSOUND_OUTPUT_CHANNEL | CSOUND_CONTROL_CHANNEL_INT) in test_channel_list()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h630 CSOUND_CONTROL_CHANNEL_INT = 1, enumerator
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h630 CSOUND_CONTROL_CHANNEL_INT = 1, enumerator
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.h630 CSOUND_CONTROL_CHANNEL_INT = 1, enumerator
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs31 pub const CSOUND_CONTROL_CHANNEL_INT: controlChannelBehavior = 1; const
/dports/audio/csound/csound-6.15.0/OOps/
H A Dbus.c544 if (hints.behav == CSOUND_CONTROL_CHANNEL_INT) { in csoundSetControlChannelHints()
1550 hints.behav = CSOUND_CONTROL_CHANNEL_INT; in chn_k_opcode_init_()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py576 CSOUND_CONTROL_CHANNEL_INT = 1 variable