diff NoteHypothesis.cpp @ 35:2f5b169e4a3b

Integrate NoteHypothesis class, build fixes
author Chris Cannam
date Thu, 19 Jul 2012 13:46:45 +0100
parents 3fb9c657d86b
children 7bf67d2dfc30
line wrap: on
line diff
--- a/NoteHypothesis.cpp	Fri Jul 13 22:48:02 2012 +0100
+++ b/NoteHypothesis.cpp	Thu Jul 19 13:46:45 2012 +0100
@@ -5,9 +5,7 @@
 
 #include <cmath>
 
-#include "system/sysutils.h"
-
-namespace Turbot {
+using Vamp::RealTime;
 
 NoteHypothesis::NoteHypothesis()
 {
@@ -166,5 +164,3 @@
     return n;
 }
 
-}
-