You're trying too hard.
If Audacity crashes, just re-launch it (from the start menu or from a Desktop shortcut ...). If Audacity can find an auto-saved project, it will automatically ask you if you want Audacity to try to recover it.
Search found 59476 matches
- Wed Dec 05, 2018 8:05 pm
- Forum: Windows
- Topic: Autosave Problem
- Replies: 13
- Views: 533
- Wed Dec 05, 2018 8:00 pm
- Forum: Windows
- Topic: dlls problem
- Replies: 13
- Views: 399
Re: dlls problem
Audacity 2.3.0 requires "Visual C++ Redistributable for Visual Studio 2015 " which may not be present on old Windows systems. You can get it from here: https://www.microsoft.com/en-ie/downloa ... x?id=48145
A reboot may be required after installing this package.
A reboot may be required after installing this package.
- Wed Dec 05, 2018 5:21 pm
- Forum: Nyquist
- Topic: Error with "Regular Interval Labels" [SOLVED]
- Replies: 8
- Views: 1344
Re: Error with "Regular Interval Labels"
I almost forgot (ok, so I did forget); "Regular Interval Labels" in 2.3.1 has been updated. "Regular Interval Labels" 2.3.0 and earlier: https://manual.audacityteam.org/man/regular_interval_labels.html "Regular Interval Labels" 2.3.1 (alpha): https://alphamanual.audacit...
Re: Split
Because there are now so many keyboard shortcuts, it became difficult for people to find available keys for custom keyboard shortcuts. To resolve this problem, there are now TWO default sets of shortcuts. The "Standard" set has only the most common shortcuts (does not include Ctrl + i). Th...
- Wed Dec 05, 2018 3:36 pm
- Forum: Nyquist
- Topic: Error with "Regular Interval Labels" [SOLVED]
- Replies: 8
- Views: 1344
Re: Error with "Regular Interval Labels"
I test the Audacity 2.3.1-alpha-Oct 22 2018, and the Regular Interval Labels now work. The alternative solution was that you could have used the older Audacity 2.2.2 version of the plug-in. The problem was this bug, and is specific to Audacity 2.3.0: https://bugzilla.audacityteam.org/show_bug.cgi?i...
- Wed Dec 05, 2018 3:30 pm
- Forum: Nyquist
- Topic: Create sequential tones
- Replies: 11
- Views: 1675
Re: Create sequential tones
the goal is to create audio files of various frequencies using fibonacci patterns, escalating up from different root start points. Interesting. And that will create an exponential rise? 1 hz being the obvious fibonacci root "Obvious", but still "arbitrary". (1Hz being 1 cycle pe...
- Wed Dec 05, 2018 3:03 pm
- Forum: macOS
- Topic: ACX-check plug-in is 'hidden'
- Replies: 24
- Views: 933
Re: ACX-check plug-in is 'hidden'
"ACX-Check" is quite popular, and I don't recall hearing of others having this problem.Angus Freathy wrote: ↑Wed Dec 05, 2018 12:47 pmWondering whether anyone else using 'ACX-check' has had success or frustration?
- Wed Dec 05, 2018 10:52 am
- Forum: Nyquist
- Topic: Create sequential tones
- Replies: 11
- Views: 1675
Re: Create sequential tones
If you are doing this in the Nyquist Prompt, add this line at the start so that durations will be in seconds ("Process" effects have durations relative to the length of the selection). ;type generate Here's an example: ;type generate (seq (stretch 0.5 (hzosc 110)) (hzosc 220) (stretch 2.0 ...
- Wed Dec 05, 2018 10:36 am
- Forum: Nyquist
- Topic: Error with "Regular Interval Labels" [SOLVED]
- Replies: 8
- Views: 1344
Re: Error with "Regular Interval Labels"
In the "Regular Interval Labels" effect, click on the "Manage" button and select "About". What version does it say?
- Wed Dec 05, 2018 10:32 am
- Forum: Nyquist
- Topic: Create sequential tones
- Replies: 11
- Views: 1675
Re: Create sequential tones
I've deleted your other posts about this as you are now further on with this - almost there in fact.
Try:
Try:
Code: Select all
(seq (hzosc 110)
(hzosc 220)
(hzosc 440))