mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 17:42:21 +00:00
remove deprecated flag from fluid_synth_get_channel_preset()
This commit is contained in:
parent
1d9fc3ad5b
commit
6b7f3c0264
1 changed files with 2 additions and 3 deletions
|
@ -3688,11 +3688,10 @@ fluid_synth_get_sfont_by_name(fluid_synth_t* synth, const char *name)
|
||||||
* Get active preset on a MIDI channel.
|
* Get active preset on a MIDI channel.
|
||||||
* @param synth FluidSynth instance
|
* @param synth FluidSynth instance
|
||||||
* @param chan MIDI channel number (0 to MIDI channel count - 1)
|
* @param chan MIDI channel number (0 to MIDI channel count - 1)
|
||||||
* @return Preset or NULL if no preset active on channel
|
* @return Preset or NULL if no preset active on \c chan
|
||||||
* @deprecated fluid_synth_get_channel_info() should replace most use cases.
|
|
||||||
*
|
*
|
||||||
* @note Should only be called from within synthesis thread, which includes
|
* @note Should only be called from within synthesis thread, which includes
|
||||||
* SoundFont loader preset noteon methods. Not thread safe otherwise.
|
* SoundFont loader preset noteon methods. Not thread safe otherwise.
|
||||||
*/
|
*/
|
||||||
fluid_preset_t *
|
fluid_preset_t *
|
||||||
fluid_synth_get_channel_preset(fluid_synth_t* synth, int chan)
|
fluid_synth_get_channel_preset(fluid_synth_t* synth, int chan)
|
||||||
|
|
Loading…
Reference in a new issue