mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
- Upped version number to Audacity 2.3.0 in configure.ac - configure.ac now wants 3.1.1 but still accepts 3.0.0 (for top level, lib-widgets-extra and mod-nyq-bench) - .travis.yml now apt-gets autopoint. This allows us to do an autoreconf -ivf on Travis, IF we want to, but i snot used yet. - FileDialog MakeFile.am now has LDFLAGS to resolve libtools issue on Travis with missing --tags=CXX
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.