Virtual Method

AgsAudioMidiBuilderappend_key_off

since: 3.0.0

Declaration [src]

void
append_key_off (
  AgsMidiBuilder* midi_builder,
  guint delta_time,
  guint audio_channel,
  guint note,
  guint velocity
)

Description [src]

Append key-off 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.