Search found 59476 matches

by steve
Wed May 26, 2021 10:32 am
Forum: Nyquist
Topic: Need Help with Nyquist (noise n)
Replies: 11
Views: 565

Re: Need Help with Nyquist (noise n)

Just a little observation about this example: (sum *track* (scale vol (mult (highpass8 (lowpass8 (noise 1) center) center) (pwlv 0 1 1 1.1 1)))) Given that MULT is the same as SCALE when acting on sounds, that could be simplified: (sum *track* (mult vol (pwlv 0 1 1 1.1 1) (highpass8 (lowpass8 (noise...
by steve
Wed May 26, 2021 10:25 am
Forum: macOS
Topic: Audacity erase project's data when close
Replies: 32
Views: 441

Re: Audacity erase project's data when close

after quitting the program, when I reopened the files, every files was erased. I mean, there is a grey empty rectangle wide as the length of the registration, but no waveform inside This sounds serious, but I don't know how to reproduce the issue. I work always with at least 3 files open What sort ...
by steve
Wed May 26, 2021 10:21 am
Forum: Windows
Topic: (Windows 10) 3.0.2 Program stops replying after something on my keyboard is pressed
Replies: 3
Views: 113

Re: (Windows 10) 3.0.2 Program stops replying after something on my keyboard is pressed

Following steve's question above about the OP's keyboard, I'm using a Japanese keyboard, but an English OS. There's a known issue relating to "IME messages", caused by a Windows update. More information here: https://support.microsoft.com/en-us/topic/you-might-have-issues-on-windows-10-ve...
by steve
Wed May 26, 2021 10:15 am
Forum: Adding Features to Audacity
Topic: Enable manual movement of the playback cursor
Replies: 6
Views: 488

Re: Enable manual movement of the playback cursor

waxcylinder wrote:
Wed May 26, 2021 8:59 am
I suspect that at some stage, hopefully the near future, this will be revisited - I have high hopes for that.
Fingers crossed :)
by steve
Wed May 26, 2021 10:06 am
Forum: Nyquist
Topic: Need Help with Nyquist (noise n)
Replies: 11
Views: 565

Re: Need Help with Nyquist (noise n)

Parentheses are no longer a problem, even something like the below would have looked terrifying a few days ago. ;type process ; ..... etc (sum *track* (scale vol (mult (highpass8 (lowpass8 (noise 1) center) center) (pwlv 0 1 1 1.1 1)))) Long lines are a pain to read. Parentheses matching helps, but...
by steve
Wed May 26, 2021 9:51 am
Forum: Audacity 3.x Feedback and Reviews
Topic: Request: AUP3 and/or sqlite documentation
Replies: 4
Views: 329

Re: Request: AUP3 and/or sqlite documentation

I'd assumed from the nature of your question that you had some expertise with SQLite. It's normal in a closed project for the "autosave" table to be empty. If you look at the Database Structure you should see something like this: structure.png The "project" table contains the pro...
by steve
Wed May 26, 2021 9:40 am
Forum: Audacity 3.x Feedback and Reviews
Topic: Actual Rate
Replies: 20
Views: 995

Re: Actual Rate

BTW our OP here, Helmuth drummer, was originally pointing out a mismatch between German and English here in the Status bar. "Aktuelle Rate" in German translates to "Current Rate" in English. I don't speak or read German, so I'll leave that to the experts. I note that Google Tran...
by steve
Tue May 25, 2021 11:38 pm
Forum: Windows
Topic: mp3 Export Sample Rate - Setting Default
Replies: 6
Views: 117

Re: mp3 Export Sample Rate - Setting Default

I was wondering if there is a way to set a default mp3 export sample rate separate from the recorded wav sample rate so I don't have to manually change every file I am exporting. Not very easily, but it can be done. Way back in Audacity's history, someone though it would be a good idea if importing...
by steve
Tue May 25, 2021 11:27 pm
Forum: Adding Features to Audacity
Topic: please delete
Replies: 3
Views: 408

Re: Allow to rescan device inputs after Audacity launch

izzylaif wrote:
Sat May 22, 2021 11:57 am
please delete
It can be useful for other Audacity users if they can find answers to their questions.
For future reference, please leave your original question(s) unedited on the forum for the benefit of other members of the Audacity community.
Thanks.
by steve
Tue May 25, 2021 11:24 pm
Forum: Audacity 3.x Feedback and Reviews
Topic: Request: AUP3 and/or sqlite documentation
Replies: 4
Views: 329

Re: Request: AUP3 and/or sqlite documentation

Try examining a project AUP3 file with DB Browser for SQLite.