Top | ![]() |
![]() |
![]() |
![]() |
enum | AgsIpatchDLS2ReaderFlags |
enum | AgsDLS2Level |
#define | AGS_TYPE_IPATCH_DLS2_READER |
struct | AgsIpatchDLS2Reader |
struct | AgsIpatchDLS2ReaderClass |
pthread_mutex_t *
ags_ipatch_dls2_reader_get_class_mutex
();
Use this function's returned mutex to access mutex fields.
Since: 2.0.36
gboolean ags_ipatch_dls2_reader_test_flags (AgsIpatchDLS2Reader *ipatch_dls2_reader
,guint flags
);
Test flags
to be set on ipatch_dls2_reader
.
Since: 2.0.36
void ags_ipatch_dls2_reader_set_flags (AgsIpatchDLS2Reader *ipatch_dls2_reader
,guint flags
);
Enable a feature of ipatch_dls2_reader
.
Since: 2.0.36
void ags_ipatch_dls2_reader_unset_flags (AgsIpatchDLS2Reader *ipatch_dls2_reader
,guint flags
);
Disable a feature of ipatch_dls2_reader
.
Since: 2.0.36
gboolean ags_ipatch_dls2_reader_load (AgsIpatchDLS2Reader *ipatch_dls2_reader
,IpatchFileHandle *handle
);
gboolean ags_ipatch_dls2_reader_select_instrument (AgsIpatchDLS2Reader *ipatch_dls2_reader
,guint instrument_index
);
gboolean ags_ipatch_dls2_reader_select_sample (AgsIpatchDLS2Reader *ipatch_dls2_reader
,guint sample_index
);
gchar **
ags_ipatch_dls2_reader_get_instrument_all
(AgsIpatchDLS2Reader *ipatch_dls2_reader
);
gchar **
ags_ipatch_dls2_reader_get_sample_all (AgsIpatchDLS2Reader *ipatch_dls2_reader
);
gchar ** ags_ipatch_dls2_reader_get_sample_by_instrument_index (AgsIpatchDLS2Reader *ipatch_dls2_reader
,guint instrument_index
);
AgsIpatchDLS2Reader *
ags_ipatch_dls2_reader_new (AgsIpatch *ipatch
);
Creates an AgsIpatchDLS2Reader.
Since: 2.0.0
#define AGS_IPATCH_DLS2_READER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_IPATCH_DLS2_READER, AgsIpatchDLS2Reader))
#define AGS_IPATCH_DLS2_READER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_IPATCH_DLS2_READER, AgsIpatchDLS2ReaderClass))
#define AGS_IPATCH_DLS2_READER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_IPATCH_DLS2_READER, AgsIpatchDLS2ReaderClass))
#define AGS_IS_IPATCH_DLS2_READER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_IPATCH_DLS2_READER))
Enum values to control the behavior or indicate internal state of AgsIpatchDLS2Reader by enable/disable as flags.