Home
last modified time | relevance | path

Searched refs:csoundGetSpoutSample (Results 1 – 10 of 10) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h1245 PUBLIC MYFLT csoundGetSpoutSample(CSOUND *csound, int frame, int channel);
H A Dcsound.hpp909 return csoundGetSpoutSample(csound, frame, channel); in GetSpoutSample()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp916 return csoundGetSpoutSample(csound, frame, channel); in GetSpoutSample()
H A Dcsound.h1263 PUBLIC MYFLT csoundGetSpoutSample(CSOUND *csound, int frame, int channel);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h1245 PUBLIC MYFLT csoundGetSpoutSample(CSOUND *csound, int frame, int channel);
H A Dcsound.hpp909 return csoundGetSpoutSample(csound, frame, channel); in GetSpoutSample()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py285 libcsound.csoundGetSpoutSample.restype = MYFLT
286 libcsound.csoundGetSpoutSample.argtypes = [ct.c_void_p, ct.c_int, ct.c_int]
1271 return libcsound.csoundGetSpoutSample(self.cs, frame, channel)
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs705 pub fn csoundGetSpoutSample(csound: *mut CSOUND, frame: c_int, channel: c_int) -> c_double; in csoundGetSpoutSample() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs1026 csound_sys::csoundGetSpoutSample(self.engine.csound, frame as i32, channel as i32) in get_spout_sample()
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c2409 PUBLIC MYFLT csoundGetSpoutSample(CSOUND *csound, int frame, int channel) in csoundGetSpoutSample() function