Process MIDI data?

For general discussion related FlowStone
oddson
Posts: 36
Joined: Sun Jul 25, 2010 12:13 am

Re: Process MIDI data?

Post 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.
Attachments
linearVelocityMapper.fsm
clamp velocity to limits or map linearly to limits
(2.44 KiB) Downloaded 967 times
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: Process MIDI data?

Post 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.
"There lies the dog buried" (German saying translated literally)
daslicht
Posts: 14
Joined: Mon Aug 16, 2010 2:11 pm

Re: Process MIDI data?

Post 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 :)
Post Reply