Jump to content

Recommended Posts

Posted

Hi all,

anyone knows if it's possible to use 2 of the midiboxPlus buttons as "Program Change UP" and "Program Change DOWN"? I can assign a known program number to a button, but it would be more useful to increase/decrease the current patch number with only 2 buttons... hope some1 can help  ;D

Greetings

[shaduz]

Posted

Yes, thats possible with the example Meta event which is already included in v1.909:

;; this example sends a registered value, it allows you to increment/decrement a program change:
;; first value: Fn - n stands for the selected MIDI channel
;; second value: if 00: decrement, 01: increment, 02: send without increment/decrement
;; third value: decrement/increment: don't care; else the value which should be sent and stored into the internal register
        
        ;; necessary definitions in midibox16.ini:
        ;;     1.1   =  F0 00 7F  @OnOff
        ;;     1.2   =  F0 01 7F  @OnOff
        ;;     1.3   =  F0 02 7F  @OnOff

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...