# HG changeset patch # User Chris Cannam # Date 1444206160 -3600 # Node ID 6daf77dab8a44a885ca0f2fe72a36b8e087f19b5 # Parent 14e0bbb06a9ac0f3f0befe8fdb1724c344bf0315 Descriptions etc diff -r 14e0bbb06a9a -r 6daf77dab8a4 src/TipicVampPlugin.cpp --- a/src/TipicVampPlugin.cpp Thu Oct 01 12:07:13 2015 +0100 +++ b/src/TipicVampPlugin.cpp Wed Oct 07 09:22:40 2015 +0100 @@ -63,33 +63,25 @@ string Tipic::getDescription() const { - // Return something helpful here! - return ""; + return "Pitch and chroma features with optional DCT timbre reduction."; } string Tipic::getMaker() const { - // Your name here - return ""; + return "Queen Mary, University of London"; } int Tipic::getPluginVersion() const { - // Increment this each time you release a version that behaves - // differently from the previous one - return 1; + return 0; } string Tipic::getCopyright() const { - // This function is not ideally named. It does not necessarily - // need to say who made the plugin -- getMaker does that -- but it - // should indicate the terms under which it is distributed. For - // example, "Copyright (year). All Rights Reserved", or "GPL" - return ""; + return "Methods by Sebastian Ewert and Meinard Müller, pluguin by Chris Cannam. GPL licence."; } Tipic::InputDomain @@ -101,15 +93,13 @@ size_t Tipic::getPreferredBlockSize() const { - return 0; // 0 means "I can handle any block size" + return 0; } size_t Tipic::getPreferredStepSize() const { - return 0; // 0 means "anything sensible"; in practice this - // means the same as the block size for TimeDomain - // plugins, or half of it for FrequencyDomain plugins + return 0; } size_t diff -r 14e0bbb06a9a -r 6daf77dab8a4 tipic.cat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tipic.cat Wed Oct 07 09:22:40 2015 +0100 @@ -0,0 +1,1 @@ +vamp:tipic-vamp:tipic::Visualisation