You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The max PGM number for MIDI send event Cx Program Change Range varies.
The Help says "Range is [0, 2097152]" but that should be [1, 2097152] I think.
The maximum value I can enter in the dialog is 999999.
If I enter 200000 in the dialog and export and import the settings (= preset) then I get "Out of range value at section 'Switch012entryMIDISendLowValue001, 200000". The maximum value allowed in GOrgueMidiSender::Loadis0x3fff` (16383).
The max PGM number for MIDI receive event Cx Program Change Range is also limited to 999999 in the dialog.
The text was updated successfully, but these errors were encountered:
The max PGM number for MIDI send event Cx Program Change Range varies.
The Help says "Range is [0, 2097152]" but that should be [1, 2097152] I think.
The maximum value I can enter in the dialog is 999999.
If I enter 200000 in the dialog and export and import the settings (= preset) then I get "Out of range value at section 'Switch012
entry
MIDISendLowValue001, 200000". The maximum value allowed in
GOrgueMidiSender::Loadis
0x3fff` (16383).The max PGM number for MIDI receive event Cx Program Change Range is also limited to 999999 in the dialog.
The text was updated successfully, but these errors were encountered: