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
Req: Hold & Release conversion from DSP 2 ruby
1 post
• Page 1 of 1
Req: Hold & Release conversion from DSP 2 ruby
Hi,
again i need some help...
Thanks in advance!
Walter
i need this DSP Code (blue=stream) converted into (green=Float) ruby:
again i need some help...
Thanks in advance!
Walter
i need this DSP Code (blue=stream) converted into (green=Float) ruby:
- Code: Select all
streamin In;
streamin Hold;
streamin Release;
streamout Out;
float mem;
float abs;
float countdown;
abs = max(In, 0 - In);
countdown = max(countdown, Hold&(abs > mem));
mem = max(mem, abs);
Out = mem;
mem = mem - Release&(countdown <= 0);
countdown = countdown - 1;
-
Walter Sommerfeld - Posts: 249
- Joined: Wed Jul 14, 2010 6:00 pm
- Location: HH - Made in Germany
1 post
• Page 1 of 1
Who is online
Users browsing this forum: Google [Bot] and 74 guests