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 106 matches
- Sun Aug 17, 2014 12:30 pm
- Forum: General
- Topic: how to save dynamically sized arrays in preset?
- Replies: 31
- Views: 57862
Re: how to save dynamically sized arrays in preset?
No problem of backwards compatibility until your array has a lesser length of your current max value reached,
otherwise you must insert a new check for comparing the length of the loaded preset,
if it corresponds to max value until now reached, and set the new max length value to the preset array ...
otherwise you must insert a new check for comparing the length of the loaded preset,
if it corresponds to max value until now reached, and set the new max length value to the preset array ...
- Sun Aug 17, 2014 9:27 am
- Forum: General
- Topic: how to save dynamically sized arrays in preset?
- Replies: 31
- Views: 57862
Re: how to save dynamically sized arrays in preset?
Hi Nubeat7,
here not have any problem when load and save, single or all preset.
Can you post an schematic with your scenario issue?
here not have any problem when load and save, single or all preset.
Can you post an schematic with your scenario issue?
- Sun Jun 22, 2014 4:56 pm
- Forum: User Examples
- Topic: Sharing real-time data between app's
- Replies: 5
- Views: 25512
Re: Sharing real-time data between app's
all nice, but everything will be immune to memory leaks?
- Sun Jun 22, 2014 4:49 pm
- Forum: User Examples
- Topic: working Assembler memin workareound!!!
- Replies: 61
- Views: 163904
Re: working Assembler memin workareound!!!
Welcome back Trog.
Since I was the first to show you how you could do, and in the forum of SynthMaker I've always said that it was possible to do so, allow me to say a few things about it:
Having already built a DLL to manage memory for assembler, works well.
The system with the ruby ...
Since I was the first to show you how you could do, and in the forum of SynthMaker I've always said that it was possible to do so, allow me to say a few things about it:
Having already built a DLL to manage memory for assembler, works well.
The system with the ruby ...
- Sun Apr 27, 2014 3:59 am
- Forum: DSP
- Topic: Zero Delay Feedback Filter
- Replies: 89
- Views: 317935
Re: Zero Delay Feedback Filter
thanks Martin
- Sun Apr 27, 2014 3:12 am
- Forum: User Examples
- Topic: ASMCODE: IF / ELSE EXAMPLE - DWB~2014
- Replies: 2
- Views: 11771
ASMCODE: IF / ELSE EXAMPLE - DWB~2014
I wanted to share this code,
to discuss further possibilities to execute a function IF / ELSE for the individual channels.
I found this very useful code to bypass or switch other pieces of code very complex and heavy for a single channel,
so as to have a single process and not only mask the result ...
to discuss further possibilities to execute a function IF / ELSE for the individual channels.
I found this very useful code to bypass or switch other pieces of code very complex and heavy for a single channel,
so as to have a single process and not only mask the result ...
- Fri Apr 18, 2014 4:27 pm
- Forum: General
- Topic: 2-way communication with FS VST plugins
- Replies: 6
- Views: 12745
Re: 2-way communication with FS VST plugins
Fs now take the opportunity to use external DLLs.
You can use TemplateDLL and the example that DSPR provides.
Try to compile the DLL with a compiler for C/C++.
after more or less understand the concept of the DLL, try to integrate the system posted by Tronic.
You can use TemplateDLL and the example that DSPR provides.
Try to compile the DLL with a compiler for C/C++.
after more or less understand the concept of the DLL, try to integrate the system posted by Tronic.
- Fri Apr 18, 2014 4:21 pm
- Forum: DSP
- Topic: Zero Delay Feedback Filter
- Replies: 89
- Views: 317935
Re: Zero Delay Feedback Filter
nice implementation.
looking at the paper Vadim, he says he can also implement a cheap non-linearity,
adding an inverse tanh-1 in one of the integrator HP and BP.
I have not found the solution, any advice on this?
looking at the paper Vadim, he says he can also implement a cheap non-linearity,
adding an inverse tanh-1 in one of the integrator HP and BP.
I have not found the solution, any advice on this?
- Tue Feb 25, 2014 8:56 am
- Forum: User Examples
- Topic: FIR to IIR converter
- Replies: 9
- Views: 27840
Re: FIR to IIR converter
are simple links to a web address
http://www.ruby-doc.org/stdlib-1.9.3/li ... atrix.html
http://www.ruby-doc.org/stdlib-1.9.3/li ... ector.html
http://www.ruby-doc.org/stdlib-1.9.3/li ... atrix.html
http://www.ruby-doc.org/stdlib-1.9.3/li ... ector.html
- Mon Feb 24, 2014 7:30 pm
- Forum: User Examples
- Topic: FIR to IIR converter
- Replies: 9
- Views: 27840
Re: FIR to IIR converter
HERE some example of Least Squares Implementation in ruby
http://nick-campbell.co.uk/matrixes-and ... ementation
http://nick-campbell.co.uk/matrixes-and ... ementation