state.py 231 B

12345678910
  1. # Stores the configuration (loaded from .config/lyrebird/config.toml)
  2. config = None
  3. # Stores all of the loaded presets (loaded from presets.toml)
  4. loaded_presets = []
  5. # Stores the current preset
  6. current_preset = None
  7. audio = None