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