| Top |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkTable ╰── 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: 0.7.0
void
ags_track_collection_mapper_map (AgsTrackCollectionMapper *track_collection_mapper);
Maps XML tracks to AgsNotation
Since: 0.7.0
AgsTrackCollectionMapper * ags_track_collection_mapper_new ();
Creates an AgsTrackCollectionMapper
Since: 0.7.0
“instrument” property“instrument” gchar *
The instruments as string to parse.
Flags: Read / Write
Default value: NULL
Since: 0.7.0
“sequence” property“sequence” gchar *
The sequences as string to parse.
Flags: Read / Write
Default value: NULL
Since: 0.7.0
“track” property“track” gpointer
The tracks as xmlNode to parse.
Flags: Read / Write
Since: 0.7.0