git ssb

0+

cel / foostudio



Tree: 136b6626641c9e133183b28786493cb06aa10b15

Files: 136b6626641c9e133183b28786493cb06aa10b15 / README.md

1362 bytesRaw

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

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/.

Foo Studio includes code from alsa-utils, which is Copyright 1998-2016 Jarsolav Kysela and others, under LPGL-2.1+.

Built with git-ssb-web