Page 1 of 1

Scripting

Posted: Wed Dec 26, 2012 10:20 am
by imekon
It's been a while since I looked at SynthMaker and now Flowstone.

A package that combines music and controlllers in one? Wow!

Now I'm poking around the Ruby scripting module. At last, a way to enter constants into an array, as in:

major = ["major", [0, 2, 4, 5, 7, 9, 11]]

It'll take me a while to get the hang of all this stuff but I'll be looking at another form of step sequencer again.

:D

Re: Scripting

Posted: Sun Dec 30, 2012 6:00 am
by infuzion
http://rubymonk.com/learning/books/1/ch ... troduction
I posted a link to this website on the Ruby books thread...