If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Search found 32 matches
- Thu Jan 18, 2024 9:53 pm
- Forum: General
- Topic: Flowstone 4 alpha (FS4)
- Replies: 110
- Views: 3128006
Re: Flowstone 4 alpha (FS4)
Hi there, would love an invite as well 
- Thu Oct 16, 2014 6:06 pm
- Forum: General
- Topic: My VST Makes Click Noises inside the DAW...
- Replies: 4
- Views: 9588
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 ...
later on in the code ...
- Thu Oct 16, 2014 5:14 pm
- Forum: General
- Topic: My VST Makes Click Noises inside the DAW...
- Replies: 4
- Views: 9588
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 ...
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 ...
- Thu Oct 16, 2014 2:35 pm
- Forum: General
- Topic: My VST Makes Click Noises inside the DAW...
- Replies: 4
- Views: 9588
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 ...
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 ...
- Tue Oct 14, 2014 9:46 am
- Forum: General
- Topic: VST - Knobs to DAW's automation-crazy cpu peaks
- Replies: 9
- Views: 17369
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?
- Tue Oct 14, 2014 9:44 am
- Forum: General
- Topic: Midi gate counter problem
- Replies: 4
- Views: 11267
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)
- Mon Oct 13, 2014 9:44 pm
- Forum: General
- Topic: Looking for a bandpass filter design with bandwidth control.
- Replies: 9
- Views: 17858
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 ...
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 ...
- Sat Oct 11, 2014 2:43 pm
- Forum: General
- Topic: Looking for a bandpass filter design with bandwidth control.
- Replies: 9
- Views: 17858
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...
- Sat Oct 11, 2014 12:53 pm
- Forum: General
- Topic: Looking for a bandpass filter design with bandwidth control.
- Replies: 9
- Views: 17858
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...
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...
- Sat Oct 11, 2014 11:25 am
- Forum: General
- Topic: Midi gate counter problem
- Replies: 4
- Views: 11267
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...
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...