Search found 106 matches

by digitalwhitebyte
Sun Aug 17, 2014 12:30 pm
Forum: General
Topic: how to save dynamically sized arrays in preset?
Replies: 31
Views: 57994

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 ...
by digitalwhitebyte
Sun Aug 17, 2014 9:27 am
Forum: General
Topic: how to save dynamically sized arrays in preset?
Replies: 31
Views: 57994

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?
by digitalwhitebyte
Sun Jun 22, 2014 4:56 pm
Forum: User Examples
Topic: Sharing real-time data between app's
Replies: 5
Views: 25537

Re: Sharing real-time data between app's

all nice, but everything will be immune to memory leaks?
by digitalwhitebyte
Sun Jun 22, 2014 4:49 pm
Forum: User Examples
Topic: working Assembler memin workareound!!!
Replies: 61
Views: 164058

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 ...
by digitalwhitebyte
Sun Apr 27, 2014 3:59 am
Forum: DSP
Topic: Zero Delay Feedback Filter
Replies: 89
Views: 318186

Re: Zero Delay Feedback Filter

thanks Martin
by digitalwhitebyte
Sun Apr 27, 2014 3:12 am
Forum: User Examples
Topic: ASMCODE: IF / ELSE EXAMPLE - DWB~2014
Replies: 2
Views: 11786

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 ...
by digitalwhitebyte
Fri Apr 18, 2014 4:27 pm
Forum: General
Topic: 2-way communication with FS VST plugins
Replies: 6
Views: 12780

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.
by digitalwhitebyte
Fri Apr 18, 2014 4:21 pm
Forum: DSP
Topic: Zero Delay Feedback Filter
Replies: 89
Views: 318186

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?
by digitalwhitebyte
Mon Feb 24, 2014 7:30 pm
Forum: User Examples
Topic: FIR to IIR converter
Replies: 9
Views: 27877

Re: FIR to IIR converter

HERE some example of Least Squares Implementation in ruby
http://nick-campbell.co.uk/matrixes-and ... ementation