Search found 59476 matches

by steve
Sun Feb 09, 2020 5:50 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Pressing Down/Up to Navigate Tracks is Inferior to Clicking on Them
Replies: 14
Views: 1498

Re: Pressing Down/Up to Navigate Tracks is Inferior to Clicking on Them

except: why does ENTER add to the selection? If a track has focus, "Enter" toggles the selection. That is, if the track is not selected, then the track becomes selected, or, if the track was selected, then it becomes not selected. Example: If you have 4 tracks in a project, and you want a...
by steve
Sun Feb 09, 2020 5:37 pm
Forum: Windows
Topic: Convert Label text to LRC file
Replies: 81
Views: 7904

Re: Convert Label text to LRC file

As this is a bit tricky for a first Nyquist program, here's some code to help you along. It is not a full plug-in, but it can be run in the Nyquist Prompt and I think it will do most of what you want. ;type tool ;debugflags trace ;; Format time (seconds) as mm:ss.xx (defun time-format (sec) (let* ((...
by steve
Sun Feb 09, 2020 4:44 pm
Forum: Windows
Topic: Error Code -9996 Invalid Device.
Replies: 13
Views: 17765

Re: Error Code -9996 Invalid Device.

How many channels are playing through the Audigy?
by steve
Sun Feb 09, 2020 4:41 pm
Forum: Windows
Topic: Change db level in low pass filter to be less than 6db?
Replies: 2
Views: 177

Re: Change db level in low pass filter to be less than 6db?

The high pass and low pass filters are Butterworth filters. A Butterworth filter has a whole number of "poles". A single pole Butterworth filter has a 6 dB per octave roll-off. A 2 pole Butterworth filter has a 12 dB per octave roll-off (and so on). If you need less than 6dB per octave rol...
by steve
Sun Feb 09, 2020 1:17 pm
Forum: Windows
Topic: Split and join tracks
Replies: 5
Views: 489

Re: Split and join tracks

Giggidy wrote:
Sun Feb 09, 2020 1:55 am
When I play the split tracks thorough iTunes as playlist, there is a minor pause between the tracks.
Many compressed audio formats (such as MP3) have a bit of padding at the start, which sounds like a small "pause". WAV, FLAC and OGG formats do not have that limitation.
by steve
Sun Feb 09, 2020 1:15 pm
Forum: Windows
Topic: syncing karaoke lyrics with AUP track
Replies: 2
Views: 334

Re: syncing karaoke lyrics with AUP track

I don't think you will be able to do that. Audacity is designed as a stand-alone application and does not provide synchronisation with other applications.
by steve
Sun Feb 09, 2020 1:06 pm
Forum: Español
Topic: drivers
Replies: 1
Views: 3353

Re: drivers

by steve
Sun Feb 09, 2020 11:48 am
Forum: Windows
Topic: Convert Label text to LRC file
Replies: 81
Views: 7904

Re: Convert Label text to LRC file

https://wiki.audacityteam.org/wiki/Creating_your_own_Plug-in Of those plug-in types, writing a "Nyquist" plug-in is by far the easiest option. IMPORTANT Nyquist scripts and plug-ins are written in "plain text". To write Nyquist code, you need to use a plain text editor (I recomm...
by steve
Sun Feb 09, 2020 12:45 am
Forum: Windows
Topic: Split file using Silence
Replies: 1
Views: 277

Re: Split file using Silence

Using "Silence Finder", as described here: https://manual.audacityteam.org/man/spl ... racks.html