Class

AgsAudioSFZInstrumentLoader

[]

Description

class AgsAudio.SFZInstrumentLoader : GObject.Object
{
  flags: AgsSFZInstrumentLoaderFlags,
  connectable_flags: AgsConnectableFlags,
  obj_mutex: GRecMutex,
  thread: GThread*,
  audio: AgsAudio*,
  filename: gchar*,
  base_note: gdouble,
  count: guint,
  audio_container: AgsAudioContainer*,
  synth_template: AgsSFZSynthUtil*,
  synth: AgsSFZSynthUtil*
}

No description available.

[]

Ancestors

[]

Constructors

ags_sfz_instrument_loader_new

Create a new instance of AgsSFZInstrumentLoader.

since: 3.17.0

[]

Instance methods

ags_sfz_instrument_loader_get_audio

Get audio of sfz_instrument_loader.

since: 3.17.0

ags_sfz_instrument_loader_get_audio_container

Get audio container of sfz_instrument_loader.

since: 3.17.0

ags_sfz_instrument_loader_get_filename

Get filename of sfz_instrument_loader.

since: 3.17.0

ags_sfz_instrument_loader_get_synth

Get AgsSFZSynthUtil-struct synth of sfz_instrument_loader.

since: 3.17.0

ags_sfz_instrument_loader_get_synth_template

Get AgsSFZSynthUtil-struct synth template of sfz_instrument_loader.

since: 3.17.0

ags_sfz_instrument_loader_set_audio

Set audio of sfz_instrument_loader.

since: 3.17.0

ags_sfz_instrument_loader_set_audio_container

Set audio container of sfz_instrument_loader.

since: 3.17.0

ags_sfz_instrument_loader_set_filename

Set filename of sfz_instrument_loader.

since: 3.17.0

ags_sfz_instrument_loader_set_flags

Set flags.

since: 3.17.0

ags_sfz_instrument_loader_set_synth

Set AgsSFZSynthUtil-struct synth of sfz_instrument_loader.

since: 3.17.0

ags_sfz_instrument_loader_set_synth_template

Set AgsSFZSynthUtil-struct synth template of sfz_instrument_loader.

since: 3.17.0

ags_sfz_instrument_loader_start

Start sfz_instrument_loader.

since: 3.17.0

ags_sfz_instrument_loader_test_flags

Test flags to be set on recall.

since: 3.17.0

ags_sfz_instrument_loader_unset_flags

Unset flags.

since: 3.17.0

Methods inherited from GObject (43)
[]

Properties

AgsAudio.SFZInstrumentLoader:audio

The assigned audio.

since: 3.17.0

AgsAudio.SFZInstrumentLoader:audio-container

The audio container opened.

since: 3.17.0

AgsAudio.SFZInstrumentLoader:filename

The filename to open.

since: 3.17.0

AgsAudio.SFZInstrumentLoader:synth

The assigned synth.

since: 3.17.0

AgsAudio.SFZInstrumentLoader:synth-template

The assigned synth template.

since: 3.17.0

[]

Signals

Signals inherited from GObject (1)

Class structure