Method
AgsAudioMidiSmfUtilput_key_pressure
since: 6.0.0
[−]
Declaration [src]
void
ags_midi_smf_util_put_key_pressure (
AgsMidiSmfUtil* midi_smf_util,
guchar* buffer,
gint delta_time,
gint channel,
gint key,
gint pressure
)
[−]
Description [src]
Puts the given values to buffer
with appropriate channel message.
Available since: 6.0.0
[−]
Parameters
buffer
-
Type:
guchar*
The MIDI buffer.
The data is owned by the caller of the method. delta_time
-
Type:
gint
Timing information.
channel
-
Type:
gint
Valid channels from 0-15.
key
-
Type:
gint
Valid keys to play 0-128.
pressure
-
Type:
gint
The key dynamics.