Step Notes up and down with one toggle button

0 votes
asked Jan 19, 2014 in Advanced by sebastian-berweck (120 points)
I've seen the tips on making a stepper. I guess the two questions I have are:
1) can I do this to step through note numbers instead of program changes, cc values and such
2) How do I keep the duration of the "key" press?
Thanks, transpose isn't coming out until 1.6.1, which is already in Alpha testing and nearing Beta. If you'd like to help test (it's a different app, so it wouldn't mess with your production MIDI Designer) please get in touch. Thanks Sebastian!

Best!
Dan

Dan Rosenstark
Author & CEO
MIDI Designer
Transpose will only allow you to do SOME of this, but at least it's part of what you're asking.
Specifically, we don't do short or long button presses (yet), but it's a good suggestion and we've seen it before and we're contemplating it.

3 Answers

+1 vote
If he uses a momentary button as a super control for a note transpose slider I'm sure he be able to do all that he mentioned here. And actually press buttons for as long as he wants the notes to play.
answered Jan 21, 2014 by midicode (1,480 points)
+1 vote
This should do what you asked for.
 
1. Create a NoteOn/NoteOff button and set its note value to zero.
2. Create a note transpose slider and press no to the dialog that offers to set the preferred default values so that your slider has values from 0 to 127 and make sure it has that many ticks.
3. Create the momentary button that you will press for sort or long durations and make sure it's Max value is the amount you want velocity to be.
 
Make 3 a super control for 2 and 1 and make 2 a super control for 1. Now every time you press 3, button 1 will increment by one note and with the duration you keep 3 pressed.
 
You can adjust 2 (the slider) to set the starting position of your NoteOn button (1)
answered Jan 21, 2014 by midicode (1,480 points)
edited Jan 22, 2014 by midicode
Hmmmm... OP didn't comment on any of these. Odd. Thanks for answering midicode!
YW admin.
It wasn't  what the op wanted, the op wanted fixed long and short durations so I would expect for sending a NoteOff or anything really.
I know midi designer does a snap to delay action but whether it could set precise delays I don't know.
Hopefully by now the op might have more experience with Midi Designer and would be able to see if he could create the long/short delay part.
+1 vote
You will need to make sure you add 1 before you add 2 to the super control 3
so that the new values you set with the slider are always sent like you expect but there's a bit of a bug when selecting note 0 with the slider. Apparently In that situation note one gets sent for note off but any other value you set with the slider is fine.
 
If you use the example that I gave in an earlier comment you won't get the bug but your initial slider value has to be one less then the first note you want to play, remember to play note zero in that situation you will have to set the slider to 127.
answered Jan 21, 2014 by midicode (1,480 points)
edited Jan 23, 2014 by midicode
...