Search found 32 matches

by zoobooboozoo
Thu Jan 18, 2024 9:53 pm
Forum: General
Topic: Flowstone 4 alpha (FS4)
Replies: 110
Views: 3129207

Re: Flowstone 4 alpha (FS4)

Hi there, would love an invite as well :D
by zoobooboozoo
Thu Oct 16, 2014 6:06 pm
Forum: General
Topic: My VST Makes Click Noises inside the DAW...
Replies: 4
Views: 9610

Re: My VST Makes Click Noises inside the DAW...

there's is one ruby module that is in the midi cc module that sends out values between 0-1 according to some calculations of the noes being played. the midi cc gets the last value of either the knob controlling the cutoff are the values of the ruby module(using a last switch).

later on in the code ...
by zoobooboozoo
Thu Oct 16, 2014 5:14 pm
Forum: General
Topic: My VST Makes Click Noises inside the DAW...
Replies: 4
Views: 9610

Re: My VST Makes Click Noises inside the DAW...

Regarding 2:

There are 2 ruby modules doing calculations. one "translates" the midi notes to values for the filter and the other does some pre-calculations that the DSP code of the filter can't do. There's (obviously?) green routing but no green calculations.

what can I do to prevent this from ...
by zoobooboozoo
Thu Oct 16, 2014 2:35 pm
Forum: General
Topic: My VST Makes Click Noises inside the DAW...
Replies: 4
Views: 9610

My VST Makes Click Noises inside the DAW...

Hi all.

I created a sort of plugin that changes the filter cutoff with every note(played in the melody).
For some reason it creates clicks when the vst affects the audio in real-time although if I bounce/freeze the track the vst works just fine with no clicks.
The clicks appear exactly with the ...
by zoobooboozoo
Tue Oct 14, 2014 9:46 am
Forum: General
Topic: VST - Knobs to DAW's automation-crazy cpu peaks
Replies: 9
Views: 17406

Re: VST - Knobs to DAW's automation-crazy cpu peaks

Hey, is there any alternative solution that enable the automation even if the vst window is closed?
by zoobooboozoo
Tue Oct 14, 2014 9:44 am
Forum: General
Topic: Midi gate counter problem
Replies: 4
Views: 11291

Re: Midi gate counter problem

Works great so far thanks. (I'll have to figure out some code for chords as well. Maybe one that doesn't count triggers if they arrive at the exact same moment)
by zoobooboozoo
Mon Oct 13, 2014 9:44 pm
Forum: General
Topic: Looking for a bandpass filter design with bandwidth control.
Replies: 9
Views: 17897

Re: Looking for a bandpass filter design with bandwidth cont

Could anyone help?

I'm really trinyg different methods but can't get to where I input into a bandpass filter:
1)frequency somewhere between ~200-5000
2)Q/res based on the above frequency and bandwidth value of ~50-140

For some reason the values gets lost in translation with both the stock bandpass ...
by zoobooboozoo
Sat Oct 11, 2014 2:43 pm
Forum: General
Topic: Looking for a bandpass filter design with bandwidth control.
Replies: 9
Views: 17897

Re: Looking for a bandpass filter design with bandwidth cont

Yeah for some reason I cannot connect the "hz to 0-1" module to either directly the cutoff input or the "scale cutoff" module...
by zoobooboozoo
Sat Oct 11, 2014 12:53 pm
Forum: General
Topic: Looking for a bandpass filter design with bandwidth control.
Replies: 9
Views: 17897

Re: Looking for a bandpass filter design with bandwidth cont

Thx martin!

Now I have a different problem. I want to control the cutoff with numinal frequency in hz(like 270, 440 1850 etc...) but I can't seem to make the proper conversions so that the float frequency provides the RBJ Biquad with what it needs...
by zoobooboozoo
Sat Oct 11, 2014 11:25 am
Forum: General
Topic: Midi gate counter problem
Replies: 4
Views: 11291

Re: Midi gate counter problem

Not sure I totally get the question.
My filter is DSP and there are green floats and one mono in going into it.
Actually, the part of the vst that is interacting with the midi notes is all ruby and floats...