# HG changeset patch # User Chris Cannam # Date 1411391670 -3600 # Node ID f946bc3aa91d0a0ff43816b8bcc5b925da8c3553 # Parent 229c2656a6e8844615710a69485d85cad31ea3f6 Select featured plugin from a set, changing each day diff -r 229c2656a6e8 -r f946bc3aa91d plugins/featured.n3 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugins/featured.n3 Mon Sep 22 14:14:30 2014 +0100 @@ -0,0 +1,11 @@ + +@prefix vamp: . +@prefix : <#> . + +vamp:featured_plugin_list + vamp:has_featured_plugin "silvet:silvet" ; + vamp:has_featured_plugin "nnls-chroma:chordino" ; + vamp:has_featured_plugin "melodia:melodia" ; + + . +