-
Notifications
You must be signed in to change notification settings - Fork 1
csound aibolem
athena CL manual
https://github.com/barionleg/athenacl/blob/master/wiki/athenaclManual-1-150.pdf

https://barionleg.github.io/waaw/index.html

Random Generator
https://barionleg.github.io/waaw/randgen.html

docs
https://barionleg.github.io/waaw/docs/index.html
[# WebAudio Csound
Authors: Edward Costello, Steven Yi, Victor Lazzarini, Henri Manson
This package contains the release version of WebAudio Csound, based on Web Assembly (WASM) and the Web Audio API. In this folder you will find:
- examples - Folder that contains numerous examples showing various aspects of using WebAudio Csound.
- examples/js - Folder containing everything to use WebAudio Csound. The folder can be copied into your own web projects.
- docs - Documentation in HTML format for WebAudio Csound. ](https://aibolem.github.io/csound/Emscripten/README-RELEASE.md)
https://aibolem.github.io/csound/Emscripten/examples/midi.html

https://aibolem.github.io/csound/Android/docs/privacy-policy.html

https://aibolem.github.io/csound/Emscripten/examples/midiplayer.html

https://aibolem.github.io/csound/Emscripten/examples/tabex.html

links
https://github.com/search?q=repo%3Acsound%2Fcsound%20HTML&type=code
https://barionleg.github.io/waaw/index.html
=
WebAudio Csound Examples
Random note generator: This example demonstrates how to load the WASM Csound library and use the CsoundObj class to compile and perform simple synthesis code that is embedded in the HTML page. Minimal: This example demonstrates the csound.js javascript frontend to create a simple interactive page. Sliders: This example demonstrates how to use channels to send control data into Csound from HTML 5 sliders. Canvas: A two-dimension control surface accepting mouse or touch interactions. Reverb: A reverb effect using external audio input (e.g. microphone). Step Sequencer: A step sequencer demonstrating the use of Csound tables. MIDI: a virtual MIDI input example using HTML 5 buttons to send MIDI channel messages to Csound. MIDIPlayer: a GM MIDI file Player using soundfonts. CSDPlayer: a realtime CSD player. Stria: a CSD performance of John Chowning's classic piece. Reference documentation can be found DO©u.