| Top |
| gchar * | instrument | Read / Write |
| gchar * | sequence | Read / Write |
| gpointer | track | Read / Write |
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