alda

WE'VE MOVED! Join us at: http://slack.alda.io
meow 2015-09-13T18:43:24.000030Z

has anyone seen this OMN language that is part of Opusmodus? http://opusmodus.com/omn.html

meow 2015-09-13T18:43:42.000031Z

It's LISP

dave 2015-09-13T18:49:13.000033Z

@meow: i've seen that before -- i like it! the idea of music being expressed as a lisp is really inspiring, i think

jellea 2015-09-13T19:54:31.000034Z

Somebody interfacing alda (or overtone) with a modular synth already? :simple_smile:

jellea 2015-09-13T19:55:23.000035Z

does it have midi output? :simple_smile:

dave 2015-09-13T20:03:04.000036Z

@jellea: using overtone from alda was my original idea, but it hasn't been implemented yet

dave 2015-09-13T20:03:34.000037Z

an issue that i ran into was that we would essentially have to have supercollider as a dependency

dave 2015-09-13T20:03:55.000038Z

i've been looking into alternate routes for modular synthesis, e.g. the java Minim library

dave 2015-09-13T20:05:12.000039Z

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

dave 2015-09-13T20:05:37.000040Z

we could easily use overtone to support sample-based instruments too

jellea 2015-09-13T20:15:07.000041Z

dave: but does it have midi? I’m talking analog synth, so no need for overtone perse

jellea 2015-09-13T20:16:00.000042Z

Analog (modular) synths do CV (control voltage), but there are a lot of midi to cv converters out there

jellea 2015-09-13T20:20:36.000043Z

Alda’s syntax reminds me a vaguely of Monome’s teletype, btw: http://monome.org/docs/modular/teletype/

dave 2015-09-13T21:23:34.000045Z

whoa... this teletype thing looks really cool

dave 2015-09-13T21:24:44.000046Z

@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