Search found 59476 matches

by steve
Sun Dec 27, 2015 11:00 am
Forum: Windows
Topic: question about change timescale change to 432hz
Replies: 15
Views: 2143

Re: question about change timescale change to 432hz

movebetter wrote: they are about 2% longer instead of 2 % shorter
Longer is correct. (1.818% longer)
by steve
Sat Dec 26, 2015 10:06 pm
Forum: Windows
Topic: Real time VST and undo effects
Replies: 18
Views: 1190

Re: Real time VST and undo effects

Interestingly, showing Help in Vocal Remover is (correctly) already a no-op. That is a side effect of it being a "process" type effect. "Process" effects are intended to "process" audio, so the returned value is expected to be the processed audio. If a process effect d...
by steve
Sat Dec 26, 2015 9:43 pm
Forum: Audio Processing
Topic: adding a control to reverb.
Replies: 14
Views: 2716

Re: adding a control to reverb.

Please try to be realistic. We have no idea what you want to do or what you mean by "hypnotic effect".
by steve
Sat Dec 26, 2015 5:09 pm
Forum: Audio Processing
Topic: adding a control to reverb.
Replies: 14
Views: 2716

Re: adding a control to reverb.

yugioh47 wrote:is there a hypnotic nyquist plugin for audacity?
"Generate menu > Click Track" perhaps?
by steve
Sat Dec 26, 2015 1:45 am
Forum: Windows
Topic: Real time VST and undo effects
Replies: 18
Views: 1190

Re: Real time VST and undo effects

Also if capturing the Noise Profile is made a no-op, would "Repeat Last Effect" still be available after capturing the noise profile, so that you could apply the captured profile at current effect settings without reopening the effect? No it wouldn't. "Repeat Last Effect" repeat...
by steve
Sat Dec 26, 2015 12:54 am
Forum: Windows
Topic: Real time VST and undo effects
Replies: 18
Views: 1190

Re: Real time VST and undo effects

I guess you could call it a P4 bug. There are a few other "no op" Nyquist plug-ins, though we don't currently ship any of them. What about the "Get Noise Profile" step in Noise Reduction? It does not affect the project, and Undoing does not undo the profile. I don't think that i...
by steve
Fri Dec 25, 2015 10:13 pm
Forum: Windows
Topic: Real time VST and undo effects
Replies: 18
Views: 1190

Re: Real time VST and undo effects

The "event." It's not an effect. That's my objection. I understand your point koz, but "technically" it IS an effect, which is why it behaves as it does. It would only take a very small modification to the Nyquist script to make it write its output in a label, in which case I th...
by steve
Fri Dec 25, 2015 9:13 pm
Forum: Nyquist
Topic: Lowpass Filter C/C++
Replies: 7
Views: 2937

Re: Lowpass Filter C/C++

The "lowpass8" function that you refer to is, as you say, part of the Nyquist library. I believe that it would be possible to use the Nyquist library within a c++ / QT application , though if you are just wanting to use a few filters then it is probably overkill to do so. Basic IIR filters...
by steve
Fri Dec 25, 2015 11:35 am
Forum: Windows
Topic: problem with playing sound over playback [SOLVED]
Replies: 4
Views: 248

Re: problem with playing sound over playback

I presume that what you would ideally like to do is to have everything plugged in and be able to record and hear both the track(s) that you have already recorded and what you are playing at the same time (without having to plug/unplug things all the time). The ability to do that depends on the equip...
by steve
Fri Dec 25, 2015 2:11 am
Forum: Nyquist
Topic: Lowpass Filter C/C++
Replies: 7
Views: 2937

Re: Lowpass Filter C/C++

Patrulek wrote: is there any possibility to use that filter in my application?
Will your application be open source?