Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_track_collection_get_track_mapper () |
|
ags_track_collection_add_track_mapper () |
|
ags_track_collection_remove_track_mapper () |
|
ags_track_collection_parse () |
|
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() |
|
ags_track_collection_get_type () |
Types and Values
#define | AGS_TYPE_TRACK_COLLECTION |
struct | AgsTrackCollection |
struct | AgsTrackCollectionClass |
Implemented Interfaces
AgsTrackCollection implements
Description
AgsTrackCollection is a composite widget to property. A property editor
should be packed by a
Functions
ags_track_collection_get_track_mapper ()
GList * ags_track_collection_get_track_mapper (AgsTrackCollection *track_collection
);
Get effect pad output.
Since:
ags_track_collection_add_track_mapper ()
void ags_track_collection_add_track_mapper (AgsTrackCollection *track_collection
,);
AgsTrackMapper *track_mapper
Add track_mapper
to output.
Since:
ags_track_collection_remove_track_mapper ()
void ags_track_collection_remove_track_mapper (AgsTrackCollection *track_collection
,);
AgsTrackMapper *track_mapper
Remove track_mapper
from output.
Since:
ags_track_collection_parse ()
void ags_track_collection_parse (AgsTrackCollection *track_collection
);
ags_track_collection_add_mapper ()
void ags_track_collection_add_mapper (AgsTrackCollection *track_collection
,,
xmlNode *track,
gchar *instrument);
gchar *sequence
ags_track_collection_new ()
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
Parameters
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:
AGS_IS_TRACK_COLLECTION()
#define AGS_IS_TRACK_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_TRACK_COLLECTION))
AGS_IS_TRACK_COLLECTION_CLASS()
#define AGS_IS_TRACK_COLLECTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_TRACK_COLLECTION))
AGS_TRACK_COLLECTION()
#define AGS_TRACK_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TRACK_COLLECTION, AgsTrackCollection))
AGS_TRACK_COLLECTION_CLASS()
#define AGS_TRACK_COLLECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TRACK_COLLECTION, AgsTrackCollectionClass))
AGS_TRACK_COLLECTION_GET_CLASS()
#define AGS_TRACK_COLLECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_TRACK_COLLECTION, AgsTrackCollectionClass))