# 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 - alsa-lib/test/pcm_min.c [code-music-studio]: https://github.com/substack/code-music-studio ## 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 . Foo Studio includes code from alsa-utils, which is Copyright 1998-2016 Jarsolav Kysela and others, under LPGL-2.1+.