public void BankSelect(int channel, short bankNum) { ThrowIfDisposed(); LibFluidsynth.fluid_event_bank_select(Handle, channel, bankNum); }