Files: 033d2aa1890af2ff80fde819e83b034484c47cbc / README.md
foostudio
Foo Studio is an environment for live-coding algorithmic music in C. Inspired by code-music-studio. Currently Linux-only, as it depends on ALSA and inotify.
Usage
# Compile the program
make
# Run the studio
./foostudio tune.c plughw:0,0
# In another terminal, edit the music file. When you save it, foostudio will recompile and reload it.
vim tune.c
References
- http://nullprogram.com/blog/2014/12/23/
- http://www.alsa-project.org/alsa-doc/alsa-lib/pcm.html
- /usr/share/doc/libasound2-dev/examples/pcm.c.gz
- alsa-lib/test/pcm_min.c
- http://www.linuxjournal.com/article/6735?page=0,1#N0x19ab2890.0x19ba78d8
License
Copyright (C) 2016 Charles Lehner
Foo Studio is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Foo Studio is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Foo Studio. If not, see http://www.gnu.org/licenses/.
Built with git-ssb-web