EffectPresets | index /home/david/Projects/Jokosher/trunk/Jokosher/EffectPresets.py |
# THIS FILE IS PART OF THE JOKOSHER PROJECT AND LICENSED UNDER THE GPL. SEE
# THE 'COPYING' FILE FOR DETAILS
#
# EffectPresets.py
#
# This module implements support for effects presets. These presets are used
# to store settings for single effects and multiple effects strung together
# (called a 'chain').
#
# The way this works is that we have a LADSPA_FACTORY_REGISTRY filled with
# the system's LADSPA effects, LADSPA_NAME_MAP which amps LADSPA element
# factory names (Such as ladspa-delay-5s) to the effect name (such as
# Simple Delay) and self.effectpresetsregistry which contains a generated
# dictionary of effects. This dictionary is search with list comprehensions
# to get the relavent presets out.
#
#-------------------------------------------------------------------------------
Modules | ||||||
|
Classes | ||||||||||
|