*Igor Brkic wrote:*
On Monday, November 22, 2010, Gregory Joyce <gkjoyce
at
gmail.com <http://lists.linuxaudio.org/listinfo/linux-audio-user>> wrote:
* I like puredata for sound design because usually
once that is set up*>>* it's fairly static. I don't really like
"composing" in puredata*>>* though.*>>**>>* So what I am
asking is this:*>>* Is there some sort of nyquist-like program that will allow me to
edit*>>*. a text file which will send OSC or midi data to PD (or
anywhere).*>>* ...**
*
You can try Fluxus (
http://www.pawfal.org/fluxus/). It looks like the
thing you are looking for. Never tried it though (tried to compile it
few times but never succeeded).
Fluxus is designed for live coding and uses OSC messaging. It has MIDI
capabilities, and is scheme based like nyquist (?) but designed more for
openGL graphics. It does have it's own synth engine, fluxa.
Check out Gabor Papp's Hack-a-day log for examples of fluxus live coding:
http://mndl.hu/hackpact
Fluxus is included in Pure:dyne, a live usb distribution, so there is no
excuse not to try it, and is packaged for fedora, ubuntu, arch and osx.
Compiling can be a challenge, it took some time to track down all the
dependencies, compile plt-scheme with the right switches then compile
fluxus, but by following the README file, I was able to get it done.