Skip to content

APC64.settings

Module constants

  • LENGTH_OPTIONS
  • QUANTIZATION_OPTIONS

Classes

class FixedLength(CompoundDisconnectable)

Bases: CompoundDisconnectable

__init__(self, control, *a, **k)

enabled(self)

record_length(self)

toggle_enabled(self)

class Quantization(CompoundDisconnectable)

Bases: CompoundDisconnectable

__init__(self, control, *a, **k)

quantization_setting(self)

quantize_clip(self, clip)

class SettingsComponent(Component)

Bases: Component

Attributes

  • fixed_length_encoder
  • quantization_encoder

__init__(self, *a, **k)

fixed_length(self)

quantization(self)

fixed_length_button(self, _)

update(self)

Functions

make_wrapping_parameter(parent, name, options, default_value)