Search found 59476 matches

by steve
Tue Sep 05, 2017 10:19 pm
Forum: GNU/Linux
Topic: Display failures in 2.1.3 over 2.1.2
Replies: 1
Views: 508

Re: Display failures in 2.1.3 over 2.1.2

Yes it's a bug, and unfortunately no fix yet.
by steve
Tue Sep 05, 2017 9:57 pm
Forum: Windows
Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
Replies: 86
Views: 7072

Re: Adding randomized silence (Windows 10, Audacity 2.1.3)

Another way would be to print all of the parameters as each note is created. This would require modifying the REST function so that it returns both the required silence and the length of the silence (for example, as a list: (defun rest () (let* ((range (abs (- maxrest minrest))) (dur (+ minrest (* r...
by steve
Tue Sep 05, 2017 9:35 pm
Forum: Windows
Topic: Flash drive crash...
Replies: 4
Views: 244

Re: Flash drive crash...

I read tell of an Audacity temporary folder file, that wouldn't be of help here, would it? Not unless you can do million piece jigsaw puzzles where all the pieces look the same. When you make a new recording, the recording is written to disk in short (usually about 6 seconds) segments called "...
by steve
Tue Sep 05, 2017 9:23 pm
Forum: Windows
Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
Replies: 86
Views: 7072

Re: Adding randomized silence (Windows 10, Audacity 2.1.3)

In this post:: https://forum.audacityteam.org/viewtopic.php?p=332649#p332649 Look at the last few lines: (let ((data (shuffle (paramlist)))) (seqrep (i (length data)) (get-next-note (nth i data)))) This creates a local variable called "data" which is set to the value of, the generated &quo...
by steve
Tue Sep 05, 2017 8:50 pm
Forum: macOS
Topic: Subliminal messages
Replies: 8
Views: 4338

Re: Subliminal messages

Point #2. Even if you could hear it, it would probably be incomprehensible. That's very trueTrebor. If you could hear it, it would sound pretty much like this, only higher pitched: 2016-07-12-AUDIO-00000152.ogg It's only through demodulation that it is decoded into something comprehensible, though ...
by steve
Tue Sep 05, 2017 7:18 pm
Forum: Windows
Topic: Flash drive crash...
Replies: 4
Views: 244

Re: Flash drive crash...

Attempting to piece back together a broken project can be a very time consuming nightmare with no guarantee of success (and a high chance of failure). If you've got a good earlier backup, I'd use that. (At last, someone makes backups :))
by steve
Tue Sep 05, 2017 6:00 pm
Forum: Windows
Topic: Keyboard hot keys are not vertically aligned in menus
Replies: 11
Views: 1228

Re: Keyboard hot keys are not vertically aligned in menus

scootergrisen wrote: I see the extra space for "1 Up Down Left Right NUMPAD_ENTER".
All of the single key shortcuts?
by steve
Tue Sep 05, 2017 4:48 pm
Forum: Windows
Topic: Selecting region left click + "space" =/= playing the region
Replies: 8
Views: 401

Re: Selecting region left click + "space" =/= playing the re

ABK wrote:Should I infer that this functionality is not coming back?
Unless WxWidgets (the cross-platform toolkit with which Audacity is built) changes the behaviour (unlikely), I'd not expect it to change in Audacity.
by steve
Tue Sep 05, 2017 4:36 pm
Forum: macOS
Topic: cannot input Chinese of Japanese at the label track
Replies: 10
Views: 1084

Re: cannot input Chinese of Japanese at the label track

I don't know why it doesn't work for you with Audacity 2.1.3 on Sierra when it does work for me with Audacity 2.1.3 on Sierra. You could try the new "Audacity 2.2.0 beta" to see if that works for you. Details about 2.2.0 beta are on the website here: https://www.audacityteam.org/beta-versi...
by steve
Tue Sep 05, 2017 2:40 pm
Forum: Windows
Topic: Compile with ASIO support for Multi-track recording
Replies: 7
Views: 1981

Re: Compile with ASIO support for Multi-track recording

steve wrote:I'd suggest that you you suggest ...
If they don't like that suggestion, then here's the short answer page: http://wiki.audacityteam.org/wiki/ASIO_Audio_Interface
and more detailed steps for building on Windows are here: http://wiki.audacityteam.org/wiki/Developing_On_Windows