Class
AgsAudioNotation
Description
class AgsAudio.Notation : GObject.Object
{
flags: AgsNotationFlags,
key_format: AgsSoundKeyFormat,
obj_mutex: GRecMutex,
audio: GObject*,
audio_channel: guint,
is_minor: gboolean,
sharp_flats: guint,
timestamp: AgsTimestamp*,
maximum_note_length: gdouble,
note: GList*,
selection: GList*
}
No description available.
Instance methods
ags_notation_find_note_256th_range
Find all notes by range x_256th_lower
to x_256th_upper
.
since: 6.9.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.