1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 08:39:46 +02:00
audacity/lib-src/mod-nyq-bench
Paul Licameli 56cd24a062 Rewrite insertion of menu items by null and Nyquist modules...
... using the new registration system, and without the fragile hacks making
assumptions about the positions of menus within the menu bar.
2020-01-30 15:09:30 -05:00
..
2018-04-02 17:32:17 +01:00
2018-04-02 17:32:17 +01:00
2018-04-06 13:11:32 +01:00
2018-04-06 11:54:15 +01:00
2018-04-06 11:53:57 +01:00
2018-04-06 13:11:32 +01:00
2019-06-03 01:43:26 -04:00
2019-05-30 14:06:57 +01:00

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.