| Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkGrid ╰── AgsTrackCollectionMapper
GList * ags_track_collection_mapper_find_instrument_with_sequence (GList *track_collection_mapper,gchar *instrument,gchar *sequence);
Finds next matching track in a GList.
track_collection_mapper |
a GList containing AgsTrackCollectionMapper |
|
instrument |
the instrument as string |
|
sequence |
the sequence as string |
Since: 3.0.0
void
ags_track_collection_mapper_map (AgsTrackCollectionMapper *track_collection_mapper);
Maps XML tracks to AgsNotation
Since: 3.0.0
AgsTrackCollectionMapper * ags_track_collection_mapper_new ();
Creates an AgsTrackCollectionMapper
Since: 3.0.0
“instrument” property“instrument” gchar *
The instruments as string to parse.
Owner: AgsTrackCollectionMapper
Flags: Read / Write
Default value: NULL
Since: 3.0.0
“sequence” property“sequence” gchar *
The sequences as string to parse.
Owner: AgsTrackCollectionMapper
Flags: Read / Write
Default value: NULL
Since: 3.0.0
“track” property“track” gpointer
The tracks as xmlNode to parse.
Owner: AgsTrackCollectionMapper
Flags: Read / Write
Since: 3.0.0