1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-28 16:20:12 +01:00

Added mod-null, mod-nyq-bench, mod-track-panel. Updated mod-script-pipe to use wchar_t* for version number.

This commit is contained in:
james.k.crook@gmail.com
2011-04-25 16:40:22 +00:00
parent 0e26793243
commit c02f36cbcc
57 changed files with 9144 additions and 78 deletions

View File

@@ -0,0 +1,21 @@
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 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.
For Windows users, you need to define an environment variable
called AUDACITY_DIR whose value points to the base of the Audacity
source directory.
The NyqBench.dll will automatically be copied to the Audacity
Modules directory in either the "win\Unicode Debug" or
"win\Unicode Release" subdirectories.
Other questions? Ask on the devel list.