mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 23:11:41 +00:00
deprecate fluid_synth_get_channel_info()
This commit is contained in:
parent
6b7f3c0264
commit
503e459ea9
1 changed files with 2 additions and 0 deletions
|
@ -3712,6 +3712,8 @@ fluid_synth_get_channel_preset(fluid_synth_t* synth, int chan)
|
|||
* @param chan MIDI channel number (0 to MIDI channel count - 1)
|
||||
* @param info Caller supplied structure to fill with preset information
|
||||
* @return #FLUID_OK on success, #FLUID_FAILED otherwise
|
||||
* @deprecated Provides redundant functionality that can be achieved with
|
||||
* fluid_synth_get_channel_preset() or fluid_synth_get_program().
|
||||
* @since 1.1.1
|
||||
*/
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue