Search found 59476 matches
- Tue Jul 23, 2019 9:13 am
- Forum: Windows
- Topic: Numbers keep changing in 'start and end selection'
- Replies: 5
- Views: 216
Re: Numbers keep changing in 'start and end selection'
Perhaps your mouse is triggering the changes (middle mouse button / mouse wheel can be used to change the numbers). A couple of things to try: If you're using a wireless mouse, try changing the batteries (or if rechargeable batteries, ensure that they are fully charged). Try using a different mouse,...
- Tue Jul 23, 2019 1:21 am
- Forum: Macros and Scripting
- Topic: Auto-Fit WIDTH and HEIGHT [SOLVED]
- Replies: 31
- Views: 3106
Re: Auto-Fit WIDTH and HEIGHT
I do not return to the code launching state where 2 tracks only were selected. Neither do I. It's the "time region" that I see going back to the original selection. Example, with 4 tracks, each 30 seconds long. Select 2 or 3 seconds in one or more tracks. At the end I see those 2 or 3 sec...
- Mon Jul 22, 2019 10:19 pm
- Forum: Macros and Scripting
- Topic: Merging .au files without the project file
- Replies: 4
- Views: 379
- Mon Jul 22, 2019 9:48 pm
- Forum: Windows
- Topic: Dozens of "loose" files starting in e- in project folder
- Replies: 20
- Views: 306
Re: Dozens of "loose" files starting in e- in project folder
Are you saying that the "Dozens of loose files" are a result of using the "saveas.ny" plug-in? If so, then stop using that plug-in. There shouldn't be any "loose" .AU files. Audacity's .AU files should all be within the sub-directories of the project's "_data"...
- Mon Jul 22, 2019 9:24 pm
- Forum: Windows
- Topic: Dozens of "loose" files starting in e- in project folder
- Replies: 20
- Views: 306
- Mon Jul 22, 2019 9:22 pm
- Forum: Macros and Scripting
- Topic: Auto-Fit WIDTH and HEIGHT [SOLVED]
- Replies: 31
- Views: 3106
Re: Auto-Fit WIDTH and HEIGHT
is there a way to have the Nyquist Effect only targets the selected track ? Yes, but there's a "gotcha" to watch out for when using macro commands. The simple case - plain Nyquist processing code: For a normal ";type process" Nyquist plug-in, as described previously, the plug-in...
- Mon Jul 22, 2019 6:40 pm
- Forum: Macros and Scripting
- Topic: Auto-Fit WIDTH and HEIGHT [SOLVED]
- Replies: 31
- Views: 3106
- Mon Jul 22, 2019 6:34 pm
- Forum: Macros and Scripting
- Topic: Auto-Fit WIDTH and HEIGHT [SOLVED]
- Replies: 31
- Views: 3106
Re: Auto-Fit WIDTH and HEIGHT
The behaviour of the plug-in is rather erratic if the project has multiple tracks. If all tracks are selected, then they are all expanded to 700 px high, which doesn't seem very useful. If only some (or one) of the tracks are selected, then nothing happens, unless it's the first track that's selecte...
- Mon Jul 22, 2019 5:57 pm
- Forum: Windows
- Topic: Disable Auto Updates - Enterprise
- Replies: 5
- Views: 949
Re: Disable Auto Updates - Enterprise
As with most programs, installing Audacity requires administrative privileges. If your computers only have standard user accounts (and no admin password), they will not be able to run the Audacity installer.
- Mon Jul 22, 2019 4:21 pm
- Forum: Macros and Scripting
- Topic: Auto-Fit WIDTH and HEIGHT [SOLVED]
- Replies: 31
- Views: 3106
Re: Auto-Fit WIDTH and HEIGHT
I still don't get why it does not behave the same in Nyquist Prompt, but nevertheless it works as an installed effect. That's an interesting question, and not easy to explain. The problem is to do with the last line: (if (= DEBUGGING 1) (print (format nil "zoom : ~a, trackNumber : ~a, waiting ...