1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00
audacity/modules/mod-nyq-bench
Panagiotis Vasilopoulos 8e61eb5c22
Remove __TDATE__ to improve reproducibality
"This typically involves normalizing variables that may change, such as [...]
timestamps, locales, and paths."

https://en.wikipedia.org/w/index.php?title=Reproducible_builds&oldid=1029647675

Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-22 19:48:37 +00:00
..
2020-05-24 16:21:26 -05:00
2020-05-24 16:21:26 -05:00
2020-05-24 16:21:26 -05: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.