Fixup since tag for new public API function.

This commit is contained in:
David Henningsson 2011-02-04 19:26:33 +00:00
parent d7b9767598
commit 7ea31c19bd
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{