audacia/modules/mod-nyq-bench
Paul Licameli e85ddf4a6d Remove track panel hijack hooks from ModuleManager...
... It ended up not used, and long ago superseded by other TrackPanel
reorganization.

Such things as that (and many more) will be implemented with different
idioms (registries in various higher level code) without requiring changes in
this low level protocol for loading modules.
2021-05-16 07:03:12 -04:00
..
images Cleaning up lib-src 2020-05-24 16:21:26 -05:00
CMakeLists.txt Transitive link dependencies via Audacity simplify module CMakeLists 2021-05-06 09:15:22 -05:00
NyqBench.cpp Remove track panel hijack hooks from ModuleManager... 2021-05-16 07:03:12 -04:00
NyqBench.h Cleaning up lib-src 2020-05-24 16:21:26 -05:00
Readme.txt Cleaning up lib-src 2020-05-24 16:21:26 -05:00

Readme.txt

THIS MODULE IS OBSOLETE.

As of Audacity 2.3.2, this module is no longer maintained.
The instructions below are very old and probably incorrect.
For more information see:
https://wiki.audacityteam.org/wiki/Proposal_Nyquist_IDE

Notes from original developer:

Two things first...

1)  This is only an example of a dynamic module.  The interfaces
    it uses WILL change in the future.
2)  The NyqBench effect is just my (Leland Lucius) hairbrained idea and it
    may not produce desired results.

For Mac and Linux user, you must change the AUDACITY_DIR variable
at the top of your Makefile to point to the base of the Audacity
source directory.