| Top |
Functions
|
|
ags_track_collection_mapper_find_instrument_with_sequence () |
|
|
ags_track_collection_mapper_map () |
| AgsTrackCollectionMapper * | ags_track_collection_mapper_new () |
| #define | AGS_IS_TRACK_COLLECTION_MAPPER() |
| #define | AGS_IS_TRACK_COLLECTION_MAPPER_CLASS() |
| #define | AGS_TRACK_COLLECTION_MAPPER() |
| #define | AGS_TRACK_COLLECTION_MAPPER_CLASS() |
| #define | AGS_TRACK_COLLECTION_MAPPER_GET_CLASS() |
|
|
ags_track_collection_mapper_get_type () |
Properties
|
|
instrument | Read / Write |
|
|
sequence | Read / Write |
| track | Read / Write |
Types and Values
| #define | AGS_TRACK_COLLECTION_MAPPER_DEFAULT_BEATS |
| #define | AGS_MIDI_DEFAULT_BEATS |
| #define | AGS_TYPE_TRACK_COLLECTION_MAPPER |
| struct | AgsTrackCollectionMapper |
| struct | AgsTrackCollectionMapperClass |
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkContainer ╰──GtkGrid ╰── AgsTrackCollectionMapper
Implemented Interfaces
AgsTrackCollectionMapper implements
Functions
ags_track_collection_mapper_find_instrument_with_sequence ()
GList * ags_track_collection_mapper_find_instrument_with_sequence (,GList *track_collection_mapper,gchar *instrument);gchar *sequence
Finds next matching track in a
Parameters
track_collection_mapper |
a |
|
instrument |
the instrument as string |
|
sequence |
the sequence as string |
Since:
ags_track_collection_mapper_map ()
void ags_track_collection_mapper_map (AgsTrackCollectionMapper *track_collection_mapper);
Maps XML tracks to
Since:
ags_track_collection_mapper_new ()
AgsTrackCollectionMapper * ags_track_collection_mapper_new ();
Creates an AgsTrackCollectionMapper
Since:
AGS_IS_TRACK_COLLECTION_MAPPER()
#define AGS_IS_TRACK_COLLECTION_MAPPER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_TRACK_COLLECTION_MAPPER))
AGS_IS_TRACK_COLLECTION_MAPPER_CLASS()
#define AGS_IS_TRACK_COLLECTION_MAPPER_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_TRACK_COLLECTION_MAPPER))
AGS_TRACK_COLLECTION_MAPPER()
#define AGS_TRACK_COLLECTION_MAPPER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TRACK_COLLECTION_MAPPER, AgsTrackCollectionMapper))
AGS_TRACK_COLLECTION_MAPPER_CLASS()
#define AGS_TRACK_COLLECTION_MAPPER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TRACK_COLLECTION_MAPPER, AgsTrackCollectionMapperClass))
AGS_TRACK_COLLECTION_MAPPER_GET_CLASS()
#define AGS_TRACK_COLLECTION_MAPPER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_TRACK_COLLECTION_MAPPER, AgsTrackCollectionMapperClass))
Types and Values
AGS_TYPE_TRACK_COLLECTION_MAPPER
#define AGS_TYPE_TRACK_COLLECTION_MAPPER (ags_track_collection_mapper_get_type())
Property Details
The “instrument” property
“instrument”gchar *
The instruments as string to parse.
Owner: AgsTrackCollectionMapper
Flags: Read / Write
Default value: NULL
Since:
The “sequence” property
“sequence”gchar *
The sequences as string to parse.
Owner: AgsTrackCollectionMapper
Flags: Read / Write
Default value: NULL
Since: