From 4f21024b902b0ffa72685a164a5ef4d27e0a49b2 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Sun, 17 Aug 2008 20:22:21 +0000 Subject: BasicDSP is an educational tool that makes it easy to experiment with simple Digital Signal Processing algorithms for audio signals. The input can either be taken from the sound card, or be a locally generated sine wave, white noise or impulse signal. The output is fed to the sound card, as well as to a virtual oscilloscope and spectrum analyzer. --- cad/basicdsp/files/patch-book.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cad/basicdsp/files/patch-book.cpp (limited to 'cad/basicdsp/files/patch-book.cpp') diff --git a/cad/basicdsp/files/patch-book.cpp b/cad/basicdsp/files/patch-book.cpp new file mode 100644 index 000000000000..d3e6d985c2f5 --- /dev/null +++ b/cad/basicdsp/files/patch-book.cpp @@ -0,0 +1,14 @@ +--- book.cpp.orig 2008-08-16 23:28:51.000000000 -0400 ++++ book.cpp 2008-08-16 23:31:02.000000000 -0400 +@@ -30,6 +30,11 @@ + { + } + ++int wxBook::ChangeSelection(size_t n) ++{ ++ return n; ++} ++ + int wxBook::SetSelection(size_t n) + { + int old_selected = m_selected; -- cgit v1.2.3