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 643 matches
- Thu Dec 02, 2021 11:41 am
- Forum: General
- Topic: Are export tokens or whatever still for sale?
- Replies: 1
- Views: 8148
Are export tokens or whatever still for sale?
Long time no see... I haven't been here for years.
FL Studio stopped including FS support years back and so I can't make use my old Flowstone projects anymore. I was curious if they still sold individual exports (and if so how much?) so that I could consider that over buying the program full-price ...
FL Studio stopped including FS support years back and so I can't make use my old Flowstone projects anymore. I was curious if they still sold individual exports (and if so how much?) so that I could consider that over buying the program full-price ...
- Mon Aug 07, 2017 10:04 am
- Forum: General
- Topic: De-zipper code?
- Replies: 23
- Views: 69869
Re: De-zipper code?
Interesting. Using a hop of any size would mean the smoother doesn't react to changes in the input immediately though right?
- Mon Aug 07, 2017 6:43 am
- Forum: General
- Topic: De-zipper code?
- Replies: 23
- Views: 69869
Re: De-zipper code?
See the difference here.
I think Spogg's might be too subtle to visualize.
I think Spogg's might be too subtle to visualize.
- Sun Aug 06, 2017 6:02 pm
- Forum: General
- Topic: De-zipper code?
- Replies: 23
- Views: 69869
Re: De-zipper code?
That's a neat smoother Martin, although it creates a logarithmic curve, and linear is what we're looking for.
(PS glad to see you're still around. Hopefully I will be contacting you within the next few months.)
Many thanks TheOm and everyone else in this thread. I think we'll be able to figure it ...
(PS glad to see you're still around. Hopefully I will be contacting you within the next few months.)
Many thanks TheOm and everyone else in this thread. I think we'll be able to figure it ...
- Sun Aug 06, 2017 10:39 am
- Forum: General
- Topic: De-zipper code?
- Replies: 23
- Views: 69869
Re: De-zipper code?
But I'm not sure, what you are really heading for?
Just to recreate the dezipper outside of Flowstone. The rest of the conversation is just some oddities I found while testing.
If I'm not mistaken what you described is the same as what my partner wrote: "old + (new - old) * coef." If you're ...
Just to recreate the dezipper outside of Flowstone. The rest of the conversation is just some oddities I found while testing.
If I'm not mistaken what you described is the same as what my partner wrote: "old + (new - old) * coef." If you're ...
- Sun Aug 06, 2017 9:24 am
- Forum: General
- Topic: De-zipper code?
- Replies: 23
- Views: 69869
Re: De-zipper code?
I’m definitely not a code-head but, in the code example you show, I can’t see how constantly outputting the float “coef” would help. Surely you’d just keep getting the coef float value…?
Oh you're probably right. That's just what he wrote in an email so I'm sure he mucked it up.
Also my ...
Oh you're probably right. That's just what he wrote in an email so I'm sure he mucked it up.
Also my ...
- Sun Aug 06, 2017 8:04 am
- Forum: General
- Topic: De-zipper code?
- Replies: 23
- Views: 69869
Re: De-zipper code?
Sorry for the late reply. Thanks a lot for the last example.
I shared the code with my partner (he's the "real" programmer), and he implemented something but I don't think we got it quite right. This is how he described his interpretation of it:
float new = new input sample
float old = previous ...
I shared the code with my partner (he's the "real" programmer), and he implemented something but I don't think we got it quite right. This is how he described his interpretation of it:
float new = new input sample
float old = previous ...
- Thu Jul 20, 2017 5:35 pm
- Forum: General
- Topic: De-zipper code?
- Replies: 23
- Views: 69869
Re: De-zipper code?
Oh thanks a lot. I can't read Assembly though so unfortunately that doesn't do much for me.
Also yeah, it is important to have the transition take a set (or settable) amount of time. I really need that exact behavior.
Also yeah, it is important to have the transition take a set (or settable) amount of time. I really need that exact behavior.
- Thu Jul 20, 2017 4:45 pm
- Forum: General
- Topic: De-zipper code?
- Replies: 23
- Views: 69869
De-zipper code?
Hi! I hope some of you gurus are still hanging around here because I have a question about something.
The de-zipper is a primitive component but I'd like to be able to recreate it's functionality outside of flowstone. The de-zipper appears to smooth out transitions in a completely linear manner ...
The de-zipper is a primitive component but I'd like to be able to recreate it's functionality outside of flowstone. The de-zipper appears to smooth out transitions in a completely linear manner ...
- Mon Jun 19, 2017 9:38 am
- Forum: General
- Topic: Delay Compensation
- Replies: 4
- Views: 16586
Re: Delay Compensation
Hi there.
Are you using the standalone version of Flowstone or the FL version?
The primitive works fine in my experience BUT Flowstone is no longer supported in the most recent versions of FL Studio, so that may be your issue. I use FL Studio version 12.1.3 with the FL version of Flowstone 3.0.7 ...
Are you using the standalone version of Flowstone or the FL version?
The primitive works fine in my experience BUT Flowstone is no longer supported in the most recent versions of FL Studio, so that may be your issue. I use FL Studio version 12.1.3 with the FL version of Flowstone 3.0.7 ...