Methods
|
|
findPlugin
setUp
tearDown
test1_check_path
test2_get_descriptor
test4_instantiate
test5_getattr
|
|
findPlugin
|
findPlugin ( self )
Exceptions
|
|
Exception( 'Could not find a valid LADSPA plugin on the ladspa path.' )
|
|
|
setUp
|
setUp ( self )
|
|
tearDown
|
tearDown ( self )
|
|
test1_check_path
|
test1_check_path ( self )
Checks the plugin.Path attribute's consistency.
|
|
test2_get_descriptor
|
test2_get_descriptor ( self )
Checks the plugin.get_descriptor method with the indices -1 up to the next None return.
|
|
test4_instantiate
|
test4_instantiate ( self )
Tests the instantiate method of a Descriptor.
|
|
test5_getattr
|
test5_getattr ( self )
Tests the getattr method of all _ladspa builtins.
|