Enumeration

AgsAudioSFZSampleFlags

Declaration

flags AgsAudio.SFZSampleFlags

Description [src]

Enum values to control the behavior or indicate internal state of AgsSFZSample by enable/disable as flags.

Members

AGS_SFZ_SAMPLE_ADDED_TO_REGISTRY

The sfz sample was added to registry, see AgsConnectable::add_to_registry().

  • Value: 1
  • Available since: 7.0
AGS_SFZ_SAMPLE_CONNECTED

Indicates the sfz sample was connected by calling AgsConnectable::connect().

  • Value: 2
  • Available since: 7.0