Home
last modified time | relevance | path

Searched refs:PerformKsmps (Results 1 – 15 of 15) sorted by relevance

/dports/audio/csound/csound-6.15.0/interfaces/
H A DCppSound.cpp112 result = PerformKsmps(); in perform()
157 return PerformKsmps(); in performKsmps()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound_threaded.hpp210 result = Csound::PerformKsmps(); in PerformRoutine()
239 result = Csound::PerformKsmps(); in PerformAndResetRoutine()
H A Dcsound.hpp364 virtual int PerformKsmps() in PerformKsmps() function in Csound
H A DcsoundCore.h1339 int (*PerformKsmps)(CSOUND *); member
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Scripts/WIP/
H A Dftable_viewer.py42 c.PerformKsmps() # Must perform one control block to have tables created
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/src/com/csounds/
H A DCsoundObj.java326 ret = csound.PerformKsmps(); in runCsoundOpenSL()
510 while (csound.PerformKsmps() == 0 && !stopped) { in runCsoundAudioTrack()
/dports/audio/csound/csound-6.15.0/Android/CsoundForAndroid/CsoundAndroid/src/main/java/com/csounds/
H A DCsoundObj.java331 ret = csound.PerformKsmps(); in runCsoundOpenSL()
514 while (csound.PerformKsmps() == 0 && !stopped) { in runCsoundAudioTrack()
/dports/audio/csound/csound-6.15.0/Bela/
H A DBelaCsound.cpp263 if((res = csound->PerformKsmps()) == 0) count = 0; in render()
H A Dmain.cpp420 if((res = csound->PerformKsmps()) == 0){ in csound_render()
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/jni/
H A Dcsound_oboe.hpp325 csound_result = PerformKsmps(); in onAudioReady()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.hpp361 virtual int PerformKsmps() in PerformKsmps() function in Csound
H A DcsoundCore.h1324 int (*PerformKsmps)(CSOUND *); member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.hpp361 virtual int PerformKsmps() in PerformKsmps() function in Csound
H A DcsoundCore.h1324 int (*PerformKsmps)(CSOUND *); member
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Djacko.cpp653 int finished = csound->PerformKsmps(csound); in JackProcessCallback()