Home
last modified time | relevance | path

Searched refs:CSOUND_SIGNAL (Results 1 – 6 of 6) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h340 CSOUND_SIGNAL = -5 enumerator
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h340 CSOUND_SIGNAL = -5 enumerator
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.h340 CSOUND_SIGNAL = -5 enumerator
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs12 pub const CSOUND_SIGNAL: CSOUND_STATUS = -5; const
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py553 CSOUND_SIGNAL = -5 # Termination requested by SIGINT or SIGTERM. variable
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c3252 csound->LongJmp(csound, CSOUND_SIGNAL); in csoundYield()