Home
last modified time | relevance | path

Searched refs:csoundInitTimerStruct (Results 1 – 11 of 11) sorted by relevance

/dports/audio/csound/csound-6.15.0/installer/linux/fedora/
H A Dcsound-5.13.0-compile-flag.patch41 csoundInitTimerStruct(csound->csRtClock);
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp1045 csoundInitTimerStruct(&rt); in Reset()
1050 csoundInitTimerStruct(&rt); in CsoundTimer()
H A Dcsound.h2337 PUBLIC void csoundInitTimerStruct(RTCLOCK *);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.hpp1038 csoundInitTimerStruct(&rt); in Reset()
1043 csoundInitTimerStruct(&rt); in CsoundTimer()
H A Dcsound.h2315 PUBLIC void csoundInitTimerStruct(RTCLOCK *);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.hpp1038 csoundInitTimerStruct(&rt); in Reset()
1043 csoundInitTimerStruct(&rt); in CsoundTimer()
H A Dcsound.h2315 PUBLIC void csoundInitTimerStruct(RTCLOCK *);
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c397 csoundInitTimerStruct,
3501 csoundInitTimerStruct(csound->csRtClock); in csoundReset()
3972 PUBLIC void csoundInitTimerStruct(RTCLOCK *p) in csoundInitTimerStruct() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs1090 pub fn csoundInitTimerStruct(arg1: *mut RTCLOCK); in csoundInitTimerStruct() function
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py447 libcsound.csoundInitTimerStruct.argtypes = [ct.POINTER(RtClock)]
2400 libcsound.csoundInitTimerStruct(ct.byref(timerStruct))
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs2336 csound_sys::csoundInitTimerStruct(ptr); in init_timer()