Csound: Difference between revisions
Jump to navigation
Jump to search
m (Reverted edits by 216.195.206.231 (Talk); changed back to last version by Xavi) |
(name fixes) |
||
Line 3: | Line 3: | ||
Csound is the music and audio signal processing language developed by [http://web.media.mit.edu/~bv/ MIT's Barry Vercoe]. Csound will provide audio services for the OLPC computer. |
Csound is the music and audio signal processing language developed by [http://web.media.mit.edu/~bv/ MIT's Barry Vercoe]. Csound will provide audio services for the OLPC computer. |
||
Csound is both a [[Programming languages|programming language]] and a sound synthesis engine. It will be included on the OLPC to be used by applications or directly by the children. |
|||
Further information about |
Further information about Csound is on their website: http://csounds.com/ |
||
== Sample Code == |
== Sample Code == |
||
* A [http://blog.vrplumber.com/1876 simple Python project] using |
* A [http://blog.vrplumber.com/1876 simple Python project] using Csound to create an audible system load monitor using the standard Python Csound binding |
||
* [http://dev.laptop.org/git?p=projects/tamtam;a=tree TamTam] uses a custom C++ wrapper around |
* [http://dev.laptop.org/git?p=projects/tamtam;a=tree TamTam] uses a custom C++ wrapper around Csound and has a very large sound library available |
||
[[Category:Developers]] |
[[Category:Developers]] |
Revision as of 04:15, 22 November 2007
Csound is the music and audio signal processing language developed by MIT's Barry Vercoe. Csound will provide audio services for the OLPC computer.
Csound is both a programming language and a sound synthesis engine. It will be included on the OLPC to be used by applications or directly by the children.
Further information about Csound is on their website: http://csounds.com/
Sample Code
- A simple Python project using Csound to create an audible system load monitor using the standard Python Csound binding
- TamTam uses a custom C++ wrapper around Csound and has a very large sound library available