Module synthDriverHandler :: Class BooleanSynthSetting
[hide private]
[frames] | no frames]

Class BooleanSynthSetting

source code

  object --+    
           |    
SynthSetting --+
               |
              BooleanSynthSetting

Represents a boolean synthesiser setting such as rate boost.

Instance Methods [hide private]
 
__init__(self, name, i18nName, availableInSynthSettingsRing=False)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  configSpec = "boolean(default=False)"
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, i18nName, availableInSynthSettingsRing=False)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • name - internal name of the setting
  • i18nName - the localized string
  • availableInSynthSettingsRing - Will this option be available in synthesizer settings ring?
Overrides: object.__init__
(inherited documentation)