1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-18 14:41:20 +01:00
Files
audacity/lib-src/libnyquist/nyquist/nyqsrc/localptrs.h
James Crook 6236a9fb94 Add support for aud-do command into Nyquist.
Examples:

(aud-do "GetInfo")
(aud-do "Select: Start=4 End=7")
2018-02-21 20:29:58 -05:00

13 lines
341 B
C

/* localptrs.h -- extend XLISP with these functions
*
* CHANGE LOG
* 28-Apr-03 rbd Removed "include switches.h" -- already included
* 12-Feb-18 jkc Added "include audacityfnintptrs.h" -- for internal Audacity commands
*/
/* extension to xlisp */
#include "sndfnintptrs.h"
#include "seqfnintptrs.h"
#include "audacityfnintptrs.h"