Search found 59476 matches

by steve
Tue May 12, 2015 7:23 am
Forum: Windows
Topic: Muting external audio (used as template) to record over
Replies: 2
Views: 342

Re: Muting external audio (used as template) to record over

Grahame42 wrote:What I am trying to do ...snip... is find a way of muting/cancelling the external audio and have only my own vocals (guitar, etc.) make it through;
So I presume that you have a microphone plugged into your ART and you want to record from that?
What settings do you have in the device toolbar?
by steve
Mon May 11, 2015 10:58 pm
Forum: Nyquist
Topic: problem with a plug-in (generate)
Replies: 8
Views: 1657

Re: problem with a plug-in (generate)

I presume that you are referring to this code: (mapcar #'(lambda (off) (osc (hz-to-step (+ frq (* off offset))) dur *tibetan-table*)) '(0 1 2 3 4 -1 -2 -3 -4)) This is quite tricky to read, but we can break it down into sections by looking where the "(" match with ")". Note that ...
by steve
Mon May 11, 2015 6:42 pm
Forum: Windows
Topic: installation of v.2.1.0 changes icon props for excell 2010
Replies: 11
Views: 991

Re: installation of v.2.1.0 changes icon props for excell 20

Please don't type all in upper case - it is generally considered to be "shouting". Has anyone else experienced this odd behaviour? We have had one report of this issue to our feedback address, which I'm guessing was you? There have been no other reports of this issue on either this forum o...
by steve
Mon May 11, 2015 1:29 pm
Forum: Windows
Topic: Tracks not aligning once exported [SOLVED]
Replies: 6
Views: 823

Re: Tracks not aligning once exported

I need to figure out the easiest way to send him the individual tracks so that everything will line up when he imports them into whatever software he is using. If you have any advice on this, please let me know. Press Ctrl+A (select All) Press the Home button (moves the cursor to the start of the p...
by steve
Mon May 11, 2015 1:26 pm
Forum: macOS
Topic: Remove "Delta binaural beat frequencies" ?
Replies: 5
Views: 625

Re: Remove "Delta binaural beat frequencies" ?

ainmauda wrote:When I open the m4a file in audacity, and click Stereo Track to Mono, it deletes the lower track.
Please state which version of OS X you are using, the exact three-section version of Audacity from Audacity > About Audacity and whether you obtained the .dmg installer or the zip.
by steve
Mon May 11, 2015 12:18 pm
Forum: macOS
Topic: Remove "Delta binaural beat frequencies" ?
Replies: 5
Views: 625

Re: Remove "Delta binaural beat frequencies" ?

The simplest way is to import the file into Audacity, then click on the name of the track and from the drop-down menu select "Split Stereo to Mono". Then delete one of the tracks by clicking on the [X] in the top left corner of the track, then finally, export (File menu > Export Audio) to ...
by steve
Mon May 11, 2015 9:21 am
Forum: Windows
Topic: Amazon Audible
Replies: 10
Views: 2949

Re: Amazon Audible

So here it is from the Horses mouth, NO DRM.... and to be fair, that is NOT what you asked in your original question. As they said, their MP3 files: " should be compatible with most CD burning software or CD and DVD players capable of reading MP3 audio files. ". I do not know what is wron...
by steve
Mon May 11, 2015 8:00 am
Forum: Windows
Topic: Unable to see GSnap plug in in effects windows [SOLVED]
Replies: 3
Views: 3343

Re: Unable to see GSnap plug in in effects windows [SOLVED]

So i just uninstall then reinstall audacity, and added in all the extra plug ins i need (includnig the 32bit version of GSnap) and hey presto it worked! Reinstalling Audacity should not be required and was probably irrelevant to solving the problem. It would have been reloading the plugins that fix...
by steve
Mon May 11, 2015 7:52 am
Forum: Windows
Topic: behringer guitar link
Replies: 11
Views: 1351

Re: behringer guitar link

I have some information about the UCG102, but unfortunately it is not good news. @Koz, you can knock the UCG102 off your list of recommended devices for overdubbing. @ washenberger It is not possible listen to ("monitor") the live recording when using Audacity without a very significant am...
by steve
Mon May 11, 2015 7:14 am
Forum: Nyquist
Topic: problem with a plug-in (generate)
Replies: 8
Views: 1657

Re: problem with a plug-in (generate)

The XLISP manual provides more information about lambda: http://www.audacity-forum.de/download/edgar/nyquist/nyquist-doc/xlisp/xlisp-ref/xlisp-ref-145.htm (lambda (offset) (fmosc (hz-to-step (+ frq offset)) (scale scl (lfo-pitch-control)))) The name of the function is: lambda The argument list is en...