scamp.settings
Module containing the main settings classes: PlaybackSettings
, QuantizationSettings
, and
EngravingSettings
, as well as TempoSettings
and GlissandiSettings
, which are part of
EngravingSettings
. A module-level instance for each (playback_settings
, quantization_settings
,
and engraving_settings
) is loaded from JSON configuration files within within the settings directory of the
scamp package. These instances are part of the global scamp namespace, and contain scamp’s default configuration.
Classes
|
Namespace containing the settings relevant to the engraving of scores. |
|
Namespace containing the settings relevant to the engraving of glissandi. |
|
Namespace containing the settings relevant to playback implementation and adjustments. |
|
Namespace containing the settings relevant to the quantization of Performances in preparation for Score creation. |
|
Namespace containing the settings relevant to the engraving of tempo changes. |
Functions
|
Restores all settings back to their "factory defaults" (the defaults when SCAMP was installed). |
Attributes
|
Instance of |
|
Instance of |
|
Instance of |