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 55 matches
- Mon Oct 15, 2018 8:28 am
- Forum: General
- Topic: FlowStone 3.0.9 Beta2
- Replies: 145
- Views: 1279410
Re: FlowStone 3.0.9 Beta2
Matti !
On which tool are you moving ?
I was about to move to C++ as that's what i use at work. I've also done several Vst fx plugins like that, but haven't moved my midi-editor projects to C++ yet.
I got new hope for Flowstone when i saw the x64 beta
It really exists and looks very promising ...
On which tool are you moving ?
I was about to move to C++ as that's what i use at work. I've also done several Vst fx plugins like that, but haven't moved my midi-editor projects to C++ yet.
I got new hope for Flowstone when i saw the x64 beta
It really exists and looks very promising ...
- Sat Apr 28, 2018 10:59 am
- Forum: General
- Topic: FlowStone 3.0.9 Beta2
- Replies: 145
- Views: 1279410
Re: FlowStone 3.0.9 Beta2
I have lost all hope.
Goodbyes are all i have.
There is never going to be any updates and this software is dead.
I move on. Like so many before me have.
Farewell.
And thanks for all the fish.
Goodbyes are all i have.
There is never going to be any updates and this software is dead.
I move on. Like so many before me have.
Farewell.
And thanks for all the fish.
- Thu Jan 04, 2018 9:42 pm
- Forum: General
- Topic: FlowStone 3.0.9 Beta2
- Replies: 145
- Views: 1279410
Re: FlowStone 3.0.9 Beta2
New year has started.
Now would be a good time for some good news!
Is there any?
Now would be a good time for some good news!
Is there any?
- Thu Dec 14, 2017 9:15 am
- Forum: General
- Topic: FlowStone 3.0.9 Beta2
- Replies: 145
- Views: 1279410
Re: FlowStone 3.0.9 Beta2
Hi,
I strongly feel the Beta phase is way too long for the current licensing model. Just imagine someone buying update coverage for the past year. What has he received for his money so far? NOTHING.
Last stable release was TWO AND A HALF years ago!
You are killing your reputation and your current ...
I strongly feel the Beta phase is way too long for the current licensing model. Just imagine someone buying update coverage for the past year. What has he received for his money so far? NOTHING.
Last stable release was TWO AND A HALF years ago!
You are killing your reputation and your current ...
- Wed Mar 22, 2017 11:12 am
- Forum: General
- Topic: I support 64Bit development
- Replies: 265
- Views: 2015332
Re: I support 64Bit development
without the asm optimisation they would be far away ...
Yes that is the case inside FS. But try to think outside the box for a moment. From my experience i can get up to 10x quicker dsp code by doing it with C++ and vst sdk. And it's really just like the stuff that gets written down to the "code ...
Yes that is the case inside FS. But try to think outside the box for a moment. From my experience i can get up to 10x quicker dsp code by doing it with C++ and vst sdk. And it's really just like the stuff that gets written down to the "code ...
- Thu Mar 09, 2017 11:23 am
- Forum: General
- Topic: I support 64Bit development
- Replies: 265
- Views: 2015332
Re: I support 64Bit development
Hello All,
In recent email form Malc:
"
And that brings us to 64 bit - of course we’d love to do that but it’s not easy. It’s been on out radar for a long time and we are going to be looking at the issues again over the next few weeks. If this is vitally important to you then maybe it’s best to ...
In recent email form Malc:
"
And that brings us to 64 bit - of course we’d love to do that but it’s not easy. It’s been on out radar for a long time and we are going to be looking at the issues again over the next few weeks. If this is vitally important to you then maybe it’s best to ...
- Tue Dec 17, 2013 2:56 pm
- Forum: General
- Topic: Flowstone 3.0.4 Released
- Replies: 15
- Views: 28810
Re: Flowstone 3.0.4 Released
Uh, oh.. My update support expired on 06-Dec-13
I knew this had to happen.. an update just under a week after my support ended
I knew this had to happen.. an update just under a week after my support ended
- Mon Oct 28, 2013 1:28 pm
- Forum: General
- Topic: Support for SSE and SSE2
- Replies: 1
- Views: 6628
Support for SSE and SSE2
Has anyone noticed anything funny happening with this setting?
I've experienced some odd instabilities with this setting enabled when running FS-plugins bridged in a x64 system (Cubase7 bridge)

I've experienced some odd instabilities with this setting enabled when running FS-plugins bridged in a x64 system (Cubase7 bridge)
- Thu Oct 17, 2013 1:14 pm
- Forum: General
- Topic: Ruby frustration
- Replies: 2
- Views: 7645
Ruby frustration
Got to vent a bit..
The way Ruby timing works is veeery un-intuitive. Everything get's processed at the same time-slice, even though you trigger them to happen after each other. For example, if two ruby modules receive a trigger from the same trigger button they get processed at the "same time ...
The way Ruby timing works is veeery un-intuitive. Everything get's processed at the same time-slice, even though you trigger them to happen after each other. For example, if two ruby modules receive a trigger from the same trigger button they get processed at the "same time ...
- Fri Sep 20, 2013 10:31 am
- Forum: General
- Topic: Memory Usage (Font Rendering Engine)
- Replies: 12
- Views: 26411
Re: Memory Usage
Cheers Matti - that's good to know; I've often been tempted to use a custom font, especially for very small writing.
Seems odd that string -> ASCII should use so much memory!
Yeah, well it's not the conversion itself, as i still do it but with a different primitive. More of a "bug" on the parser ...
Seems odd that string -> ASCII should use so much memory!
Yeah, well it's not the conversion itself, as i still do it but with a different primitive. More of a "bug" on the parser ...