Top |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkTable ╰── AgsTrackCollectionMapper
AgsTrackCollectionMapper implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.
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.4.3
void
ags_track_collection_mapper_map (AgsTrackCollectionMapper *track_collection_mapper
);
Maps XML tracks to AgsNotation
Since: 0.4.3
AgsTrackCollectionMapper * ags_track_collection_mapper_new ();
Creates an AgsTrackCollectionMapper
Since: 0.4.3
“instrument”
property“instrument” gchar *
The instrument which this track mapper is assigned with.
Flags: Read / Write
Default value: NULL
Since: 0.4.3
“sequence”
property“sequence” gchar *
The sequence which this track mapper is assigned with.
Flags: Read / Write
Default value: NULL
Since: 0.4.3
“track”
property“track” gpointer
The track which this track mapper is assigned with.
Flags: Read / Write
Since: 0.4.3