Esempio n. 1
0
 public void ProgramSelect(int channel, uint soundFontId, short bankNum, short presetNum)
 {
     ThrowIfDisposed();
     LibFluidsynth.fluid_event_program_select(Handle, channel, soundFontId, bankNum, presetNum);
 }