Search found 59476 matches

by steve
Tue Dec 19, 2017 4:23 pm
Forum: GNU/Linux
Topic: Program Crash: Reports Nyquist Files Missing
Replies: 20
Views: 3722

Re: Program Crash: Reports Nyquist Files Missing

However, are you saying I should alter things from the options shown highlighted here: There should normally be a "(hw:0\0)" item in the playback settings (in the device toolbar ), but you don't currently have that, probably because something else is still using the sound card. Try reboot...
by steve
Tue Dec 19, 2017 3:09 pm
Forum: GNU/Linux
Topic: Program Crash: Reports Nyquist Files Missing
Replies: 20
Views: 3722

Re: Program Crash: Reports Nyquist Files Missing

"Orphan blockfiles" are common after a crash. They occur when there is audio data ("blockfiles") that are not in use by the project. This is a symptom rather than a cause.
by steve
Tue Dec 19, 2017 3:06 pm
Forum: Windows
Topic: 2.2.2 - crash using Sliding Time Scale
Replies: 7
Views: 2313

Re: 2.2.2 - crash using Sliding Time Scale

I'm able to reproduce the issue if I add an extra step: - Start with a fresh instance - Generate a mono noise 0.3s in length - Set project rate to 11025Hz Tracks > Resample -> 11025 - Select all audio - Effect -> Sliding Time/Pitch Shift - Set Final Pitch Shift to 10%, click OK - Crash Backtrace att...
by steve
Tue Dec 19, 2017 2:27 pm
Forum: GNU/Linux
Topic: Program Crash: Reports Nyquist Files Missing
Replies: 20
Views: 3722

Re: Program Crash: Reports Nyquist Files Missing

There's more than one problem here. The locking up is most likely due to Audacity and PulseAudio not playing nicely together. The easiest "solution" ("workaround") for this is usually to bypass PulseAudio by setting Audacity to access the audio hardware directly through ALSA. To ...
by steve
Tue Dec 19, 2017 2:15 pm
Forum: Windows
Topic: Play and pause audacity automatically from a script
Replies: 4
Views: 223

Re: Play and pause audacity automatically from a script

1045 wrote:Here the waiting time is dynamic.
What does that mean?
by steve
Tue Dec 19, 2017 2:11 pm
Forum: Adding Features to Audacity
Topic: Time Markers to assist computations
Replies: 12
Views: 1818

Re: Time Markers to assist computations

When you want to replace parts of track with other parts, it's easier if you use multiple tracks. The steps that you cannot see in the GIF below are: * "Track Focus" is the track that is currently being operated on. It is indicated by a yellow border to the track. To move track focus from ...
by steve
Tue Dec 19, 2017 8:37 am
Forum: Windows
Topic: Play and pause audacity automatically from a script
Replies: 4
Views: 223

Re: Play and pause audacity automatically from a script

Audacity does not "directly" support scripting, but there may be ways to accomplish what you want to do. What exactly do you want to do (including "why")?
by steve
Tue Dec 19, 2017 1:04 am
Forum: Nyquist
Topic: follow up How to generate arbitrary waveforms
Replies: 20
Views: 4167

Re: follow up How to generate arbitrary waveforms

Why does the evaluation proceed upside down? It doesn't. Let me give an example: (setf a-list (list "A" "B" "C" "D")) ; a list containing letters (setf num (length a-list)) ; set NUM to the length of the list (print num) ; prints 4 to debug window (terpri) ; ...
by steve
Tue Dec 19, 2017 12:29 am
Forum: Windows
Topic: about strange clocks, backups and update
Replies: 13
Views: 1366

Re: about strange clocks, backups and update

In Audacity 2.2.1 the clock button has been removed (too many people were accidentally enabling it and then getting confused.
"Sync-Lock" is now set in the "Tracks" menu.
by steve
Sun Dec 17, 2017 5:45 pm
Forum: GNU/Linux
Topic: breaking recorded track
Replies: 7
Views: 1273

Re: breaking recorded track

fretski wrote:while using Jack the buffer size seems not to matter at all maybe because jack handles latency.
That's correct. When using Jack, the buffers are controlled by Jack. When using QJackCtl, buffers (hence "latency") are set up in "Setup > Parameters".