Class
AgsAudioNote
Description
class AgsAudio.Note : GObject.Object
{
flags: AgsNoteFlags,
key_format: AgsSoundKeyFormat,
obj_mutex: GRecMutex,
is_minor: gboolean,
sharp_flats: guint,
x: None,
y: guint,
rt_offset: guint64,
rt_attack: guint,
stream_delay: gdouble,
stream_attack: gdouble,
stream_frame_count: guint64,
attack: AgsComplex,
decay: AgsComplex,
sustain: AgsComplex,
release: AgsComplex,
ratio: AgsComplex,
note_name: gchar*,
frequency: gdouble,
feed_x_256th: gboolean,
x_256th: None
}
No description available.
Instance methods
ags_note_to_raw_midi
Convert note
to raw MIDI and set the buffer length of returned bytes
in the array as buffer_length
.
since: 3.0.0
ags_note_to_seq_event
Convert note
to ALSA sequencer events and set the number of events
in the array as n_events
.
since: 3.0.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.