Mercurial > hg > vamp-plugin-sdk
diff examples/vamp-example-plugins.n3 @ 154:d7dcc37161e6
* slightly more sensible placeholders; some minor textual changes
author | cannam |
---|---|
date | Wed, 25 Jun 2008 11:48:25 +0000 |
parents | 0f72cadc5cc8 |
children | 7c08ba8083b2 |
line wrap: on
line diff
--- a/examples/vamp-example-plugins.n3 Wed Jun 25 11:47:25 2008 +0000 +++ b/examples/vamp-example-plugins.n3 Wed Jun 25 11:48:25 2008 +0000 @@ -10,7 +10,7 @@ @prefix : <> . <> a vamp:PluginDescription ; - foaf:maker <blah> ; + foaf:maker <x> ; foaf:maker <http://www.vamp-plugins.org/doap.rdf#template-generator> ; foaf:primaryTopic <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins> . @@ -25,8 +25,8 @@ dc:title "Amplitude Follower" ; vamp:name "Amplitude Follower" ; dc:description "Track the amplitude of the audio signal" ; - foaf:maker [ foaf:name "Vamp SDK Example Plugins"] ; # FIXME could give plugin author's URI here - cc:license <FIXME license for the plugin> ; + foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here +# cc:license <Place plugin license URI here and uncomment> ; vamp:identifier "amplitudefollower" ; vamp:vamp_API_version vamp:api_version_1 ; owl:versionInfo "1" ; @@ -65,15 +65,15 @@ vamp:unit "V" ; vamp:bin_count 1 ; vamp:bin_names ( ""); - vamp:computes_feature_type <FIXME feature type URI> ; - vamp:computes_event_type <FIXME event type URI> ; +# vamp:computes_feature_type <Place feature type URI here and uncomment> ; +# vamp:computes_event_type <Place event type URI here and uncomment> ; . plugbase:percussiononsets a vamp:Plugin ; dc:title "Simple Percussion Onset Detector" ; vamp:name "Simple Percussion Onset Detector" ; dc:description "Detect percussive note onsets by identifying broadband energy rises" ; - foaf:maker [ foaf:name "Vamp SDK Example Plugins"] ; # FIXME could give plugin author's URI here - cc:license <FIXME license for the plugin> ; + foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here +# cc:license <Place plugin license URI here and uncomment> ; vamp:identifier "percussiononsets" ; vamp:vamp_API_version vamp:api_version_1 ; owl:versionInfo "2" ; @@ -115,8 +115,8 @@ vamp:bin_names (); vamp:sample_type vamp:VariableSampleRate ; vamp:sample_rate 44100 ; - vamp:computes_feature_type <FIXME feature type URI> ; - vamp:computes_event_type <FIXME event type URI> ; +# vamp:computes_feature_type <Place feature type URI here and uncomment> ; +# vamp:computes_event_type <Place event type URI here and uncomment> ; . plugbase:percussiononsets_output_detectionfunction a vamp:DenseOutput ; vamp:identifier "detectionfunction" ; @@ -128,15 +128,15 @@ vamp:quantize_step 1 ; vamp:bin_count 1 ; vamp:bin_names ( ""); - vamp:computes_feature_type <FIXME feature type URI> ; - vamp:computes_event_type <FIXME event type URI> ; +# vamp:computes_feature_type <Place feature type URI here and uncomment> ; +# vamp:computes_event_type <Place event type URI here and uncomment> ; . plugbase:spectralcentroid a vamp:Plugin ; dc:title "Spectral Centroid" ; vamp:name "Spectral Centroid" ; dc:description "Calculate the centroid frequency of the spectrum of the input signal" ; - foaf:maker [ foaf:name "Vamp SDK Example Plugins"] ; # FIXME could give plugin author's URI here - cc:license <FIXME license for the plugin> ; + foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here +# cc:license <Place plugin license URI here and uncomment> ; vamp:identifier "spectralcentroid" ; vamp:vamp_API_version vamp:api_version_1 ; owl:versionInfo "2" ; @@ -154,8 +154,8 @@ vamp:unit "Hz" ; vamp:bin_count 1 ; vamp:bin_names ( ""); - vamp:computes_feature_type <FIXME feature type URI> ; - vamp:computes_event_type <FIXME event type URI> ; +# vamp:computes_feature_type <Place feature type URI here and uncomment> ; +# vamp:computes_event_type <Place event type URI here and uncomment> ; . plugbase:spectralcentroid_output_linearcentroid a vamp:DenseOutput ; vamp:identifier "linearcentroid" ; @@ -165,15 +165,15 @@ vamp:unit "Hz" ; vamp:bin_count 1 ; vamp:bin_names ( ""); - vamp:computes_feature_type <FIXME feature type URI> ; - vamp:computes_event_type <FIXME event type URI> ; +# vamp:computes_feature_type <Place feature type URI here and uncomment> ; +# vamp:computes_event_type <Place event type URI here and uncomment> ; . plugbase:zerocrossing a vamp:Plugin ; dc:title "Zero Crossings" ; vamp:name "Zero Crossings" ; dc:description "Detect and count zero crossing points" ; - foaf:maker [ foaf:name "Vamp SDK Example Plugins"] ; # FIXME could give plugin author's URI here - cc:license <FIXME license for the plugin> ; + foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here +# cc:license <Place plugin license URI here and uncomment> ; vamp:identifier "zerocrossing" ; vamp:vamp_API_version vamp:api_version_1 ; owl:versionInfo "2" ; @@ -193,8 +193,8 @@ vamp:quantize_step 1 ; vamp:bin_count 1 ; vamp:bin_names ( ""); - vamp:computes_feature_type <FIXME feature type URI> ; - vamp:computes_event_type <FIXME event type URI> ; +# vamp:computes_feature_type <Place feature type URI here and uncomment> ; +# vamp:computes_event_type <Place event type URI here and uncomment> ; . plugbase:zerocrossing_output_zerocrossings a vamp:SparseOutput ; vamp:identifier "zerocrossings" ; @@ -208,7 +208,7 @@ vamp:bin_names (); vamp:sample_type vamp:VariableSampleRate ; vamp:sample_rate 44100 ; - vamp:computes_feature_type <FIXME feature type URI> ; - vamp:computes_event_type <FIXME event type URI> ; +# vamp:computes_feature_type <Place feature type URI here and uncomment> ; +# vamp:computes_event_type <Place event type URI here and uncomment> ; .