Search found 59476 matches

by steve
Thu May 09, 2013 4:03 pm
Forum: Nyquist
Topic: Regular Interval labels ignores , as decimal separator
Replies: 16
Views: 5837

Re: Regular Interval labels ignores , as decimal separator

It's a problem (bug) that applies to Nyquist slider controls, so it could affect any current or future plug-in, but it may not affect all Nyquist plug-ins. When the locale is set to use comma as a decimal separator, there is multiple branching to round the display numbers to an appropriate number of...
by steve
Thu May 09, 2013 3:33 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Extremely slow Auto Duck - and a solution.
Replies: 14
Views: 4417

Re: Extremely slow Auto Duck - and a solution.

Excellent result all round :)
If you come up with more optimisations or bug fixes for Audacity, please feel encouraged to post them.
by steve
Thu May 09, 2013 3:58 am
Forum: Nyquist
Topic: snd-xform BUG!!
Replies: 27
Views: 7976

Re: snd-xform BUG!!

THIS does what I expect. Can you explain that? Well the code is still not "right" strictly speaking because it is treating sounds as behaviours, but it looks to me like it works because it is making Nyquist evaluate snd-xform before evaluating sim. Although it works in this case I expect ...
by steve
Thu May 09, 2013 1:53 am
Forum: Nyquist
Topic: snd-xform BUG!!
Replies: 27
Views: 7976

Re: snd-xform BUG!!

Paul L wrote:it is the internals of sim,
Yes.
http://www.cs.cmu.edu/~rbd/doc/nyquist/ ... l#index583
"(sim [beh1 beh2 ...]) [LISP]"


http://www.cs.cmu.edu/~rbd/doc/nyquist/ ... l#index140
"sounds are not behaviors!"
by steve
Thu May 09, 2013 1:42 am
Forum: Nyquist
Topic: snd-xform BUG!!
Replies: 27
Views: 7976

Re: snd-xform BUG!!

If you wish to pursue this further I think that you will need to take it up with the developer (Roger B. Dannenberg, Carnegie Mellon University).
by steve
Thu May 09, 2013 1:29 am
Forum: GNU/Linux
Topic: Can record Skype call OR myself-not both w QjackCtl Audacity
Replies: 13
Views: 28421

Re: Can record Skype call OR myself-not both w QjackCtl Auda

I should be ale to hear myself in the headphones. You mean that you "want" to hear yourself in the headphones? I presume that you also "need" to hear the other caller in your headphones? The tricky part of using Audacity with Jack is getting Audacity to connect to the right inpu...
by steve
Thu May 09, 2013 12:49 am
Forum: Windows
Topic: how can I do this following thing? (subliminal messages)
Replies: 7
Views: 1605

Re: how can I do this following thing? (subliminal messages)

As written previously in this topic - we can help with all of the technical aspects of using Audacity, but subliminal messaging is not our field. For questions about subliminal messaging techniques you would be better you ask on specialist forums for those theories. We can help with the "how&qu...
by steve
Thu May 09, 2013 12:39 am
Forum: macOS
Topic: How to Make a Ripple Cut (SOLVED)
Replies: 5
Views: 2240

Re: How to Make a Ripple Cut

allenz wrote:simple as that?
Yes, simple when you know how isn't it :D
allenz wrote: I normalized the audio...
How did you do that?
I presume that it didn't sound like it was in an echo chamber before you did that?
by steve
Thu May 09, 2013 12:32 am
Forum: Nyquist
Topic: snd-xform BUG!!
Replies: 27
Views: 7976

Re: snd-xform BUG!!

OK, let's take a different approach. The source code says: snd_xform -- return a sound with transformations applied. The "logical" sound starts at snd->time and runs until some as yet unknown termination time. (There is also a possibly as yet unknown logical stop time that is irrelevant he...
by steve
Wed May 08, 2013 7:50 pm
Forum: Nyquist
Topic: snd-xform BUG!!
Replies: 27
Views: 7976

Re: snd-xform BUG!!

Can we drop the quotation marks from "bug" please? I was quoting your use of the term, but I'm not convinced that it is a bug (and certainly not a capitalised BUG ;)) I totally agree that there is some very confusing behaviour when using snd-xform related functions, but the whole issue of...