AgsTrackCollection

AgsTrackCollection — Pack track mapper

Stability Level

Stable, unless otherwise indicated

Functions

Properties

gpointer midi-document Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── AgsTrackCollection

Includes

#include <ags/app/ags_track_collection.h>

Description

AgsTrackCollection is a composite widget to property. A property editor should be packed by a AgsPropertyCollectionEditor.

Functions

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 child_type,
                          guint child_n_properties,
                          gchar **child_strv,
                          GValue *child_value);

Creates an AgsTrackCollection

Parameters

child_type

the child type

 

child_n_properties

the child properties count

 

child_strv

the child string vector

 

child_value

the child value array

 

Returns

a new AgsTrackCollection

Since: 3.0.0

Property Details

The “midi-document” property

  “midi-document”            gpointer

The assigned midi document.

Owner: AgsTrackCollection

Flags: Read / Write

Since: 3.0.0