mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-01 14:01:20 +00:00
elaborate on "bank offsets"
This commit is contained in:
parent
9e39479f55
commit
c56d09be6c
1 changed files with 3 additions and 1 deletions
|
@ -5053,7 +5053,9 @@ fluid_synth_stop_LOCAL (fluid_synth_t *synth, unsigned int id)
|
|||
}
|
||||
|
||||
/**
|
||||
* Offset the bank numbers of a loaded SoundFont.
|
||||
* Offset the bank numbers of a loaded SoundFont, i.e.\ subtract
|
||||
* \c offset from any bank number when assigning instruments.
|
||||
*
|
||||
* @param synth FluidSynth instance
|
||||
* @param sfont_id ID of a loaded SoundFont
|
||||
* @param offset Bank offset value to apply to all instruments
|
||||
|
|
Loading…
Reference in a new issue