has anyone seen this OMN language that is part of Opusmodus? http://opusmodus.com/omn.html
It's LISP
@meow: i've seen that before -- i like it! the idea of music being expressed as a lisp is really inspiring, i think
Somebody interfacing alda (or overtone) with a modular synth already? :simple_smile:
does it have midi output? :simple_smile:
@jellea: using overtone from alda was my original idea, but it hasn't been implemented yet
an issue that i ran into was that we would essentially have to have supercollider as a dependency
i've been looking into alternate routes for modular synthesis, e.g. the java Minim library
it would be really awesome if we could use overtone, though -- they've already done a lot of the work for us as far as being able to define and use synthesizers
we could easily use overtone to support sample-based instruments too
dave: but does it have midi? I’m talking analog synth, so no need for overtone perse
Analog (modular) synths do CV (control voltage), but there are a lot of midi to cv converters out there
Alda’s syntax reminds me a vaguely of Monome’s teletype, btw: http://monome.org/docs/modular/teletype/
whoa... this teletype thing looks really cool
@jellea: right now it's just generating MIDI events internally and playing them on the built-in JVM MIDI synth, but i think having it emit the MIDI events in a way that you can hook them up to any arbitrary MIDI device/synthesizer would be an awesome feature