Home
last modified time | relevance | path

Searched refs:Csound (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dexclusions.i1 %ignore Csound::CreateConfigurationVariable;
3 %ignore Csound::GetHostData;
5 %ignore Csound::MessageV;
9 %ignore Csound::SetCscoreCallback;
10 %ignore Csound::SetDrawGraphCallback;
11 %ignore Csound::SetExitGraphCallback;
19 %ignore Csound::SetIsGraphable;
20 %ignore Csound::SetHostData;
28 %ignore Csound::SetRecopenCallback;
30 %ignore Csound::SetRtplayCallback;
[all …]
H A Dpython_interface.i26 %feature("nodirector") Csound;
121 Csound *p = (Csound *) csoundGetHostData(in); in PythonMessageCallback()
156 Csound *p = (Csound *) csoundGetHostData(in); in PythonInChannelCallback()
180 Csound *p = (Csound *) csoundGetHostData(in); in PythonOutChannelCallback()
198 Csound *p = (Csound *) csoundGetHostData(in); in PythonMidiInOpen()
216 Csound *p = (Csound *) csoundGetHostData(in); in PythonMidiInClose()
235 Csound *p = (Csound *) csoundGetHostData(in); in PythonMidiRead()
299 %ignore Csound::SetCscoreCallback(void (*cscoreCallback_)(CSOUND *));
306 %ignore Csound::SetHostData(void *);
307 %ignore Csound::GetHostData();
[all …]
/dports/audio/csound/csound-6.15.0/installer/windows/
H A DINSTALLER.md13 Csound is copyright (c) 1991 Barry Vercoe, John ffitch, and other contributors.
23 The Windows installer for Csound comes with:
25 1. The Csound shared library, which contains Csound's core functionality.
26 2. A number of programming language interfaces to Csound:
28 2. Python (both running Csound from Python, and running Python from Csound).
32 …or for Csound, including the ability to define custom user interfaces in Csound, or even to run lo…
34 …generators, see the Csound Reference Manual for a listing. Not all are available on Windows. The v…
35 8. CsoundVST, which enables Csound to be used as a VST plugin in VST hosts.
41 Csound home page (including Csound for other operating systems) at http://csound.github.io/index.ht…
45 Csound on GitHub at https://github.com/csound/csound.
[all …]
/dports/audio/csound/csound-6.15.0/Emscripten/src/
H A DREADME.md3 The fundamental API for WebAudio Csound is CsoundObj. This allows developers
4 to create applications using Csound with little or no knowledge of the Web Audio
5 API. Built on top of this, the Csound frontend API provides a convenient wrapper
8 Csound frontend object is available.
18 Using WebAudio Csound requires a series of steps:
23 4. Run your code to setup and start Csound.
28 and other files required to run Csound.
41 optional argument for location of Csound .js and .wasm files (e.g.,
50 calling importScripts(), and using a callback to setup and run Csound.
55 WebAudio Csound currently has two backends:
[all …]
/dports/audio/csound/csound-6.15.0/doc/
H A Dcsound.tex21 \title{Csound and CsoundVST}
39 To create music with Csound:
59 \subsection{Csound} subsection
61 Consult the Csound language documentation for instructions on how to install and configure Csound.
91 \subsection{Csound} subsection
99 \subsubsection{The Csound API} argument
101Csound API consists of the Csound library (\texttt{libcsound.a}) and the Csound header file (\text…
108 // Create Csound.
117 // Destroy Csound.
345 To build Csound 5:
[all …]
/dports/audio/csound/csound-6.15.0/Android/docs/
H A Dcsound_android_manual.tex53 \title{Csound for Android}
60 Welcome to Csound for Android! This document will discuss the details about using Csound for Androi…
74 \section{Getting and Using the Csound for Android API}
76 The Csound for Android library is distributed as a Zip release from the Csound Sourceforge page. Th…
104 \subsection{CsoundObj and Csound API's}
141 CsoundBindings are used to both read values from Csound as well as write values to Csound. The lif…
209 \section{Csound for Android Examples}
270 \subsection{Csound Haiku 4}
285 Csound csound = csoundObj.getCsound();
326 \section{Making Your First Csound Android App }
[all …]
/dports/audio/csound/csound-6.15.0/Emscripten/examples/
H A DREADME.md1 WebAudio Csound Examples
4 In this directory, we are building a collection of step-by-step examples using WAAW Csound. To run …
7 http-server to serve the WebAudio Csound source files.
11 This example demonstrates how to load the WASM Csound library and use the CsoundObj class to compil…
15 This example demonstrates how to use channels to send control data into Csound from HTML 5
20 be used to port PNaCl Csound examples more conveniently.
23 Canvas widget example ported from the PNaCl Csound collection.
26 Step Sequencer example demonstrating the use of tables in Csound.
35 GM MIDI file player ported from the PNaCl Csound collection.
38 Offline render example ported from the PNaCl Csound collection.
[all …]
/dports/audio/csound/csound-6.15.0/iOS/docs/
H A Dcsound_ios_manual.tex52 \title{\textbf{Csound for iOS}}
61 \subsection{Regarding the Csound for iOS Examples Project}
71 \section{Getting and Using the Csound for iOS API}
79 \item C Headers for the Csound C API
82 \item The Csound for iOS Obj-C Examples
83 \item The Csound for iOS Swift Examples
114 \subsection{The Csound and CsoundObj API}
137 \subsection{CsoundBinding for Communicating with Csound}
151 CsoundBindings are used to both read values from Csound as well as write values to Csound. The lif…
193 \subsubsection{Direct MIDI input to Csound}
[all …]
/dports/audio/csound/csound-6.15.0/Android/
H A DREADME.md1 Csound for Android
4 Csound for Android consists of the Csound library, dedicated
8 The following are the required toolchain components to build Csound:
22 1. If you want to build the Csound library only:
38 Once the Csound JNI library is used, the CsoundAndroid project is ready to
44 * CsoundAndroid: Android Csound JNI and java interface
46 * pluginLibs: Csound plugin opcode ports
H A DCHANGELOG1 Csound for Android ChangeLog
3 This ChangeLog shows changes specific to Csound for Android. For changes relevant to Csound, please…
7 * FLAC support added for libsndfile (allows using FLAC within Csound)
40 * Warning: In Csound 5 for Android, CSD's required using "-+rtaudio=null". In Csound 6, this must …
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/
H A DREADME.md4 [Csound](https://csound.com/) bindings for Rust.
23 have at least Csound 6.11, previous versions are not suported.
30 You can install Csound using your distro-package manager,
34 On Debian/Ubuntu Csound can be installed with
50 # Clone Csound from its repository
56 # Clone Csound from its repository
87 You should see the path to your Csound's lib installation.
98 bindigs. Please check the Get Started page in the Csound's site
104 ## Csound's examples for rust
107 # Clone Csound from its repository
[all …]
/dports/audio/csound/csound-6.15.0/iOS/
H A DCHANGELOG1 Csound for iOS ChangeLog
3 This ChangeLog shows changes specific to Csound for iOS. For changes relevant to Csound, please con…
20 * Csound Console Output example now has multiple CSDs to choose from.
36 * Added information about required Frameworks to Csound for iOS Documentation
40 …Basic interface to Csound was simplified by removing the redundant appearance of Csound in method …
55 …Protocol CsoundValueCacheable =>CsoundBinding - updating values to and from Csound are both option…
56 … CsoundObjListener - name changed, all methods optional, respond to whatever Csound events you like
98Csound API and SDK for iOS has been changed to use Automatic Resource Counting (ARC). All project…
116 * CsoundObj.m: added startCsoundToDisk method for Csound rendering to disk; added TrappedGenerator …
/dports/audio/csound/csound-6.15.0/Emscripten/
H A DREADME-RELEASE.md1 # WebAudio Csound
7 This package contains the release version of WebAudio Csound, based on Web Assembly (WASM) and the …
9 …xamples - Folder that contains numerous examples showing various aspects of using WebAudio Csound.
10 * examples/js - Folder containing everything to use WebAudio Csound. The folder can be copied into …
11 * docs - Documentation in HTML format for WebAudio Csound.
H A DREADME.md1 # WebAudio Csound
7 These are the sources for WebAudio Csound, based on Web Assembly (WASM)
9 present, falling back to using ScriptProcessorNode otherwise. Csound
32 folder (./dist), run cmake from there with the Csound source, then compile Csound
35 At this point, the two .js files in the ./dist folder are all that are necessary to run Csound in a
/dports/audio/csound/csound-6.15.0/
H A DREADME.md9 Csound is copyright (c) 1991-2020 The Csound Developers, see CONTRIBUTORS
11 Csound is free software; you can redistribute them
16 Csound is distributed in the hope that they will be useful,
28 This repository contains the code for the core Csound library, the
33 where all details about Csound, what it does, its history, music
36 The Csound Reference Manual can be found online at http://docs.csound.com.
38 The Csound API application programming interface reference
41 Information on how to build Csound on various platforms is given in
49 Csound contains contributions from musicians, scientists, and programmers
H A DBUILD.md1 Csound Build Instructions
34 Csound 6 on Debian and Ubuntu systems.
41 ### Building Csound 6
48 building Csound. In a terminal, do the following:
59 installing Csound:
127 ### Installing Csound
141 ### Building Csound using Homebrew-supplied dependencies
238 ### 3) get Csound (latest from git)
262 ### 5) build and install Csound
462 Download the latest Csound 6 sources from
[all …]
/dports/audio/csound/csound-6.15.0/installer/linux/fedora/
H A Dcsound.spec78 use Csound.
89 Summary: Java Csound support
103 applications that use Csound.
122 Summary: A FLTK-based GUI for Csound
128 Contains a FLTK-based GUI for Csound
131 Summary: FLTK plugins for Csound
140 Summary: Jack Audio plugins for Csound
146 Contains Jack Audio plugins for Csound
183 Summary: Csound manual
189 Canonical Reference Manual for Csound.
[all …]
/dports/audio/csound/csound-6.15.0/installer/macosx/PkgResources/en.lproj/
H A DReadMe.rtf7 \f0\fs24 \cf0 Csound 6 Environment (API version 6.0).\
10 for the Csound 6 Environment. It is divided into three\
16 1. Csound 6 Library (API Version 6.0) Framework (64-bit floating-point)\
17 2. Csound command-line applications (64-bit floating-point)\
24 (c) 2009-20, The Csound Team, http://csound.github.io\
/dports/audio/csound/csound-6.15.0/Bela/
H A DREADME.md1 Csound for Bela
4 Csound for Bela is provided in two forms:
7 to be used in Bela C++ projects, requiring linking to the Csound library
15 To build Csound on the board (as root), just do, from the
26 Csound is installed by default in /usr/local. Other locations can be
45 5. Build Csound for armhf
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound_threaded.hpp163 class PUBLIC CsoundThreaded : public Csound
179 …CsoundThreaded() : Csound(), keep_running(false), kperiod_callback(nullptr), kperiod_callback_user… in CsoundThreaded()
180 …CsoundThreaded(CSOUND *csound_) : Csound(csound_), keep_running(false), kperiod_callback(nullptr),… in CsoundThreaded()
181 …CsoundThreaded(void *host_data) : Csound(host_data), keep_running(false), kperiod_callback(nullptr… in CsoundThreaded()
210 result = Csound::PerformKsmps(); in PerformRoutine()
239 result = Csound::PerformKsmps(); in PerformAndResetRoutine()
313 Csound::Stop(); in Stop()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/
H A Dconfig.pri28 build32:message(Building CsoundQt for the single precision version of Csound.)
29 build64:message(Building CsoundQt for the double precision version of Csound.)
44 !no_messages:message(Csound API include directory not specified.)
62 !no_messages:message(Csound library directory not specified.)
79 isEmpty(CSOUND_LIBRARY_DIR):error(A valid Csound library directory was not found.)
168 message(Csound API include directory is $${CSOUND_API_INCLUDE_DIR})
169 message(Csound interfaces include directory is $${CSOUND_INTERFACES_INCLUDE_DIR})
170 message(Csound library directory is $${CSOUND_LIBRARY_DIR})
171 message(Csound library is $${DEFAULT_CSOUND_LIBS})
205 !directoryExists($${CSOUND_LIBRARY_DIR}):error(Csound library directory not found)
[all …]
/dports/audio/csound/csound-6.15.0/doc/csound_system_documentation/
H A Dcsound_system_documentation.tex10 \title{Csound System Documentation}
25 For Csound 6, we use the \href{http://www.cmake.org}{CMake} build
32 CMake organizes the build files into ones called CMakeLists.txt. Csound
48 \item[cs6] root of Csound 6
101 \caption{Csound System Architecture Overview}
118 \section{Csound Configuration (Commandline Args/Options)}
144 \caption{Csound Compiler Phases}
183 Csound uses the \href{http://flex.sourceforge.net/}{Flex} tool to
295 \section{Csound Testing}
297 The csound6/tests folder contains various forms of tests for Csound. The
[all …]
/dports/audio/csound/csound-6.15.0/Android/CSDPlayer/src/com/csounds/Csound6/
H A DJSCsoundObj.java48 import csnd6.Csound;
103 public Csound getCsound() { in getCsound()
206 Csound csound_ = super.getCsound(); in setControlChannel()
214 Csound csound_ = super.getCsound(); in getControlChannel()
224 Csound csound_ = super.getCsound(); in Message()
231 Csound csound_ = super.getCsound(); in message()
/dports/audio/csound/csound-6.15.0/cmake/Modules/
H A DFindCsound.cmake1 # Try to find the Csound library.
3 # CSOUND_FOUND - System has the Csound library
4 # CSOUND_INCLUDE_DIRS - The Csound include directories.
5 # CSOUND_LIBRARIES - The libraries needed to use the Csound library.
/dports/audio/csound/csound-6.15.0/installer/macosx/PkgResources/CsoundApps/
H A DReadMe.rtf7 \f0\fs24 \cf0 Csound 6 Applications (using API version 6.0)\
9 This will install the basic Csound 6.0 applications in your computer.\
13 \b Csound 'classic' command-line frontend
31 (c) 2005, The Csound Team , csound.sf.net }

12345678910>>...19