|
|
__getattr__(...)
Returns a Frei0rPlugin object connected to the Frei0r plugin of
the given name |
|
|
|
|
|
|
|
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
|
|
|
|
__new__(T,
S,
...)
Returns:
a new object with type S, a subtype of T |
|
|
|
|
|
|
|
addPluginsDir(...)
Adds a directory to the search path |
|
|
|
|
|
|
|
get(...)
Depending on the Frei0r plugin type, returns a method that creates
either a Frei0rFilter instance or a Frei0rMixer instance. |
|
|
|
|
load(...)
Loads given plugin |
|
|
|
|
loadAll(...)
Attempts to load all the effects it can |
|
|
|
Inherited from object:
__delattr__,
__hash__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|