Top |
GList * | ags_track_collection_get_track_mapper () |
void | ags_track_collection_add_track_mapper () |
void | ags_track_collection_remove_track_mapper () |
void | ags_track_collection_add_all_track_mapper () |
void | ags_track_collection_parse () |
AgsTrackCollection * | ags_track_collection_new () |
AgsTrackCollection is a composite widget to property. A property editor should be packed by a AgsPropertyCollectionEditor.
GList *
ags_track_collection_get_track_mapper (AgsTrackCollection *track_collection
);
Get effect pad output.
Since: 4.0.0
void ags_track_collection_add_track_mapper (AgsTrackCollection *track_collection
,AgsTrackMapper *track_mapper
);
Add track_mapper
to output.
Since: 4.0.0
void ags_track_collection_remove_track_mapper (AgsTrackCollection *track_collection
,AgsTrackMapper *track_mapper
);
Remove track_mapper
from output.
Since: 4.0.0
void
ags_track_collection_add_all_track_mapper
(AgsTrackCollection *track_collection
);
void
ags_track_collection_parse (AgsTrackCollection *track_collection
);
AgsTrackCollection * ags_track_collection_new (GType track_mapper_type
,guint track_mapper_n_properties
,gchar **track_mapper_strv
,GValue *track_mapper_value
);
Creates an AgsTrackCollection
track_mapper_type |
the track mapper type |
|
track_mapper_n_properties |
the track mapper properties count |
|
track_mapper_strv |
the track mapper string vector |
|
track_mapper_value |
the track mapper value array |
Since: 3.0.0