mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
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.
10 lines
400 B
C
10 lines
400 B
C
--- book.h.orig 2008-08-16 23:28:06.000000000 -0400
|
|
+++ book.h 2008-08-16 23:29:07.000000000 -0400
|
|
@@ -27,6 +27,7 @@
|
|
virtual int GetSelection() const { return m_selected;};
|
|
virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const;
|
|
|
|
+ virtual int ChangeSelection(size_t n);
|
|
virtual int SetSelection(size_t n);
|
|
|
|
// the same as AddPage(), but adds the page at the specified position
|