Home
last modified time | relevance | path

Searched refs:csoundSetIsGraphable (Results 1 – 12 of 12) sorted by relevance

/dports/audio/csound/csound-6.15.0/tests/c/
H A Dengine_test.c21 csoundSetIsGraphable(csound, 1); in test_daemon()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dexclusions.i48 %ignore csoundSetIsGraphable;
H A Dctcsound.py398 libcsound.csoundSetIsGraphable.argtypes = [ct.c_void_p, ct.c_int]
2090 ret = libcsound.csoundSetIsGraphable(self.cs, ct.c_int(isGraphable))
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dcsoundengine.cpp944 csoundSetIsGraphable(ud->csound, true); in runCsound()
1086 csoundSetIsGraphable(ud->csound, 0); in cleanupCsound()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h2032 PUBLIC int csoundSetIsGraphable(CSOUND *, int isGraphable);
H A Dcsound.hpp566 return csoundSetIsGraphable(csound, isGraphable); in SetIsGraphable()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp569 return csoundSetIsGraphable(csound, isGraphable); in SetIsGraphable()
H A Dcsound.h2051 PUBLIC int csoundSetIsGraphable(CSOUND *, int isGraphable);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h2032 PUBLIC int csoundSetIsGraphable(CSOUND *, int isGraphable);
H A Dcsound.hpp566 return csoundSetIsGraphable(csound, isGraphable); in SetIsGraphable()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs993 pub fn csoundSetIsGraphable(arg1: *mut CSOUND, isGraphable: c_int) -> c_int; in csoundSetIsGraphable() function
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c455 csoundSetIsGraphable,
3101 PUBLIC int csoundSetIsGraphable(CSOUND *csound, int isGraphable) in csoundSetIsGraphable() function