Search found 59476 matches

by steve
Thu Oct 21, 2010 5:31 pm
Forum: Nyquist
Topic: Output text to file
Replies: 66
Views: 21688

Re: Output text to file

Excellent, so we know this works on Mac and Linux.

Apparently (setdir) on Windows returns a string with "\" as separators rather than "/", so that's something to watch out for.

What about documenting this?
by steve
Thu Oct 21, 2010 5:09 pm
Forum: Compiling Audacity
Topic: Compiling on Ubuntu 10 (Lucid and Maverick)
Replies: 9
Views: 3865

Re: Compiling on Ubuntu 10 (Lucid and Maverick)

Excellent - I guess I can "un-sticky" this topic now.
by steve
Thu Oct 21, 2010 5:06 pm
Forum: Windows
Topic: Mixer unit
Replies: 10
Views: 1150

Re: Mixer unit

james1214 wrote:I will get an extension plug
An extension plug for what?
Do not use any converters for the microphone lead - they MUST be proper 3 pin XLR leads - if you use a different lead with an adaptor you could seriously damage your mixer.
by steve
Thu Oct 21, 2010 5:04 pm
Forum: Windows
Topic: audacity Issues playing sound on Win 7
Replies: 3
Views: 582

Re: audacity Issues playing sound on Win 7

For Windows 7 you should be using Audacity 1.3.12
by steve
Thu Oct 21, 2010 4:59 pm
Forum: Audio Processing
Topic: Submit your EQ Curves
Replies: 170
Views: 148057

Re: Submit your EQ Curves

here's a function that should do the job: (defun clean (string) (setq clean "") ; initialise the 'cleaned' string ;; start loop (dotimes (i (length string)) (let ((ch (char string i))) ; ch is the next character in the string (if (char= ch '#\ )(setq ch '#/)) ; change "\" to &quo...
by steve
Thu Oct 21, 2010 4:26 pm
Forum: Audio Processing
Topic: Submit your EQ Curves
Replies: 170
Views: 148057

Re: Submit your EQ Curves

Irish wrote:I notice that subst is in the Nyquist manual under "List Functions".
Would that be a reason?
Yes that'll be it - to use (subst) the string would need to be converted to a list, then converted back again.
I'll have a think and see if I can come up with a neater method.
by steve
Thu Oct 21, 2010 4:14 pm
Forum: Audio Processing
Topic: Submit your EQ Curves
Replies: 170
Views: 148057

Re: Submit your EQ Curves

Something I've started doing with development versions (as suggested by Gale) is to add the date to the file name - this helps everyone know which version is being referred to, and if they are testing the correct version. When the plug-in is finalised the date can be removed. I think this would be g...
by steve
Thu Oct 21, 2010 4:02 pm
Forum: Windows
Topic: recording problem with 2 channels
Replies: 18
Views: 2053

Re: recording problem with 2 channels

yeah, i know but i cant select it, thats the problem.When i click on it , nothings seems to happen. There comes no mark or something. ??? Could you post a screenshot of what you are seeing on the mixer. Use "Upload Attachment" below the forum "Compose Message" window to upload t...
by steve
Thu Oct 21, 2010 3:47 pm
Forum: Nyquist
Topic: Output text to file
Replies: 66
Views: 21688

Re: Output text to file

I've just seen a message from Roger Dannenberg on the Nyquist mailing list. Apparently (GET-ENV) is now in the latest Audacity source code, but was not in Audacity 1.3.12 http://audacity.238276.n2.nabble.com/Setting-Nyquist-working-directory-tp4134136p5658828.html so as I understand it, when Audacit...
by steve
Thu Oct 21, 2010 3:30 pm
Forum: Windows
Topic: Mixer unit
Replies: 10
Views: 1150

Re: Mixer unit

Mic TBone SC40 Do you mean an SC400 ? If so, these microphones require "phantom power", so you MUST use 3 pin XLR leads to connect the microphone to the desk, and then switch on phantom power. To protect the microphone pre-amps, ensure that the "gain" is turned down to minimum w...