Home
last modified time | relevance | path

Searched refs:csoundTableLength (Results 1 – 15 of 15) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/
H A DWaveview.swift124 tableLength = Int(csoundTableLength(cs, Int32(fTableNumber))) in updateValuesFromCsound()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/Waveview/
H A DWaveview.m106 if ((tableLength = csoundTableLength(cs, fTableNumber)) > 0) {
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dcsoundhtmlwrapper.cpp391 return csoundTableLength(getCsound(), table_number); in tableLength()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h1954 PUBLIC int csoundTableLength(CSOUND *, int table);
H A Dcsound.hpp649 return csoundTableLength(csound, table); in TableLength()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp652 return csoundTableLength(csound, table); in TableLength()
H A Dcsound.h1973 PUBLIC int csoundTableLength(CSOUND *, int table);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h1954 PUBLIC int csoundTableLength(CSOUND *, int table);
H A Dcsound.hpp649 return csoundTableLength(csound, table); in TableLength()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs965 pub fn csoundTableLength(arg1: *mut CSOUND, table: c_int) -> c_int; in csoundTableLength() function
/dports/audio/csound/csound-6.15.0/iOS/docs/
H A Dcsound_ios_manual.tex410 if ((tableLength = csoundTableLength(cs, 1)) > 0) {
429 tableLength = Int(csoundTableLength(cs, Int32(fTableNumber)))
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py385 libcsound.csoundTableLength.argtypes = [ct.c_void_p, ct.c_int]
1992 return libcsound.csoundTableLength(self.cs, table)
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c328 csoundTableLength,
3655 PUBLIC int csoundTableLength(CSOUND *csound, int table) in csoundTableLength() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs1989 let value = csound_sys::csoundTableLength(self.engine.csound, table as c_int) as i32; in table_length()
/dports/audio/csound/csound-6.15.0/etc/
H A DChangeLog5346 * Added csoundTableLength, csoundTableGet, csoundTableSet to API.