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 13 matches
- Mon Sep 21, 2015 11:49 am
- Forum: General
- Topic: [Q] export does not generate valid vst plugin
- Replies: 21
- Views: 44348
Re: [Q] export does not generate valid vst plugin
Many, MANY thanks to all of you.... especially Martin..DANKE!!!
The plugin did it's first job on air verry well...not perfect, but well!!!
Thanks for all the support!
The plugin did it's first job on air verry well...not perfect, but well!!!
Thanks for all the support!
- Fri Sep 18, 2015 2:28 pm
- Forum: General
- Topic: [Q] export does not generate valid vst plugin
- Replies: 21
- Views: 44348
Re: [Q] export does not generate valid vst plugin
HI Martin,
due i'm stuck on the old synthmaker, there's no 2^x and no log2(x) module.
i've tried to create an code block with
streamin xin;
streamin xout;
xout = log10(xin) / log10(2)
and
streamin xin;
streamin xout;
xout = pow(2,xin)
but the Output of the 2^x block delivers creepy negative ...
due i'm stuck on the old synthmaker, there's no 2^x and no log2(x) module.
i've tried to create an code block with
streamin xin;
streamin xout;
xout = log10(xin) / log10(2)
and
streamin xin;
streamin xout;
xout = pow(2,xin)
but the Output of the 2^x block delivers creepy negative ...
- Thu Sep 17, 2015 6:50 pm
- Forum: General
- Topic: [Q] export does not generate valid vst plugin
- Replies: 21
- Views: 44348
Re: [Q] export does not generate valid vst plugin
using the slider instead of the Zipper has not worked for me well.
this is what i've put together right now.
it's far awaay from perfect and maybe you'd have a look (or an ear) at it and give me some hints how to do things better.
when chaning the delay with transition times smaller than 2.5seconds ...
this is what i've put together right now.
it's far awaay from perfect and maybe you'd have a look (or an ear) at it and give me some hints how to do things better.
when chaning the delay with transition times smaller than 2.5seconds ...
- Thu Sep 17, 2015 3:31 pm
- Forum: General
- Topic: [Q] export does not generate valid vst plugin
- Replies: 21
- Views: 44348
Re: [Q] export does not generate valid vst plugin
Many thanks for all the help.
now it works pitch preserving (converting the Zipper Output to integer for the delay)
BUT one last Problem:
The delay value changes from 0samples to e.g. 3500samples and i'd need to make an smooth transition between these values (and back again).
so i take 0 or 3500 ...
now it works pitch preserving (converting the Zipper Output to integer for the delay)
BUT one last Problem:
The delay value changes from 0samples to e.g. 3500samples and i'd need to make an smooth transition between these values (and back again).
so i take 0 or 3500 ...
- Mon Sep 14, 2015 8:02 am
- Forum: General
- Topic: [Q] export does not generate valid vst plugin
- Replies: 21
- Views: 44348
Re: [Q] export does not generate valid vst plugin
What about the dsp code version? Does it work?
The dsp Version delivers on the xfade Output extreme values (1.233e+0007 and upcounting), delay1 always stays 0 and i have absolutly no idea why.
That's the dsp code
streamin delay;
streamin freq;
streamout delay1;
streamout delay2;
float saw ...
The dsp Version delivers on the xfade Output extreme values (1.233e+0007 and upcounting), delay1 always stays 0 and i have absolutly no idea why.
That's the dsp code
streamin delay;
streamin freq;
streamout delay1;
streamout delay2;
float saw ...
- Fri Sep 11, 2015 7:02 pm
- Forum: General
- Topic: [Q] export does not generate valid vst plugin
- Replies: 21
- Views: 44348
Re: [Q] export does not generate valid vst plugin
Sadly also the dsp code version does not work as supposed.
It won't be pitch preserving at all and sounds the same as using a simple interpoltaed delay with a dezipper
I talked whith lawo, but the don't care about sdk 2.4 atm.
i really need that... (i only have 1 more week to get the thing up and ...
It won't be pitch preserving at all and sounds the same as using a simple interpoltaed delay with a dezipper
I talked whith lawo, but the don't care about sdk 2.4 atm.
i really need that... (i only have 1 more week to get the thing up and ...
- Wed Sep 09, 2015 11:02 am
- Forum: General
- Topic: [Q] export does not generate valid vst plugin
- Replies: 21
- Views: 44348
Re: [Q] export does not generate valid vst plugin
the JADE engine is only for the Radio consoles (and does not work with the mc series).
The lala engine is bundled with the broadcast consoles.
"it works as designed!" (i can't hear this anymore)
now i non't know hot to go on.
The lala engine is bundled with the broadcast consoles.
"it works as designed!" (i can't hear this anymore)
now i non't know hot to go on.
- Sun Sep 06, 2015 9:29 am
- Forum: General
- Topic: [Q] export does not generate valid vst plugin
- Replies: 21
- Views: 44348
Re: [Q] export does not generate valid vst plugin
beleave me, i would use any other host, if i only could.
tha lala engine is the host that is written for the lawo mc66/99 mixing consoles (it is fully embedded in the console and can be controlled by it). Sadly, there's nearly no Support for the pluginhost (other than for the console itself), and ...
tha lala engine is the host that is written for the lawo mc66/99 mixing consoles (it is fully embedded in the console and can be controlled by it). Sadly, there's nearly no Support for the pluginhost (other than for the console itself), and ...
- Sat Sep 05, 2015 7:42 pm
- Forum: General
- Topic: [Q] export does not generate valid vst plugin
- Replies: 21
- Views: 44348
Re: [Q] export does not generate valid vst plugin
THX for your reply
Sorry, you are right.... 2.300 SDK with Synthmaker and 2.4 SDK with Flowstone.
Are there big differences between 2.300 and 2.4 for the host site?
Sorry, you are right.... 2.300 SDK with Synthmaker and 2.4 SDK with Flowstone.
Are there big differences between 2.300 and 2.4 for the host site?
- Sat Sep 05, 2015 4:36 pm
- Forum: General
- Topic: [Q] export does not generate valid vst plugin
- Replies: 21
- Views: 44348
Re: [Q] export does not generate valid vst plugin
Hi,
i'd really Need help.
i've compiled the same OSM Project with Synthmaker AND Flowstone to vst plugin.
The vst plugin scanner does not show any differences between the two plugins, and both of the are valid within the scanner.
BUT only the Version compiled with the old Synthmaker can be loaded ...
i'd really Need help.
i've compiled the same OSM Project with Synthmaker AND Flowstone to vst plugin.
The vst plugin scanner does not show any differences between the two plugins, and both of the are valid within the scanner.
BUT only the Version compiled with the old Synthmaker can be loaded ...