Mercurial > hg > vampy-host
diff vamp/__init__.py @ 144:c64295f1cc33
Add get_parameters_of at module level
author | Chris Cannam |
---|---|
date | Tue, 21 Jul 2015 17:20:49 +0100 |
parents | 58a2272d0046 |
children |
line wrap: on
line diff
--- a/vamp/__init__.py Wed Jul 08 15:02:53 2015 +0100 +++ b/vamp/__init__.py Tue Jul 21 17:20:49 2015 +0100 @@ -96,6 +96,7 @@ * ``vamp.list_plugins`` * ``vamp.get_outputs_of`` + * ``vamp.get_parameters_of`` * ``vamp.get_category_of`` These retrieve the installed plugin keys and get basic information @@ -162,7 +163,7 @@ import vampyhost -from vamp.load import list_plugins, get_outputs_of, get_category_of +from vamp.load import list_plugins, get_outputs_of, get_parameters_of, get_category_of from vamp.process import process_audio, process_frames, process_audio_multiple_outputs, process_frames_multiple_outputs from vamp.collect import collect