Search found 59476 matches
- Wed Aug 14, 2019 8:01 pm
- Forum: Nyquist
- Topic: *Selection* Variable Not Updating While Nyquist Plugin Is Running
- Replies: 7
- Views: 630
Re: *Selection* Variable Not Updating While Nyquist Plugin Is Running
Your Macros are stored in simple text files. On Windows 10, the default location is: C:\Users\ <your user name> \AppData\Roaming\audacity\Macros\ (you need to close Audacity to update the Macro file to your latest version) Find your Macro file, and any .ny files that you are using, and attach them t...
- Wed Aug 14, 2019 7:56 pm
- Forum: New Plug-Ins
- Topic: Binson Echorec 2019
- Replies: 17
- Views: 1278
Re: Binson Echorec 2019
I can see that it is possible to select a specific track, but can you retreive several tracks in the plugin, perhaps to an array and then use (sum track[1] track[2] ... *track* ) to play all tracks together with the currently selected track (or part of the track) I'm not sure what you mean. The ide...
- Wed Aug 14, 2019 6:48 pm
- Forum: Windows
- Topic: Creating Sample Libraries
- Replies: 6
- Views: 192
Re: Creating Sample Libraries
Couldn't you just strip off the leading silence with the "Truncate Silence" effect?
https://manual.audacityteam.org/man/tru ... lence.html
https://manual.audacityteam.org/man/tru ... lence.html
- Wed Aug 14, 2019 6:41 pm
- Forum: Windows
- Topic: Any way to save a custom layout? i.e. which toolbars show upon opening?
- Replies: 8
- Views: 492
Re: Any way to save a custom layout? i.e. which toolbars show upon opening?
A good tip for finding things in the manual:
Go to the manual's index page (https://manual.audacityteam.org/), and use your web browser's search function (usually "Ctrl + F").
Example: Try searching the index page for the word "batch" and you will find it.
Go to the manual's index page (https://manual.audacityteam.org/), and use your web browser's search function (usually "Ctrl + F").
Example: Try searching the index page for the word "batch" and you will find it.
- Wed Aug 14, 2019 6:38 pm
- Forum: New Plug-Ins
- Topic: Binson Echorec 2019
- Replies: 17
- Views: 1278
Re: Binson Echorec 2019
Can you trick the plugin to work with live data? That's an easy question - No ;) Can you change the preview dialog to not modal? Again, No. It would be good to be able to change the settings while you listen. See this topic: https://forum.audacityteam.org/viewtopic.php?f=39&t=106346 It "ma...
- Wed Aug 14, 2019 6:34 pm
- Forum: New Plug-Ins
- Topic: Binson Echorec 2019
- Replies: 17
- Views: 1278
Re: Binson Echorec 2019
Is there any possibility to listen to all tracks in the preview. Interesting question. I've not tried this in a plug-in, but it works in the Nyquist Prompt: ;version 4 ;control gain "Gain" float "" 1 0 10 ;control track "Process track" int "" 1 1 10 (setf id ...
- Wed Aug 14, 2019 6:22 pm
- Forum: Nyquist
- Topic: *Selection* Variable Not Updating While Nyquist Plugin Is Running
- Replies: 7
- Views: 630
Re: *Selection* Variable Not Updating While Nyquist Plugin Is Running
Audacity's "Macros" are properly part of Audacity. A macro is a sequence of Audacity commands, that run in strict order. If for example, you run Macro commands to: 1) Launch a Nyquist plug-in. Nyquist sees the state of the project at this point in time. 2) Change the project with a Macro c...
- Wed Aug 14, 2019 5:59 pm
- Forum: Nyquist
- Topic: *Selection* Variable Not Updating While Nyquist Plugin Is Running
- Replies: 7
- Views: 630
Re: *Selection* Variable Not Updating While Nyquist Plugin Is Running
the *selection* variable is using the selection from when before the script started. Yes, that's how it works. The "problem" is that Nyquist isn't really part of Audacity, it's a separate programming language that has been shoehorned into Audacity. When a Nyquist plug-in is launched, the ...
- Wed Aug 14, 2019 3:49 pm
- Forum: Windows
- Topic: remove a section in the middle of an mp3
- Replies: 3
- Views: 178
Re: remove a section in the middle of an mp3
In Audacity, "markers" are called "Labels".
Labels are extremely versatile and have many uses.
See: https://manual.audacityteam.org/man/label_tracks.html
Labels are extremely versatile and have many uses.
See: https://manual.audacityteam.org/man/label_tracks.html
- Wed Aug 14, 2019 3:48 pm
- Forum: Windows
- Topic: remove a section in the middle of an mp3
- Replies: 3
- Views: 178
Re: remove a section in the middle of an mp3
In Audacity, you make a "Selection". How I usually do it (there's lots of possible variations, and as you get used to the program you will discover what works best for you): I have keyboard shortcuts set to the "Full" set of defaults, which makes step 5 easier (see: https://manua...