# HG changeset patch # User Chris Cannam # Date 1463067659 -3600 # Node ID fff38eb46ad25eef17efd49fcd94e73ded00df68 # Parent fbcb2ee278b8703cb42e2e10e67293de5df04eaa Remove blank line diff -r fbcb2ee278b8 -r fff38eb46ad2 examples/pluginstaticdata.json --- a/examples/pluginstaticdata.json Thu May 12 12:26:29 2016 +0100 +++ b/examples/pluginstaticdata.json Thu May 12 16:40:59 2016 +0100 @@ -1,2 +1,1 @@ - {"basic": {"description": "Detect percussive note onsets by identifying broadband energy rises", "identifier": "percussiononsets", "name": "Simple Percussion Onset Detector"}, "basicOutputInfo": [{"description": "Percussive note onset locations", "identifier": "onsets", "name": "Onsets"}, {"description": "Broadband energy rise detection function", "identifier": "detectionfunction", "name": "Detection Function"}], "category": ["Time", "Onsets"], "copyright": "Code copyright 2006 Queen Mary, University of London, after Dan Barry et al 2005. Freely redistributable (BSD license)", "inputDomain": "FrequencyDomain", "pluginKey": "vamp-example-plugins:percussiononsets", "maker": "Vamp SDK Example Plugins", "maxChannelCount": 1, "minChannelCount": 1, "parameters": [{"basic": {"description": "Energy rise within a frequency bin necessary to count toward broadband total", "identifier": "threshold", "name": "Energy rise threshold"}, "defaultValue": 3, "extents": {"max": 20, "min": 0}, "unit": "dB", "valueNames": []}, {"basic": {"description": "Sensitivity of peak detector applied to broadband detection function", "identifier": "sensitivity", "name": "Sensitivity"}, "defaultValue": 40, "extents": {"max": 100, "min": 0}, "unit": "%", "valueNames": []}], "programs": [], "pluginVersion": 2}