mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Fixup since tag for new public API function.
This commit is contained in:
parent
d7b9767598
commit
7ea31c19bd
1 changed files with 1 additions and 1 deletions
|
@ -4998,7 +4998,7 @@ void fluid_synth_api_exit(fluid_synth_t* synth)
|
|||
* @param chan MIDI channel number (0 to MIDI channel count - 1)
|
||||
* @param type CHANNEL_TYPE_MELODIC, or CHANNEL_TYPE_DRUM
|
||||
* @return FLUID_OK on success, FLUID_FAILED otherwise
|
||||
* @since 1.1.3
|
||||
* @since 1.1.4
|
||||
*/
|
||||
int fluid_synth_set_channel_type(fluid_synth_t* synth, int chan, int type)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue