mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 15:16:27 +01:00
commit48b6a9a859Author: Steve Daulton <SteveDaulton@users.noreply.github.com> Date: Wed Dec 18 20:28:04 2019 +0000 Update init.lsp *NYQ-PATH* is not required (and not currently used). Use *RUNTIME-PATH* instead (already defined in Nyquist, but not previously documented). commitf99d564fd6Author: Steve Daulton <stevedaulton@gmail.com> Date: Tue Jul 2 15:02:00 2019 +0100 Fix bug 2148 Ensure that backslashes in GetInfo data are escaped. commit5a7b6a7323Author: Steve Daulton <stevedaulton@gmail.com> Date: Thu Dec 27 19:44:05 2018 +0000 Fix multiple selection Nyquist file widget Wx "Style" flags are 4 bytes, not 1 byte. Also update a couple of comments in passing. commit26e19bfd5aAuthor: Steve Daulton <stevedaulton@gmail.com> Date: Fri Nov 9 16:35:37 2018 +0000 Add aud-do-support.lsp for Linux build Provides Nyquist (LISP) wrapper functions for macro "Commands". commit46a3f91d59Author: Steve Daulton <stevedaulton@gmail.com> Date: Mon Oct 29 15:20:36 2018 +0000 Add some useful path definitions for Nyquist commit37ec7da3c3Author: Steve Daulton <stevedaulton@gmail.com> Date: Thu Oct 11 02:43:07 2018 +0100 Throw error if Nyquist *LOCALE* is malformed Partial translations are allowed. commit297bf442a4Author: Steve Daulton <stevedaulton@gmail.com> Date: Tue Oct 9 01:13:48 2018 +0100 Fix typo in665e2d0commit665e2d0e9cAuthor: Steve Daulton <stevedaulton@gmail.com> Date: Tue Oct 9 01:04:05 2018 +0100 Correction to translation of rms.ny Update Russian translation in rms.ny and make variables local to underscore function. commit5d34d022a5Author: Steve Daulton <stevedaulton@gmail.com> Date: Sun Oct 7 18:40:41 2018 +0100 Add rms.ny to Audacity bundle Tidy translation code in init.lsp Include rms.ny in Makefile.am Add rms.ny to Linux package Update Makefiles with: autoreconf --force --no-recursive Add rms.ny to mac build Add rms.ny to Windows build commitae2bbb3276Author: Steve Daulton <stevedaulton@gmail.com> Date: Mon Sep 3 16:57:06 2018 +0100 AUD-GET-INFO function added to init.lsp Provide built-in Nyquist function to call scripting command GetInfo, and return result as LISP list. commit367d15a0b0Author: Steve Daulton <stevedaulton@gmail.com> Date: Sun Aug 26 20:07:47 2018 +0100 Add a couple of helpers for parsing string Provides a convenient function and macro, intended specifically for parsing strings returned by (aud-do "GetInfo: ... commit504cf0fe85Author: Steve Daulton <stevedaulton@gmail.com> Date: Sun May 6 17:08:12 2018 +0100 Runtime translation for 3rd party Nyquist plug-ins 3rd party plug-ins may provide their own translations for runtime messages (return strings and debug messages).