Home
last modified time | relevance | path

Searched defs:CSOUND_MEMORY (Results 1 – 5 of 5) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h338 CSOUND_MEMORY = -4, enumerator
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.h338 CSOUND_MEMORY = -4, enumerator
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h338 CSOUND_MEMORY = -4, enumerator
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py552 CSOUND_MEMORY = -4 # Failed to allocate requested memory. variable
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs13 pub const CSOUND_MEMORY: CSOUND_STATUS = -4; const