comparison examples/vamp-example-plugins.n3 @ 224:11588ad1cc3b

* Remove vamp:copyright_note -- the existing dc:rights is suitable, it seems
author cannam
date Tue, 04 Nov 2008 17:13:25 +0000
parents 9ad865639716
children f80e34e36a79
comparison
equal deleted inserted replaced
223:2a57bd3eee76 224:11588ad1cc3b
26 plugbase:amplitudefollower a vamp:Plugin ; 26 plugbase:amplitudefollower a vamp:Plugin ;
27 dc:title "Amplitude Follower" ; 27 dc:title "Amplitude Follower" ;
28 vamp:name "Amplitude Follower" ; 28 vamp:name "Amplitude Follower" ;
29 dc:description "Track the amplitude of the audio signal" ; 29 dc:description "Track the amplitude of the audio signal" ;
30 foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here 30 foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here
31 # cc:license <Place plugin license URI here and uncomment> ; 31 cc:license <http://creativecommons.org/licenses/BSD/> ;
32 dc:rights "Freely redistributable (BSD license)" ;
32 vamp:identifier "amplitudefollower" ; 33 vamp:identifier "amplitudefollower" ;
33 vamp:vamp_API_version vamp:api_version_2 ; 34 vamp:vamp_API_version vamp:api_version_2 ;
34 owl:versionInfo "1" ; 35 owl:versionInfo "1" ;
35 vamp:input_domain vamp:TimeDomain ; 36 vamp:input_domain vamp:TimeDomain ;
36 37
72 plugbase:fixedtempo a vamp:Plugin ; 73 plugbase:fixedtempo a vamp:Plugin ;
73 dc:title "Simple Fixed Tempo Estimator" ; 74 dc:title "Simple Fixed Tempo Estimator" ;
74 vamp:name "Simple Fixed Tempo Estimator" ; 75 vamp:name "Simple Fixed Tempo Estimator" ;
75 dc:description "Study a short section of audio and estimate its tempo, assuming the tempo is constant" ; 76 dc:description "Study a short section of audio and estimate its tempo, assuming the tempo is constant" ;
76 foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here 77 foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here
77 # cc:license <Place plugin license URI here and uncomment> ; 78 cc:license <http://creativecommons.org/licenses/BSD/> ;
79 dc:rights "Freely redistributable (BSD license)" ;
78 vamp:identifier "fixedtempo" ; 80 vamp:identifier "fixedtempo" ;
79 vamp:vamp_API_version vamp:api_version_2 ; 81 vamp:vamp_API_version vamp:api_version_2 ;
80 owl:versionInfo "1" ; 82 owl:versionInfo "1" ;
81 vamp:input_domain vamp:FrequencyDomain ; 83 vamp:input_domain vamp:FrequencyDomain ;
82 84
142 plugbase:percussiononsets a vamp:Plugin ; 144 plugbase:percussiononsets a vamp:Plugin ;
143 dc:title "Simple Percussion Onset Detector" ; 145 dc:title "Simple Percussion Onset Detector" ;
144 vamp:name "Simple Percussion Onset Detector" ; 146 vamp:name "Simple Percussion Onset Detector" ;
145 dc:description "Detect percussive note onsets by identifying broadband energy rises" ; 147 dc:description "Detect percussive note onsets by identifying broadband energy rises" ;
146 foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here 148 foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here
147 # cc:license <Place plugin license URI here and uncomment> ; 149 cc:license <http://creativecommons.org/licenses/BSD/> ;
150 dc:rights "Freely redistributable (BSD license)" ;
148 vamp:identifier "percussiononsets" ; 151 vamp:identifier "percussiononsets" ;
149 vamp:vamp_API_version vamp:api_version_2 ; 152 vamp:vamp_API_version vamp:api_version_2 ;
150 owl:versionInfo "2" ; 153 owl:versionInfo "2" ;
151 vamp:input_domain vamp:FrequencyDomain ; 154 vamp:input_domain vamp:FrequencyDomain ;
152 155
202 plugbase:spectralcentroid a vamp:Plugin ; 205 plugbase:spectralcentroid a vamp:Plugin ;
203 dc:title "Spectral Centroid" ; 206 dc:title "Spectral Centroid" ;
204 vamp:name "Spectral Centroid" ; 207 vamp:name "Spectral Centroid" ;
205 dc:description "Calculate the centroid frequency of the spectrum of the input signal" ; 208 dc:description "Calculate the centroid frequency of the spectrum of the input signal" ;
206 foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here 209 foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here
207 # cc:license <Place plugin license URI here and uncomment> ; 210 cc:license <http://creativecommons.org/licenses/BSD/> ;
211 dc:rights "Freely redistributable (BSD license)" ;
208 vamp:identifier "spectralcentroid" ; 212 vamp:identifier "spectralcentroid" ;
209 vamp:vamp_API_version vamp:api_version_2 ; 213 vamp:vamp_API_version vamp:api_version_2 ;
210 owl:versionInfo "2" ; 214 owl:versionInfo "2" ;
211 vamp:input_domain vamp:FrequencyDomain ; 215 vamp:input_domain vamp:FrequencyDomain ;
212 216
236 plugbase:zerocrossing a vamp:Plugin ; 240 plugbase:zerocrossing a vamp:Plugin ;
237 dc:title "Zero Crossings" ; 241 dc:title "Zero Crossings" ;
238 vamp:name "Zero Crossings" ; 242 vamp:name "Zero Crossings" ;
239 dc:description "Detect and count zero crossing points" ; 243 dc:description "Detect and count zero crossing points" ;
240 foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here 244 foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here
241 # cc:license <Place plugin license URI here and uncomment> ; 245 cc:license <http://creativecommons.org/licenses/BSD/> ;
246 dc:rights "Freely redistributable (BSD license)" ;
242 vamp:identifier "zerocrossing" ; 247 vamp:identifier "zerocrossing" ;
243 vamp:vamp_API_version vamp:api_version_2 ; 248 vamp:vamp_API_version vamp:api_version_2 ;
244 owl:versionInfo "2" ; 249 owl:versionInfo "2" ;
245 vamp:input_domain vamp:TimeDomain ; 250 vamp:input_domain vamp:TimeDomain ;
246 vamp:output plugbase:zerocrossing_output_counts ; 251 vamp:output plugbase:zerocrossing_output_counts ;