public void SetTempo(int tempo) { ThrowIfDisposed(); LibFluidsynth.fluid_player_set_midi_tempo(Handle, tempo); }
public void SetTempo(int tempo) { LibFluidsynth.fluid_player_set_midi_tempo(Handle, tempo); }