mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-20 14:20:06 +02:00
... because the two macros have the same expansion, and are both checked for in the --keyword arguments passed to msgfmt by locale/update_po_files.sh. This commit makes ONLY such changes, and comments in Internat.h. It is big but quite harmless. The intention is to introduce a type distinction in a later release, by defining XXO differently. XXO is used where & characters in strings (for hotkeys of menu items or control prompts) are permitted, XO where not.
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.