Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/csound/csoundserver.py
Commit message (Collapse)AuthorAgeFilesLines
* Added support for sound to the memorize activity using csound.Simon Schampijer2007-07-161-4/+6
|
* - Some more work on collaboration.Simon Schampijer2007-07-111-1/+1
| | | | - Added the hole drumgit game
* - Adopt to API changes in sugarSimon Schampijer2007-07-101-88/+25
| | | | - use csound instance instead of server
* Moved the csound server to memosonoSimon Schampijer2007-06-061-0/+106
Added the csound server to memosono (used the osc protocol for the communication with the server), this is not optimal yet since other activities might want to use the sound server as well. Adopted memosono to communicate with the soundserver using osc.