1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-19 07:01:25 +01:00

Add support for aud-do command into Nyquist.

Examples:

(aud-do "GetInfo")
(aud-do "Select: Start=4 End=7")
This commit is contained in:
James Crook
2018-02-12 18:07:33 +00:00
committed by Paul Licameli
parent e52552056a
commit 6236a9fb94
6 changed files with 124 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/* include actual local file headers: */
#include "sndfnintdefs.h"
#include "seqfnintdefs.h"
#include "audacityfnintdefs.h"