# HG changeset patch # User Chris Cannam # Date 1433952362 -3600 # Node ID fc0ce89208d86e1e7155f2ce03445169f410c6e2 # Parent f2012eefe07a4cd83917497b638559d92abe2ba5 Tidy dense time-value model API a bit; add first simple unit test for FFT model diff -r f2012eefe07a -r fc0ce89208d8 .hgsubstate --- a/.hgsubstate Wed Jun 10 14:44:09 2015 +0100 +++ b/.hgsubstate Wed Jun 10 17:06:02 2015 +0100 @@ -1,5 +1,5 @@ d16f0fd6db6104d87882bc43788a3bb1b0f8c528 dataquay 55ece8862b6d3a54aad271a53f9c1615e5d3bcf8 sv-dependency-builds -8125b8cb8128b71ba9eb0759a8774c8038cd16e8 svapp -bf6f64dabe7363a027d22659b071c7ec9ec081bd svcore +3485d324c172e92e6f47156ef586692fc28b0c36 svapp +9f4505ac9072c8cb5bede9f9e9e84b07c18cf144 svcore fd934705973f2806ebf2624f0416341f545e8b50 svgui diff -r f2012eefe07a -r fc0ce89208d8 sonic-visualiser.pro --- a/sonic-visualiser.pro Wed Jun 10 14:44:09 2015 +0100 +++ b/sonic-visualiser.pro Wed Jun 10 17:06:02 2015 +0100 @@ -5,7 +5,7 @@ # We should build and run the tests on any platform, # but doing it automatically doesn't work so well from # within an IDE on Windows, so remove that from here - SUBDIRS += svcore/base/test svcore/data/fileio/test + SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test } sub_sv.file = sv.pro