Create NumPad to Send Midi Program Change

Post your Lemur Projects.
Post Reply
wurlitzer
Newbie
Posts: 8
Joined: 26 Jul 2012 13:23

Create NumPad to Send Midi Program Change

Post by wurlitzer »

Hi,
Im trying to create a Numpad to send a special Midi Program Change.
I would like to create Buttons 0-9 and a Button Send/return.

So it should work like this:
1+9 +(return) = #19
1+1+1+(return) = #111
1+(return) = #1

Any ideas...
Thank you
regards
Steffen
DJRickDawson
Newbie
Posts: 36
Joined: 24 Jan 2013 00:37

Re: Create NumPad to Send Midi Program Change

Post by DJRickDawson »

did you ever work this out? would be awesome to get this working.
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: Create NumPad to Send Midi Program Change

Post by Softcore »

I dont have the iPad with me but I think this should work...Change the midichannel and target in custom midi "out" inside the pads to suit your needs.
NumPad-ProgramChange.jzml
(4.15 KiB) Downloaded 165 times
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: Create NumPad to Send Midi Program Change

Post by Softcore »

Semantics but I had a better idea on what happens when the user input superseedes 127 (instead of resetting it accepts the last digit as the first one).
NumPad-ProgramChange-Faster.jzml
(4 KiB) Downloaded 133 times
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: Create NumPad to Send Midi Program Change

Post by Softcore »

Ok sorry but I think the two templates above may not work - Im "zero-ing" the value before it gets sent I think....

Here's the final, hopefully working, one, please test and let me know if its ok, I cant currently test it:
NumPad-ProgramChange-Final.jzml
(4.14 KiB) Downloaded 160 times
EDIT: Also made it in a pop up interface, link below ;)
http://forum.liine.net/viewtopic.php?f=34&t=3276
whatisvalis
Regular
Posts: 153
Joined: 31 Dec 2011 17:12

Re: Create NumPad to Send Midi Program Change

Post by whatisvalis »

Take a look at ABreakpoint 2 template. If you click on settings, then on of the multiball cc pads the keypad will appear.
Post Reply