Home
last modified time | relevance | path

Searched refs:libcsound (Results 1 – 23 of 23) sorted by relevance

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py39 libcsound = ct.CDLL("libcsound64.so") variable
42 libcsound = ct.cdll.csound64 variable
205 libcsound.csoundEvalCode.restype = MYFLT
227 libcsound.csoundGetSr.restype = MYFLT
229 libcsound.csoundGetKr.restype = MYFLT
237 libcsound.csoundGet0dBFS.restype = MYFLT
239 libcsound.csoundGetA4.restype = MYFLT
251 libcsound.csoundSystemSr.restype = MYFLT
386 libcsound.csoundTableGet.restype = MYFLT
913 libcsound.csoundStop(self.cs)
[all …]
/dports/audio/csound/csound-6.15.0/Emscripten/examples/
H A D.gitignore3 js/libcsound.js
4 js/libcsound-worklet.wasm.js
7 js/libcsound.wasm
10 js/libcsound-worklet.js
/dports/audio/csound/csound-6.15.0/Emscripten/
H A Dconvert.sh3 rm libcsound-worklet.base64.js
5 echo "AudioWorkletGlobalScope.WAM = { ENVIRONMENT: \"WEB\" };" >> libcsound-worklet.base64.js
7 …alScope.WAM.wasmBinary = \"$(base64 -w 0 libcsound-worklet.wasm)\";" >> libcsound-worklet.base64.js
9 cat << EOF >> libcsound-worklet.base64.js
H A Dbuild.sh41 #echo "export default libcsound;" >> module/src/libcsound.js
/dports/audio/csound/csound-6.15.0/installer/linux/
H A Df32.sh30 rm ../../../CSDIST/$DIR/opc/libcsound.so
33 cp -upv ../../libcsound.so.5.2 ../../../CSDIST/$DIR/lib
34 (cd ../../../CSDIST/$DIR/lib; ln -s libcsound.so.5.2 libcsound.so)
36 cp -upv ../../libcsound.a ../../../CSDIST/$DIR/lib
63 libcsound.a
H A Df64.sh30 rm ../../../CSDIST/$DIR/opc/libcsound.so
33 cp -upv ../../libcsound.so.5.2 ../../../CSDIST/$DIR/lib
34 (cd ../../../CSDIST/$DIR/lib; ln -s libcsound.so.5.2 libcsound.so)
36 cp -upv ../../libcsound.a ../../../CSDIST/$DIR/lib
63 libcsound.a
/dports/audio/csound/csound-6.15.0/iOS/
H A Dbuild.sh11 cp Release/libCsoundLib.a ./libcsound-device.a
13 lipo -create libcsound-device.a Release/libCsoundLib.a -output ../libcsound.a
H A DupdateExamplesLibAndHeaders.sh9 cp libcsound.a "$OUT_DIR_OBJC/libs"
11 cp libcsound.a "$OUT_DIR_SWIFT/libs"
H A D.gitignore3 libcsound.a
H A DREADME12 …wice via the xcodebuild commandline program. The two runs will compile libcsound.a for Device and…
/dports/audio/csound/csound-6.15.0/installer/linux/fedora/
H A Dcsound-5.12.1-fixpython.patch7 -for i in ['libcsound.so', 'libcsound64.so']:
8 +for i in ['libcsound.so', 'libcsound64.so', 'libcsnd.so']:
/dports/audio/csoundqt/CsoundQt-0.9.8.1/
H A Dqcs-haiku.pro12 build32:DEFAULT_CSOUND_LIBS = libcsound.so \
13 libcsound.a
H A Dqcs-unix.pro13 build32:DEFAULT_CSOUND_LIBS = libcsound.so \
14 libcsound.a
/dports/audio/csound/csound-6.15.0/Emscripten/module/
H A D.gitignore2 src/libcsound.js
/dports/audio/csound/csound-6.15.0/
H A D.gitignore12 /libcsound*
206 emscripten/examples/javascripts/libcsound.js
/dports/audio/csound/csound-6.15.0/doc/csound_system_documentation/
H A Dcsound_system_documentation.tex34 well as defines the build for libcsound. From there, other
41 \paragraph{Targets: libcsound, Executables, Plugin Libraries, and other
53 \item[cs6/H] private headers that are only used within libcsound itself
64 Opcodes'', now contains mostly opcodes built-in to libcsound
67 library dependencies have been folded back into libcsound. Those with
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples.xcodeproj/
H A Dproject.pbxproj85 …4BF2DE11EDD15190091F04E /* libcsound.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 24BF2DD01…
210 …24BF2DD01EDD15190091F04E /* libcsound.a */ = {isa = PBXFileReference; lastKnownFileType = archive.…
222 24BF2DE11EDD15190091F04E /* libcsound.a in Frameworks */,
410 24BF2DD01EDD15190091F04E /* libcsound.a */,
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples.xcodeproj/
H A Dproject.pbxproj35 …604B21618288A9E00C7C552 /* libcsound.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F604B2151…
136 …F604B21518288A9E00C7C552 /* libcsound.a */ = {isa = PBXFileReference; lastKnownFileType = archive.…
248 F604B21618288A9E00C7C552 /* libcsound.a in Frameworks */,
635 F604B21518288A9E00C7C552 /* libcsound.a */,
/dports/audio/csound/csound-6.15.0/Release_Notes/
H A DVersion_6.09.md197 FileList.js separately from libcsound.js. This is to accommodate using the
/dports/audio/csound/csound-6.15.0/Android/docs/
H A Dcsound_android_manual.tex81 …\item CsoundAndroid - main Csound library module, contains libcsound.so native library (compiled a…
/dports/audio/csound/csound-6.15.0/iOS/docs/
H A Dcsound_ios_manual.tex78 \item Statically compiled libcsound.a and libsndfile.a, compiled as universal binaries for armv6, a…
/dports/audio/csound/csound-6.15.0/doc/
H A Dcsound.tex101 The Csound API consists of the Csound library (\texttt{libcsound.a}) and the Csound header file (\t…
/dports/audio/csound/csound-6.15.0/etc/
H A DChangeLog3111 csoundSetFLTKThreadLocking() (FLTK moved out of libcsound)
3112 csoundGetFLTKThreadLocking() (FLTK moved out of libcsound)
3118 moved FLTK display code from libcsound to the widgets plugin
3176 fixed bug that broke building libcsound as a shared library