switch pads MIDI CC value

Discuss Lemur and share techniques.
Post Reply
RidleyX07
Newbie
Posts:2
Joined:20 Feb 2014 21:53
switch pads MIDI CC value

Post by RidleyX07 » 20 Feb 2014 22:20

Hello, i'm trying to set up a very simple set up (or at least thought it would be) by dividing the CC value of a single controller into 8 switches but i can't quite figure it how yet

my idea it's the next: i have a Switch object divided into 8 switches and i want every switch to send a diferent slice of the CC value (Switch 0 would send values between 0 and 15, switch 1 between 16 and 31 etc.) basically like just a fader/knob with 8 steps

sorry for my english, i'm good at reading but terrible at writing

Softcore
Regular
Posts:1639
Joined:04 Nov 2012 08:34

Re: switch pads MIDI CC value

Post by Softcore » 23 Feb 2014 12:35

You can have "stepped" midi output with a simple fader or slider object and the "grid" property activated. If you still insist on using switches, there many things to think through besides the actual mapping - for instance, the script will be different if the switches are vertical or not, and you need a "mechanism" to "light-up" the swithces previous to the current one - and switch off those which are after it.

In any case, let me know if you need help and I can mock up an example - jsut let me know if you want the switches vertical or not.

Post Reply