mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 23:11:41 +00:00
mark fluid_synth_get_program() as deprecated
This commit is contained in:
parent
35a9facda6
commit
b849ea1e88
1 changed files with 1 additions and 0 deletions
|
@ -2074,6 +2074,7 @@ fluid_synth_unset_program (fluid_synth_t *synth, int chan)
|
|||
* @param bank_num Location to store MIDI bank number
|
||||
* @param preset_num Location to store MIDI program number
|
||||
* @return FLUID_OK on success, FLUID_FAILED otherwise
|
||||
* @deprecated Use fluid_synth_get_channel_info() instead.
|
||||
*/
|
||||
int
|
||||
fluid_synth_get_program(fluid_synth_t* synth, int chan, unsigned int* sfont_id,
|
||||
|
|
Loading…
Reference in a new issue