r3913 - trunk/plugins
- From: stw svn gnome org
- To: svn-commits-list gnome org
- Subject: r3913 - trunk/plugins
- Date: Wed, 27 Sep 2006 16:01:51 -0400 (EDT)
Author: stw
Date: 2006-09-27 16:01:46 -0400 (Wed, 27 Sep 2006)
New Revision: 3913
Modified:
trunk/plugins/ChangeLog
trunk/plugins/bseblockutils.cc
Log:
Wed Sep 27 21:59:47 2006 Stefan Westerfeld <stefan space twc de>
* bseblockutils.cc: Only optionally produce output during the filter
implementation test.
Modified: trunk/plugins/ChangeLog
===================================================================
--- trunk/plugins/ChangeLog 2006-09-27 20:01:16 UTC (rev 3912)
+++ trunk/plugins/ChangeLog 2006-09-27 20:01:46 UTC (rev 3913)
@@ -1,3 +1,8 @@
+Wed Sep 27 21:59:47 2006 Stefan Westerfeld <stefan space twc de>
+
+ * bseblockutils.cc: Only optionally produce output during the filter
+ implementation test.
+
Tue Sep 26 10:38:12 2006 Stefan Westerfeld <stefan space twc de>
* bseblockutils.cc: Use fir_test_filter_sse() within test_resampler2()
Modified: trunk/plugins/bseblockutils.cc
===================================================================
--- trunk/plugins/bseblockutils.cc 2006-09-27 20:01:16 UTC (rev 3912)
+++ trunk/plugins/bseblockutils.cc 2006-09-27 20:01:46 UTC (rev 3913)
@@ -334,9 +334,9 @@
return SSEResampler2::create_resampler (mode, precision);
}
virtual bool
- test_resampler2()
+ test_resampler2 (bool verbose)
{
- return Bse::Resampler::fir_test_filter_sse();
+ return Bse::Resampler::fir_test_filter_sse (verbose);
}
public:
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]