Pads to Program Change

Discuss problems and solutions.
Post Reply
Musicmind
Newbie
Posts: 11
Joined: 17 Nov 2015 19:29

Pads to Program Change

Post by Musicmind »

Hi
I need help with this:
I create a group of pads 7x4 = 28 (pads)
I want each pad to send a prg. change, like this: pad1 = 1, pad2 = 2 and so on, when it's activated.
I have tried this:
I declare a var: decl pgnum;
And pgnum=firstof(pads)+1 // I hope this will return 1 for pad1, 2 for pad2 and so on.

Last I create an out() and set it to prg. change and set preset to pgnum

But the firstof(pads) is always 0, and only the first pad sends a prg. change.

I really could need some help here, and I have to say, it would be really nice with some example scripts, scenarios All basic ;-(

ps. Would it be better to use switches in radio mode?
Musicmind
Newbie
Posts: 11
Joined: 17 Nov 2015 19:29

Re: Pads to Program Change

Post by Musicmind »

I found out how to do it.
MUSICMIND • VSL WW cont ver 0.1.jzml
(4.71 KiB) Downloaded 143 times
Post Reply