Search found 59476 matches

by steve
Sat Jan 25, 2020 7:52 pm
Forum: Windows
Topic: MAKING A GRID IN AUDACITY FOR TEMPO CHANGES???
Replies: 10
Views: 1379

Re: MAKING A GRID IN AUDACITY FOR TEMPO CHANGES???

Is there a way to make sure all the tempo changes are "grid exact" in Audacity? I presume that the "grid" that you are referring to has divisions on beats and bars? If that's the case, there's a plug-in for generating labels at beats and bars. https://forum.audacityteam.org/view...
by steve
Sat Jan 25, 2020 7:46 pm
Forum: Windows
Topic: Playing back slowed down!! Help!!
Replies: 1
Views: 72

Re: Playing back slowed down!! Help!!

It's probably due to mismatched sample rates. If so, then we should be able to correct it.
susienewsey wrote:
Sat Jan 25, 2020 4:51 pm
I played back too slowly.
What were you playing back, the Audacity project, or an exported audio file?
by steve
Sat Jan 25, 2020 12:36 pm
Forum: macOS
Topic: Nyquist returned the value: 1
Replies: 5
Views: 277

Re: Nyquist returned the value: 1

Which version of Audacity? (look in "Audacity menu > About Audacity")
ameliarrw wrote:
Sat Jan 25, 2020 12:28 pm
error: unbound variable - JUST
That is not possible with the current version of "Vocal Reduction and Isolation". :?
by steve
Sat Jan 25, 2020 11:45 am
Forum: Macros and Scripting
Topic: FadeOut N times in a track evenly
Replies: 5
Views: 640

Re: FadeOut N times in a track evenly

if I was notified by an Email. To be notified of replies to a topic, go down to the bottom of the page and click on the "spanner" ("wrench") button, then click on "Subscribe Topic" so that it is NOT ticked (this seems wrong way round to me, but we didn't make the forum...
by steve
Sat Jan 25, 2020 10:15 am
Forum: Making Music with Audacity
Topic: Labeling music tracks
Replies: 3
Views: 706

Re: Labeling music tracks

crabtree wrote:
Fri Jan 24, 2020 10:09 pm
Now the combined project will not reopen as the project with the labels only allows single tracks with no labels or separation.
I've tried reading that multiple times, but I can't make sense of it. Perhaps you could describe, step by step, what you are doing, and what is happening.
by steve
Fri Jan 24, 2020 7:30 pm
Forum: Adding Features to Audacity
Topic: Node-system in Audacity
Replies: 8
Views: 1070

Re: Node-system in Audacity

soulfire wrote:
Fri Jan 24, 2020 7:20 pm
Where can I find these effects for Audacity ?
On Linux, you will probably (depending on which distribution you are using) find a good selection of LV2 effect in the distro's repository.
I'm not aware of any LV2 plug-ins for Windows (Windows users normally use VST effects rather than LV2).
by steve
Fri Jan 24, 2020 7:13 pm
Forum: Adding Features to Audacity
Topic: Node-system in Audacity
Replies: 8
Views: 1070

Re: Node-system in Audacity

On Linux, this can be done with LV2 effects using "Jack Rack" or similar.

To add this functionality inside Audacity would be a very big development job, which I think is unlikely to happen in the foreseeable future.
by steve
Fri Jan 24, 2020 7:10 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Mod-script-pipe Close: crash
Replies: 3
Views: 569

Re: Mod-script-pipe Close: crash

steve wrote:
Fri Jan 24, 2020 7:05 pm
I'll log this as a bug.
Now logged on the Audacity bug tracker.
by steve
Fri Jan 24, 2020 7:05 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Mod-script-pipe Close: crash
Replies: 3
Views: 569

Re: Mod-script-pipe Close: crash

Thanks for the report.
Testing on Linux I see the crash (Segmentation fault) on close.
I'll log this as a bug.
by steve
Fri Jan 24, 2020 6:50 pm
Forum: Windows
Topic: Import JSON data as labels and tags
Replies: 1
Views: 201

Re: Import JSON data as labels and tags

There's no built-in way for Audacity to read JSON files.
If you can program in Python, then I think it would be possible to create a Python script to tell Audacity what to do.