Home
last modified time | relevance | path

Searched refs:csoundPerformKsmps (Results 1 – 25 of 36) sorted by relevance

12

/dports/audio/csound/csound-6.15.0/tests/c/
H A Dcsound_debugger_test.c158 csoundPerformKsmps(csound); in test_variables()
186 csoundPerformKsmps(csound); in test_bkpt_instrument()
218 csoundPerformKsmps(csound); in test_line_breakpoint_add_remove()
224 csoundPerformKsmps(csound); in test_line_breakpoint_add_remove()
225 csoundPerformKsmps(csound); in test_line_breakpoint_add_remove()
226 csoundPerformKsmps(csound); in test_line_breakpoint_add_remove()
227 csoundPerformKsmps(csound); in test_line_breakpoint_add_remove()
228 csoundPerformKsmps(csound); in test_line_breakpoint_add_remove()
267 csoundPerformKsmps(csound); in test_line_breakpoint()
273 csoundPerformKsmps(csound); in test_line_breakpoint()
[all …]
H A Dchannel_tests.c150 err = csoundPerformKsmps(csound); in test_channel_callbacks()
215 err = csoundPerformKsmps(csound); in test_channel_opcodes()
221 err = csoundPerformKsmps(csound); in test_channel_opcodes()
227 err = csoundPerformKsmps(csound); in test_channel_opcodes()
263 err = csoundPerformKsmps(csound); in test_pvs_opcodes()
H A DliveCoder.cpp65 while((csoundPerformKsmps(csound->GetCsound()) == 0) in csThread()
H A Dcsound_orc_compile_test.c97 result = csoundPerformKsmps(csound); in test_compile()
H A Dio_test.c135 ret = csoundPerformKsmps(csound); in test_keyboard_io()
/dports/audio/csound/csound-6.15.0/Emscripten/src/
H A DCsoundObj.c188 while(csoundPerformKsmps(self->csound) == 0){}; in CsoundObj_render()
269 return csoundPerformKsmps(self->csound); in CsoundObj_performKsmps()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dsb-csound.lisp65 (declaim (inline csoundPerformKsmps))
H A Dcsound.lisp168 (cffi:defcfun ("csoundPerformKsmps" csoundPerformKsmps) :int
H A Dfilebuilding.cpp27 while(res == 0) res = csoundPerformKsmps(cs); in perfthread()
H A DcsPerfThread.cpp434 retval = csoundPerformKsmps(csound); in Perform()
H A Dctcsound.py215 libcsound.csoundPerformKsmps.argtypes = [ct.c_void_p]
891 return libcsound.csoundPerformKsmps(self.cs)
/dports/audio/csound/csound-6.15.0/Release_Notes/
H A DVersion_6.05171 * New experimental audio IO mode: csoundPerformKsmps() is called
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h897 PUBLIC int csoundPerformKsmps(CSOUND *);
H A Dcsound.hpp363 return csoundPerformKsmps(csound); in PerformKsmps()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp366 return csoundPerformKsmps(csound); in PerformKsmps()
H A Dcsound.h909 PUBLIC int csoundPerformKsmps(CSOUND *);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h897 PUBLIC int csoundPerformKsmps(CSOUND *);
H A Dcsound.hpp363 return csoundPerformKsmps(csound); in PerformKsmps()
/dports/audio/csound/csound-6.15.0/Frontends/winsound/
H A Dmain.cxx245 res = csoundPerformKsmps(csound); in cs_compile_run()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/classes/
H A DCsoundObj.m383 ret = csoundPerformKsmps(cdata->cs);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/classes/
H A DCsoundObj.m383 ret = csoundPerformKsmps(cdata->cs);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs592 pub fn csoundPerformKsmps(arg1: *mut CSOUND) -> c_int; in csoundPerformKsmps() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs394 unsafe { csound_sys::csoundPerformKsmps(self.engine.csound) != 0 } in perform_ksmps()
/dports/audio/csound/csound-6.15.0/Android/docs/
H A Dcsound_android_manual.tex145 … loop. \textbf{updateValuesToCsound} is called before each call to csoundPerformKsmps, while \text…
/dports/audio/csound/csound-6.15.0/iOS/docs/
H A Dcsound_ios_manual.tex155 … loop. \textbf{updateValuesToCsound} is called before each call to csoundPerformKsmps, while \text…

12