Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/csound
Commit message (Collapse)AuthorAgeFilesLines
* Changed Memorize to play ogg filesSimon Schampijer2007-07-271-10/+4
| | | | | | | The memorize activity has been changed to use ogg files instead of aiff files to save storage on the XO. The old player images (aka icecream) has been removed from the git tree as well.
* Fixed setup.py to create bundle memorize instad of memosono.Simon Schampijer2007-07-161-17/+2
| | | | Cleaned the csound instrument and changed sndplayer accordingly.
* Added support for sound to the memorize activity using csound.Simon Schampijer2007-07-162-5/+7
|
* - 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-063-0/+206
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.