Talk:Nyquist Prompt
From Audacity Development Manual
Revision as of 17:04, 17 July 2018 by PeterSampson (talk | contribs) ('aud-do' is the ability to use any of the commands in Macros from Nyquist.)
Notes to Peter from James via email
'aud-do' is the ability to use any of the commands in Macros from Nyquist. In Nyquist you basically say: "aud-do some-macro-command."
Without it, Nyquist can only do effects. It can' t do any of the things that python scripting can. With it, Nyquist can do everything that python scripting can, because it has access to all the primitives that are supplied to python. In particular it can work with selections, envelopes, clips, tracks, screenshots, imports and exports - as well as calling any of the built in effects or menu commands.