Exemple #1
0
 public void SetTempo(int tempo)
 {
     ThrowIfDisposed();
     LibFluidsynth.fluid_player_set_midi_tempo(Handle, tempo);
 }
Exemple #2
0
 public void SetTempo(int tempo)
 {
     LibFluidsynth.fluid_player_set_midi_tempo(Handle, tempo);
 }