r4112 - in trunk: . tools
- From: stw svn gnome org
- To: svn-commits-list gnome org
- Subject: r4112 - in trunk: . tools
- Date: Mon, 27 Nov 2006 16:43:08 -0500 (EST)
Author: stw
Date: 2006-11-27 16:42:59 -0500 (Mon, 27 Nov 2006)
New Revision: 4112
Modified:
trunk/ChangeLog
trunk/tools/bsewavetool.cc
Log:
Mon Nov 27 22:40:46 2006 Stefan Westerfeld <stefan space twc de>
* tools/bsewavetool.cc: Move highpass handle from gsl to bse
namespace.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-11-27 21:39:30 UTC (rev 4111)
+++ trunk/ChangeLog 2006-11-27 21:42:59 UTC (rev 4112)
@@ -1,3 +1,8 @@
+Mon Nov 27 22:40:46 2006 Stefan Westerfeld <stefan space twc de>
+
+ * tools/bsewavetool.cc: Move highpass handle from gsl to bse
+ namespace.
+
Sun Nov 26 16:25:50 2006 Stefan Westerfeld <stefan space twc de>
* tools/bseloopfuncs.[hc]: Moved highpass handle to
Modified: trunk/tools/bsewavetool.cc
===================================================================
--- trunk/tools/bsewavetool.cc 2006-11-27 21:39:30 UTC (rev 4111)
+++ trunk/tools/bsewavetool.cc 2006-11-27 21:42:59 UTC (rev 4112)
@@ -1781,7 +1781,7 @@
}
else
{
- BseErrorType error = chunk->change_dhandle (gsl_data_handle_new_fir_highpass (dhandle, cutoff_freq, order), 0, 0);
+ BseErrorType error = chunk->change_dhandle (bse_data_handle_new_fir_highpass (dhandle, cutoff_freq, order), 0, 0);
if (error)
{
sfi_error ("chunk % 7.2f/%.0f: %s",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]