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 9 matches
- Sat Jul 13, 2013 2:09 pm
- Forum: General
- Topic: Plucked or exponential decay
- Replies: 3
- Views: 11444
Re: Plucked or exponential decay
Maybe you could help me with this
What does the first part do?
8a97fuiz2i2.PNG
I see a knob value with 0-1 comes trough. But what is sharpness and scale for?
The result of the "exp" box is bewteen 0-10 - the scale float multiplied the 0-1 result up to 0-10.
Actually I can simply delete the ...
What does the first part do?
8a97fuiz2i2.PNG
I see a knob value with 0-1 comes trough. But what is sharpness and scale for?
The result of the "exp" box is bewteen 0-10 - the scale float multiplied the 0-1 result up to 0-10.
Actually I can simply delete the ...
- Sat Jul 13, 2013 12:36 pm
- Forum: General
- Topic: Plucked or exponential decay
- Replies: 3
- Views: 11444
Re: Plucked or exponential decay
Great, that is exactly what I need. Also the Attack, Sustain and Release could be useful actually.
I guess I have to trim this down, understand it and create my own code to use.
I guess I have to trim this down, understand it and create my own code to use.
- Fri Jul 12, 2013 11:21 pm
- Forum: General
- Topic: Plucked or exponential decay
- Replies: 3
- Views: 11444
Plucked or exponential decay
I would like to create a volume decay (envelope) like a plucked string has.
Like this one (hand drawn):
s97sg7f39hc87g9sdf52.jpg
I would like to be able to control with knobs the decay time (duration (0-20 seconds) from volume 1 to 0) and the amount of the exponential effect.
I could not find ...
Like this one (hand drawn):
s97sg7f39hc87g9sdf52.jpg
I would like to be able to control with knobs the decay time (duration (0-20 seconds) from volume 1 to 0) and the amount of the exponential effect.
I could not find ...
- Wed Jul 10, 2013 8:11 pm
- Forum: General
- Topic: How to not release a stream?
- Replies: 16
- Views: 33950
Re: How to not release a stream?
When I send the end signal with a code block to the env-module, is the voice then really stopped/ended? Because if it is still there but only with zero volume, it would need much cpu after I pressed some keys I guess.
By the way, what CPU usage should I try to keep in? Can I show the cpu usage with ...
By the way, what CPU usage should I try to keep in? Can I show the cpu usage with ...
- Wed Jul 10, 2013 6:03 pm
- Forum: General
- Topic: How to not release a stream?
- Replies: 16
- Views: 33950
Re: How to not release a stream?
Ok I read about the different states of the envelope now 
State 4 is what I needed. I have it done. It works. Tough I guess I have to clean everything up now
Tough I don't know why my setup is much less modules and code than the R-module... And why should I need that retrigger thing...
thanks
State 4 is what I needed. I have it done. It works. Tough I guess I have to clean everything up now
Tough I don't know why my setup is much less modules and code than the R-module... And why should I need that retrigger thing...
thanks
- Wed Jul 10, 2013 5:02 pm
- Forum: General
- Topic: How to not release a stream?
- Replies: 16
- Views: 33950
Re: How to not release a stream?
It seems to work so far 
But now I need a trigger to my code module where it says whether the key is released - then I can start my envelope. Any ideas?
But now I need a trigger to my code module where it says whether the key is released - then I can start my envelope. Any ideas?
- Wed Jul 10, 2013 9:22 am
- Forum: General
- Topic: How to not release a stream?
- Replies: 16
- Views: 33950
Re: How to not release a stream?
I will try that thanks 
- Tue Jul 09, 2013 9:43 pm
- Forum: General
- Topic: How to not release a stream?
- Replies: 16
- Views: 33950
Re: How to not release a stream?
Because I want to manually manipulate/code the decay phase.
I tried trimming down the Release module to find the section which holds the note but could not find it.
I tried trimming down the Release module to find the section which holds the note but could not find it.
- Tue Jul 09, 2013 5:07 pm
- Forum: General
- Topic: How to not release a stream?
- Replies: 16
- Views: 33950
How to not release a stream?
I'd like to know how I can hold a note/stream (for a specified time of ms) after the key on the midi keyboard is released.
As I want to add a short release envelope - like the already existing "R" (release) module does.
As I want to add a short release envelope - like the already existing "R" (release) module does.