Virtual Method
AgsAudioMidiBuilderappend_key_on
since: 3.0.0
[−]
Declaration [src]
void
append_key_on (
AgsMidiBuilder* midi_builder,
guint delta_time,
guint audio_channel,
guint note,
guint velocity
)
[−]
Description [src]
Append key-on for note
to midi_builder
with key dynamics velocity
, at delta_time
.
Available since: 3.0.0
[−]
Parameters
delta_time
-
Type:
guint
Delta-time.
audio_channel
-
Type:
guint
The audio channel.
note
-
Type:
guint
The note to play from 0 to 128.
velocity
-
Type:
guint
Key dynamics.