| 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_parse () |
| void | ags_track_collection_add_mapper () |
| AgsTrackCollection * | ags_track_collection_new () |
| #define | AGS_IS_TRACK_COLLECTION() |
| #define | AGS_IS_TRACK_COLLECTION_CLASS() |
| #define | AGS_TRACK_COLLECTION() |
| #define | AGS_TRACK_COLLECTION_CLASS() |
| #define | AGS_TRACK_COLLECTION_GET_CLASS() |
| GType | ags_track_collection_get_type () |
| #define | AGS_TYPE_TRACK_COLLECTION |
| struct | AgsTrackCollection |
| struct | AgsTrackCollectionClass |
AgsTrackCollection implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkOrientable, AgsConnectable and AgsApplicable.
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_parse (AgsTrackCollection *track_collection);
void ags_track_collection_add_mapper (AgsTrackCollection *track_collection,xmlNode *track,gchar *instrument,gchar *sequence);
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
#define AGS_IS_TRACK_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_TRACK_COLLECTION))
#define AGS_IS_TRACK_COLLECTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_TRACK_COLLECTION))
#define AGS_TRACK_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TRACK_COLLECTION, AgsTrackCollection))
#define AGS_TRACK_COLLECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TRACK_COLLECTION, AgsTrackCollectionClass))
#define AGS_TRACK_COLLECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_TRACK_COLLECTION, AgsTrackCollectionClass))
“midi-document” property“midi-document” gpointer
The assigned midi document.
Owner: AgsTrackCollection
Flags: Read / Write
Since: 3.0.0