Home
last modified time | relevance | path

Searched refs:csoundGetRtRecordUserData (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.h1250 PUBLIC void **csoundGetRtRecordUserData(CSOUND *);
H A Dcsound.hpp691 return csoundGetRtRecordUserData(csound); in GetRtRecordUserData()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp694 return csoundGetRtRecordUserData(csound); in GetRtRecordUserData()
H A Dcsound.h1268 PUBLIC void **csoundGetRtRecordUserData(CSOUND *);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h1250 PUBLIC void **csoundGetRtRecordUserData(CSOUND *);
H A Dcsound.hpp691 return csoundGetRtRecordUserData(csound); in GetRtRecordUserData()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py287 libcsound.csoundGetRtRecordUserData.restype = ct.POINTER(ct.c_void_p)
288 libcsound.csoundGetRtRecordUserData.argtypes = [ct.c_void_p]
1275 return libcsound.csoundGetRtRecordUserData(self.cs)
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs707 pub fn csoundGetRtRecordUserData(arg1: *mut CSOUND) -> *mut *mut c_void; in csoundGetRtRecordUserData() function
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c437 csoundGetRtRecordUserData,
4016 PUBLIC void **csoundGetRtRecordUserData(CSOUND *csound) in csoundGetRtRecordUserData() function
/dports/audio/csound/csound-6.15.0/etc/
H A DChangeLog4778 New functions void **csoundGetRtRecordUserData(void *csound)