Home
last modified time | relevance | path

Searched refs:csoundGetKsmps (Results 1 – 24 of 24) sorted by relevance

/dports/audio/csound/csound-6.15.0/Android/CSDPlayer/assets/Csound6AndroidExamples/Gogins/
H A Dlua_scoregen.csd24 int csoundGetKsmps(void *);
H A Dluamoog.csd18 int csoundGetKsmps(void *);
53 p.ksmps = csoundApi.csoundGetKsmps(csound)
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/
H A DLevelMeterView.swift142 ksmps = Int(csoundGetKsmps(cs)) in setup()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dcsound.lisp189 (cffi:defcfun ("csoundGetKsmps" csoundGetKsmps) :int32
H A DcsPerfThread.cpp437 int len = csoundGetKsmps(csound) * csoundGetNchnls(csound); in Perform()
H A Dctcsound.py231 libcsound.csoundGetKsmps.restype = ct.c_uint32
232 libcsound.csoundGetKsmps.argtypes = [ct.c_void_p]
983 return libcsound.csoundGetKsmps(self.cs)
1660 length = libcsound.csoundGetKsmps(self.cs)
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/classes/
H A DCsoundObj.m309 int ksmps = csoundGetKsmps(csound);
327 return csoundGetKsmps(mCsData.cs);
348 int ksmps = csoundGetKsmps(cs);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/classes/
H A DCsoundObj.m309 int ksmps = csoundGetKsmps(csound);
327 return csoundGetKsmps(mCsData.cs);
348 int ksmps = csoundGetKsmps(cs);
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dcsoundhtmlwrapper.cpp154 return csoundGetKsmps(getCsound()); in getKsmps()
H A Dpyqcsobject.cpp542 ksmps = csoundGetKsmps (cs); in getKsmps()
H A Dcsoundengine.cpp985 ud->outputBufferSize = csoundGetKsmps(ud->csound); in runCsound()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/RecordTest/
H A DLevelMeterView.m155 ksmps = csoundGetKsmps(cs);
/dports/audio/csound/csound-6.15.0/Top/
H A Dthreadsafe.c570 memcpy(samples, psamples, csoundGetKsmps(csound)*sizeof(MYFLT)); in csoundGetAudioChannel()
583 memcpy(psamples, samples, csoundGetKsmps(csound)*sizeof(MYFLT)); in csoundSetAudioChannel()
H A Dcsound.c263 csoundGetKsmps,
2347 PUBLIC uint32_t csoundGetKsmps(CSOUND *csound) in csoundGetKsmps() function
/dports/audio/csound/csound-6.15.0/Emscripten/src/
H A DCsoundObj.c263 return csoundGetKsmps(self->csound); in CsoundObj_getKsmps()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h988 PUBLIC uint32_t csoundGetKsmps(CSOUND *);
H A Dcsound.hpp391 return csoundGetKsmps(csound); in GetKsmps()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp394 return csoundGetKsmps(csound); in GetKsmps()
H A Dcsound.h1000 PUBLIC uint32_t csoundGetKsmps(CSOUND *);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h988 PUBLIC uint32_t csoundGetKsmps(CSOUND *);
H A Dcsound.hpp391 return csoundGetKsmps(csound); in GetKsmps()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs621 pub fn csoundGetKsmps(arg1: *mut CSOUND) -> u32; in csoundGetKsmps() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs499 unsafe { csound_sys::csoundGetKsmps(self.engine.csound) } in get_ksmps()
/dports/audio/csound/csound-6.15.0/iOS/docs/
H A Dcsound_ios_manual.tex408 ksmps = csoundGetKsmps(cs);