13
0

Fix libardour test build.

git-svn-id: svn://localhost/ardour2/branches/3.0@13510 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-11-15 19:46:40 +00:00
parent 5cdc9239e0
commit 0b2359098f

View File

@ -14,7 +14,7 @@ MTDMTest::basicTest ()
float out[256];
memset (in, 0, 256 * sizeof (float));
MTDM* mtdm = new MTDM;
MTDM* mtdm = new MTDM (44100);
mtdm->process (256, in, out);
memcpy (in, out, 256 * sizeof (float));