Exemple #1
0
 public void SetBpm(int bpm)
 {
     ThrowIfDisposed();
     LibFluidsynth.fluid_player_set_bpm(Handle, bpm);
 }
Exemple #2
0
 public void SetBpm(int bpm)
 {
     LibFluidsynth.fluid_player_set_bpm(Handle, bpm);
 }