Search found 59476 matches

by steve
Tue Feb 09, 2021 9:08 pm
Forum: macOS
Topic: Where are my own EQ curves saved?
Replies: 12
Views: 415

Re: Where are my own EQ curves saved?

There's just one curve in that file, which was the last used curve. Here's two versions of that curve, one for the Graphic EQ effect and one for the Filter Curve EQ effect: GraphicEq.txt FilterCurve.txt To import the curve in either effect, click on the "Manage" button, then "Import&q...
by steve
Tue Feb 09, 2021 7:57 pm
Forum: macOS
Topic: Where are my own EQ curves saved?
Replies: 12
Views: 415

Re: Where are my own EQ curves saved?

Do you still have a copy of your old "EQCurves.xml" file? If you do, please post that.
by steve
Tue Feb 09, 2021 7:15 pm
Forum: Windows
Topic: Recording Hi-Res via Wasapi Loopback
Replies: 10
Views: 262

Re: Recording Hi-Res via Wasapi Loopback

Wasn't there a post that the Windows internals didn't support fancy/advanced digital rates? You may be thinking about sample formats. When using MME or Direct Sound, the data received by Audacity will always be 16-bit, regardless of what settings you use. As far as I'm aware, that limitation does n...
by steve
Tue Feb 09, 2021 7:10 pm
Forum: Windows
Topic: ERROR IN TEXT TO MUSIC
Replies: 4
Views: 149

Re: ERROR IN TEXT TO MUSIC

I see you've started with the "Harmonic Noise" plug-in from here: https://wiki.audacityteam.org/wiki/Nyquist_Generate_Plugins#Harmonic_Noise I don't understand what you are trying to do with it. You appear to be adding code in a different computer language (BASIC perhaps?), but Nyquist scr...
by steve
Tue Feb 09, 2021 6:48 pm
Forum: Windows
Topic: color shemes and color picker needed to be add to nyquist
Replies: 1
Views: 74

Re: color shemes and color picker needed to be add to nyquist

Nyquist does not have a "color-shemes" widget.

The available widgets are listed here: https://wiki.audacityteam.org/wiki/Nyqu ... ce#widgets
by steve
Tue Feb 09, 2021 6:47 pm
Forum: macOS
Topic: Where are my own EQ curves saved?
Replies: 12
Views: 415

Re: Where are my own EQ curves saved?

If you'd like to attach one of your XML files, I can check that it converts correctly.
See here for how to attach a file to a forum post: viewtopic.php?f=49&t=64936
by steve
Tue Feb 09, 2021 4:40 pm
Forum: macOS
Topic: Where are my own EQ curves saved?
Replies: 12
Views: 415

Re: Where are my own EQ curves saved?

baudoinia wrote:
Tue Feb 09, 2021 4:29 pm
No problem. Scroll down to 2nd yellow box. They're not what I'd call exhaustive directions, but if they're out of date, that'd be moot anyway. ;)
https://manual.audacityteam.org/man/graphic_eq.html
That appears to be up to date.
by steve
Tue Feb 09, 2021 4:36 pm
Forum: Windows
Topic: ERROR IN TEXT TO MUSIC
Replies: 4
Views: 149

Re: ERROR IN TEXT TO MUSIC

WHAT DO I NEED TO ADD IN HEER I KEEP GETTING ERROR MESSAGE. WHY? The very first line of your code is an error: 432-filenameic..." There are many other errors. For example, none of this is valid Nyquist code: SWS IF 432-filename = electic-guitar-.5(list(c4, d4, e4, f4)) IF 432-filename = "...
by steve
Tue Feb 09, 2021 4:26 pm
Forum: Windows
Topic: Recording Hi-Res via Wasapi Loopback
Replies: 10
Views: 262

Re: Recording Hi-Res via Wasapi Loopback

I'm not sure exactly where the conversion occurs when recording a 192 kHz source as 44.1 kHz - it may be platform dependent. If you record at 192 kHz and then either "Resample" to 44100 ("Tracks menu > Resample") or simply Export from 192 kHz as 44100, then the conversion is hand...
by steve
Tue Feb 09, 2021 4:21 pm
Forum: macOS
Topic: Where are my own EQ curves saved?
Replies: 12
Views: 415

Re: Where are my own EQ curves saved?

Older versions of Audacity used the EQcurves.xml files, but the old EQ effect did not support Macros. It was updated in line with other effects a couple of years a go to use the pluginsettings.cfg and now supports Macros. Audacity 2.4.2 ships with an XML-to-TXT converter (disabled by default) which ...