mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-05-31 01:00:53 +00:00
correct API "since" version for key pressure feature
This commit is contained in:
parent
cce7dce2da
commit
f91e391e8d
3 changed files with 3 additions and 2 deletions
|
@ -438,7 +438,7 @@ fluid_event_channel_pressure(fluid_event_t* evt, int channel, short val)
|
|||
* @param channel MIDI channel number
|
||||
* @param key MIDI note number (0-127)
|
||||
* @param val Aftertouch amount (0-127)
|
||||
* @since 1.1.7
|
||||
* @since @NEXT_RELEASE@
|
||||
*/
|
||||
void
|
||||
fluid_event_key_pressure(fluid_event_t* evt, int channel, short key, short val)
|
||||
|
|
|
@ -1732,6 +1732,7 @@ fluid_synth_update_channel_pressure_LOCAL(fluid_synth_t* synth, int chan)
|
|||
* @param key MIDI key number (0-127)
|
||||
* @param val MIDI key pressure value (0-127)
|
||||
* @return FLUID_OK on success, FLUID_FAILED otherwise
|
||||
* @since @NEXT_RELEASE@
|
||||
*/
|
||||
int
|
||||
fluid_synth_key_pressure(fluid_synth_t* synth, int chan, int key, int val)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue