MIDI DESIGNER
The only MIDI controller for iPad, iPhone, and Mac


Talk to other MIDI Designer users about MIDI Designer, iOS MIDI and related topics. Or share layouts, pages, and ideas.

Check out our Facebook Group.

Of course, if you want to send us an email, feel free.

Open problem reports

Summary of user requests
Numeric Keypad to Send Channel-Bank-Prog Change (for Kurzweil K2700) - MIDI Designer Q&A
0 votes
in Suggestions by willspence (120 points)
recategorized by MIDI Designer Team (Dan)
WOW! Really impressive! Can’t wait to try it… thanks!
Now posted at: https://mididesigner.com/qa/10346/numeric-input-keypads

If there is some logic to parsing the K2700 four digit numbering, I can add that.  But I did not find it in a quick scan of the K2700 manual.
Also interesting that Grok sort of understood the basic concept of how this was put together.  If I post too many of these solutions I will be out of a hobby as AI takes over.
Yeah, AI has many of us questioning our future relevance.

Kurz uses the obvious scheme of combining Bank Select LSB (CC 32) and Program Change messages to recall patches, so for my current need-

entering 0-127 sends CC32 0 + PC 0-127
entering 128-255 sends CC32 1 + PC 0-127
entering 256-383 sends CC32 2 + PC 0 -127
etc....


An alternate implementation would facilitate entry as "bank.PC", i.e.-

entering 4.100 sends CC32 4 + PC 100

this could be extended to include channel-

entering "3.4.100" sends CC32 4 + PC 100 on channel 3- this could be very useful in a complex live rig.

Although Kurz uses either CC0 or CC32 for Bank Select, for universality the various options need to be considered, different combinations of CC0 and CC32 are used for bank select.

I've been using the hardware MIDI Patch Changer Keypad by Music Technologies Group- it's pretty well thought out- you might check out the documentation for ideas. Having this functionality in an App with WiFi MIDI would be super convenient.

http://musictechnologiesgroup.com/midipatch.htm

quote from the web page:

Manual mode lets you send Program Change as well as optional Bank Select MSB and LSB.
 
Preset mode sends program-change-per-MIDI-channel as well as Bank Select on all 16 channels simultaneously -- per preset.
Send 180 bytes of MIDI data of your choice ...controller data, system exclusive, RPN, NRPN or anything! ... per Preset. (v3.00+)
Holds 200 Presets. (v3.00+)
 
Chain mode let you build a song list or Preset list for even faster performance live.
Holds 99 chains of up to 18 Presets each. (v3.00+)
 
Speed Dial hot-key combinations all access to your 9 favourite Presets. (v3.00+)

(end quote)

The most important feature of this is to not send anything until the Enter is pressed; while playing, you can quickly type in your patch#, it sits there until you need the patch, then one keystroke calls it up. Might be great to have the Enter button be as large a target as is possible.

This is so great that you've done this... let me know where I can make a $$ contribution to your continuing attention.
Got an improved version posted now.  It does include the Bank LSB / Program Change split.  Nothing happens until you press the execute button, which you can make as large as needed.

We have built a setlist manager in MD.  I may need to go back an see if it can be freshened up.  Adding the keypad for direct access is an obvious upgrade.  https://mididesigner.com/qa/10216/flexible-setlist-manager?show=10216#q10216
...