mark fluid_synth_get_program() as deprecated

This commit is contained in:
derselbst 2017-09-19 16:04:57 +02:00
parent 4e318b4ee6
commit f43c036391
1 changed files with 1 additions and 0 deletions

View File

@ -2122,6 +2122,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,