jdxi_editor.jdxi.midi.message.bank ================================== .. py:module:: jdxi_editor.jdxi.midi.message.bank .. autoapi-nested-parse:: JDXI Bank Select values Classes ------- .. autoapisummary:: jdxi_editor.jdxi.midi.message.bank.JDXiCCBankSelect Module Contents --------------- .. py:class:: JDXiCCBankSelect Represents the Bank Select values for the Roland JD-Xi synthesizer. # Note: JD-Xi uses CC#85 for Bank Select MSB instead of standard CC#0 - MSB (Most Significant Byte): CC#85 (non-standard) - LSB (Least Significant Byte): Specific values for bank selection. .. py:attribute:: MSB :value: 85 .. py:class:: LSB LSB values for Bank selection. .. py:attribute:: BANK_E_AND_F :value: 0 .. py:attribute:: BANK_G_AND_H :value: 1 .. py:attribute:: BANK_A_AND_B :value: 64 .. py:attribute:: BANK_C_AND_D :value: 65