Mercurial > hg > vamp-plugin-sdk
comparison examples/vamp-example-plugins.n3 @ 158:7c08ba8083b2
* Update vamp example plugins rdf against new ontology
* Update vamp.rdf again (with right base url)
author | cannam |
---|---|
date | Wed, 25 Jun 2008 12:20:22 +0000 |
parents | d7dcc37161e6 |
children | b163946348b3 |
comparison
equal
deleted
inserted
replaced
157:62ab43ce9790 | 158:7c08ba8083b2 |
---|---|
30 vamp:identifier "amplitudefollower" ; | 30 vamp:identifier "amplitudefollower" ; |
31 vamp:vamp_API_version vamp:api_version_1 ; | 31 vamp:vamp_API_version vamp:api_version_1 ; |
32 owl:versionInfo "1" ; | 32 owl:versionInfo "1" ; |
33 vamp:input_domain vamp:TimeDomain ; | 33 vamp:input_domain vamp:TimeDomain ; |
34 | 34 |
35 vamp:parameter_descriptor plugbase:amplitudefollower_param_attack ; | 35 vamp:parameter plugbase:amplitudefollower_param_attack ; |
36 vamp:parameter_descriptor plugbase:amplitudefollower_param_release ; | 36 vamp:parameter plugbase:amplitudefollower_param_release ; |
37 | 37 |
38 vamp:output_descriptor plugbase:amplitudefollower_output_amplitude ; | 38 vamp:output plugbase:amplitudefollower_output_amplitude ; |
39 . | 39 . |
40 plugbase:amplitudefollower_param_attack a vamp:ParameterDescriptor ; | 40 plugbase:amplitudefollower_param_attack a vamp:Parameter ; |
41 vamp:identifier "attack" ; | 41 vamp:identifier "attack" ; |
42 dc:title "Attack time" ; | 42 dc:title "Attack time" ; |
43 dc:format "s" ; | 43 dc:format "s" ; |
44 vamp:min_value 0 ; | 44 vamp:min_value 0 ; |
45 vamp:max_value 1 ; | 45 vamp:max_value 1 ; |
46 vamp:unit "s" ; | 46 vamp:unit "s" ; |
47 vamp:default_value 0.01 ; | 47 vamp:default_value 0.01 ; |
48 vamp:value_names (); | 48 vamp:value_names (); |
49 . | 49 . |
50 plugbase:amplitudefollower_param_release a vamp:ParameterDescriptor ; | 50 plugbase:amplitudefollower_param_release a vamp:Parameter ; |
51 vamp:identifier "release" ; | 51 vamp:identifier "release" ; |
52 dc:title "Release time" ; | 52 dc:title "Release time" ; |
53 dc:format "s" ; | 53 dc:format "s" ; |
54 vamp:min_value 0 ; | 54 vamp:min_value 0 ; |
55 vamp:max_value 1 ; | 55 vamp:max_value 1 ; |
77 vamp:identifier "percussiononsets" ; | 77 vamp:identifier "percussiononsets" ; |
78 vamp:vamp_API_version vamp:api_version_1 ; | 78 vamp:vamp_API_version vamp:api_version_1 ; |
79 owl:versionInfo "2" ; | 79 owl:versionInfo "2" ; |
80 vamp:input_domain vamp:FrequencyDomain ; | 80 vamp:input_domain vamp:FrequencyDomain ; |
81 | 81 |
82 vamp:parameter_descriptor plugbase:percussiononsets_param_threshold ; | 82 vamp:parameter plugbase:percussiononsets_param_threshold ; |
83 vamp:parameter_descriptor plugbase:percussiononsets_param_sensitivity ; | 83 vamp:parameter plugbase:percussiononsets_param_sensitivity ; |
84 | 84 |
85 vamp:output_descriptor plugbase:percussiononsets_output_onsets ; | 85 vamp:output plugbase:percussiononsets_output_onsets ; |
86 vamp:output_descriptor plugbase:percussiononsets_output_detectionfunction ; | 86 vamp:output plugbase:percussiononsets_output_detectionfunction ; |
87 . | 87 . |
88 plugbase:percussiononsets_param_threshold a vamp:ParameterDescriptor ; | 88 plugbase:percussiononsets_param_threshold a vamp:Parameter ; |
89 vamp:identifier "threshold" ; | 89 vamp:identifier "threshold" ; |
90 dc:title "Energy rise threshold" ; | 90 dc:title "Energy rise threshold" ; |
91 dc:format "dB" ; | 91 dc:format "dB" ; |
92 vamp:min_value 0 ; | 92 vamp:min_value 0 ; |
93 vamp:max_value 20 ; | 93 vamp:max_value 20 ; |
94 vamp:unit "dB" ; | 94 vamp:unit "dB" ; |
95 vamp:default_value 3 ; | 95 vamp:default_value 3 ; |
96 vamp:value_names (); | 96 vamp:value_names (); |
97 . | 97 . |
98 plugbase:percussiononsets_param_sensitivity a vamp:ParameterDescriptor ; | 98 plugbase:percussiononsets_param_sensitivity a vamp:Parameter ; |
99 vamp:identifier "sensitivity" ; | 99 vamp:identifier "sensitivity" ; |
100 dc:title "Sensitivity" ; | 100 dc:title "Sensitivity" ; |
101 dc:format "%" ; | 101 dc:format "%" ; |
102 vamp:min_value 0 ; | 102 vamp:min_value 0 ; |
103 vamp:max_value 100 ; | 103 vamp:max_value 100 ; |
141 vamp:vamp_API_version vamp:api_version_1 ; | 141 vamp:vamp_API_version vamp:api_version_1 ; |
142 owl:versionInfo "2" ; | 142 owl:versionInfo "2" ; |
143 vamp:input_domain vamp:FrequencyDomain ; | 143 vamp:input_domain vamp:FrequencyDomain ; |
144 | 144 |
145 | 145 |
146 vamp:output_descriptor plugbase:spectralcentroid_output_logcentroid ; | 146 vamp:output plugbase:spectralcentroid_output_logcentroid ; |
147 vamp:output_descriptor plugbase:spectralcentroid_output_linearcentroid ; | 147 vamp:output plugbase:spectralcentroid_output_linearcentroid ; |
148 . | 148 . |
149 plugbase:spectralcentroid_output_logcentroid a vamp:DenseOutput ; | 149 plugbase:spectralcentroid_output_logcentroid a vamp:DenseOutput ; |
150 vamp:identifier "logcentroid" ; | 150 vamp:identifier "logcentroid" ; |
151 dc:title "Log Frequency Centroid" ; | 151 dc:title "Log Frequency Centroid" ; |
152 dc:description "Centroid of the log weighted frequency spectrum" ; | 152 dc:description "Centroid of the log weighted frequency spectrum" ; |
178 vamp:vamp_API_version vamp:api_version_1 ; | 178 vamp:vamp_API_version vamp:api_version_1 ; |
179 owl:versionInfo "2" ; | 179 owl:versionInfo "2" ; |
180 vamp:input_domain vamp:TimeDomain ; | 180 vamp:input_domain vamp:TimeDomain ; |
181 | 181 |
182 | 182 |
183 vamp:output_descriptor plugbase:zerocrossing_output_counts ; | 183 vamp:output plugbase:zerocrossing_output_counts ; |
184 vamp:output_descriptor plugbase:zerocrossing_output_zerocrossings ; | 184 vamp:output plugbase:zerocrossing_output_zerocrossings ; |
185 . | 185 . |
186 plugbase:zerocrossing_output_counts a vamp:DenseOutput ; | 186 plugbase:zerocrossing_output_counts a vamp:DenseOutput ; |
187 vamp:identifier "counts" ; | 187 vamp:identifier "counts" ; |
188 dc:title "Zero Crossing Counts" ; | 188 dc:title "Zero Crossing Counts" ; |
189 dc:description "The number of zero crossing points per processing block" ; | 189 dc:description "The number of zero crossing points per processing block" ; |