Class

AgsAudioIpatchGigReader

[]

Description

class AgsAudio.IpatchGigReader : GObject.Object
  implements Ags.Connectable {
  flags: guint,
  connectable_flags: AgsConnectableFlags,
  obj_mutex: GRecMutex,
  uuid: AgsUUID*,
  level: guint,
  ipatch: AgsIpatch*,
  index_selected: guint*,
  name_selected: gchar**,
  reader: IpatchDLSReader*,
  base: IpatchBase*,
  gig: IpatchGig*,
  instrument: IpatchContainer*,
  sample: IpatchContainer*,
  error: GError*
}

No description available.

[]

Ancestors

[]

Implements

[]

Constructors

ags_ipatch_gig_reader_new

Creates a new instance of AgsIpatchGigReader.

since: 3.0.0

[]

Instance methods

ags_ipatch_gig_reader_get_instrument_all

Get instrument all.

since: 3.0.0

ags_ipatch_gig_reader_get_sample_all

Get sample all.

since: 3.0.0

ags_ipatch_gig_reader_get_sample_by_instrument_index

Get sample by instrument index.

since: 3.0.0

ags_ipatch_gig_reader_load

Load GIG file.

since: 3.0.0

ags_ipatch_gig_reader_select_instrument

Select instrument.

since: 3.0.0

ags_ipatch_gig_reader_select_sample
No description available.

Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
[]

Properties

AgsAudio.IpatchGigReader:ipatch

The assigned AgsIpatch.

since: 3.0.0

[]

Signals

Signals inherited from GObject (1)

Class structure