Page 2 of 2

Re: Process MIDI data?

Posted: Thu Dec 25, 2014 10:02 pm
by oddson
oddson wrote:...While [green solutions] can be easy to understand when simple they can get pretty messy once you start including complex behaviour.


Not to say you can't build them in a way that they can be deciphered.

This one can filter by channel, map linearly between floor and ceiling (min and max) limit or just clamp to limits.

Re: Process MIDI data?

Posted: Fri Dec 26, 2014 1:04 am
by tulamide
While you're right, I just wanted to encourage people to give your green solution a chance. Ruby is more of an advanced topic and involves knowledge of traditional programming. So I recommend trying to find green solutions first, if the people are just starting out.

In fact, I still see green as the foundation, with Ruby as an extension or addition for very special cases.

Re: Process MIDI data?

Posted: Sat Feb 07, 2015 8:18 pm
by daslicht
tulamide wrote:While you're right, I just wanted to encourage people to give your green solution a chance. Ruby is more of an advanced topic and involves knowledge of traditional programming. So I recommend trying to find green solutions first, if the people are just starting out.

In fact, I still see green as the foundation, with Ruby as an extension or addition for very special cases.

Actually I find Ruby more easy than the green, but I might be a bit biased by my job as web developer :)