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 58 matches
- Sat Aug 22, 2020 8:13 am
- Forum: General
- Topic: FlowStone 3.0.9 Beta2
- Replies: 145
- Views: 1278785
Re: FlowStone 3.0.9 Beta2
I have not seen any public beta available for download anywhere
IIRC, the Betas were only released to licenced users - which may or may not count as "public" depending on who's definition you use!
No No No No. That's not the definition of public at all. Public means you can download it from ...
IIRC, the Betas were only released to licenced users - which may or may not count as "public" depending on who's definition you use!
No No No No. That's not the definition of public at all. Public means you can download it from ...
- Sat Aug 22, 2020 5:25 am
- Forum: User Examples
- Topic: The Save Button Has A Math Problem
- Replies: 13
- Views: 34735
Re: The Save Button Has A Math Problem
Here is my most advanced sampler so far with automatic panner and such but it still sucks because there are clicks and pops every time is switching sounds and performance is not very great either. So, yeah. Thanks Flowstone for ruining my precious Wavestate prototype. LOL
You can see it in action ...
You can see it in action ...
- Sat Aug 22, 2020 5:00 am
- Forum: User Examples
- Topic: The Save Button Has A Math Problem
- Replies: 13
- Views: 34735
Re: The Save Button Has A Math Problem
Since all the components are buggy and slow as crap, we also need a button that says:
Convert Ruby script to super optimized assembly script that is fully editable by retards and other ridiculous Robotrons.
That way this thing could run properly for once without killing the CPU and it would also ...
Convert Ruby script to super optimized assembly script that is fully editable by retards and other ridiculous Robotrons.
That way this thing could run properly for once without killing the CPU and it would also ...
- Sat Aug 22, 2020 4:41 am
- Forum: User Examples
- Topic: The Save Button Has A Math Problem
- Replies: 13
- Views: 34735
Re: The Save Button Has A Math Problem
Almost certainly, your sample data is stored multiple times within the schematic.
OK. Here is the deal. Since you know more about how this super buggy toy works, you have 30 days to prototype this synth right here and make it work more kick ass than the Korg Wavestate synth. Right now the sample ...
OK. Here is the deal. Since you know more about how this super buggy toy works, you have 30 days to prototype this synth right here and make it work more kick ass than the Korg Wavestate synth. Right now the sample ...
- Sat Aug 22, 2020 3:42 am
- Forum: User Examples
- Topic: The Save Button Has A Math Problem
- Replies: 13
- Views: 34735
Re: The Save Button Has A Math Problem
I think FS should make use of instances and reuse everything without wasting resources or at least compress everything that gets stored on disk. Basically, I have to store the samples outside of the schematic because if they are stored in the schematic it's increasing the file size by 7.92 times ...
- Sat Aug 22, 2020 2:10 am
- Forum: User Examples
- Topic: Ruby Scripting Problems
- Replies: 9
- Views: 26875
Re: Ruby Scripting Problems
Here is a version that kind of modulates things randomly but it's still using the super buggy Arp code. I need something more simple and more optimized that doesn't overload the CPU as much as the Arp code.
[Moderator Comment: Links and downloads removed]
[Moderator Comment: Links and downloads removed]
- Sat Aug 22, 2020 1:50 am
- Forum: User Examples
- Topic: Ruby Scripting Problems
- Replies: 9
- Views: 26875
Re: Ruby Scripting Problems
It's overloading something or crashing Ruby or something.
Exactly that - all three examples are overloading the Ruby interpreter. While they're all legal Ruby code, I wouldn't expect any of them to work in the context of FlowStone.
Well then, how can I accomplish a random oscillator, or a ...
Exactly that - all three examples are overloading the Ruby interpreter. While they're all legal Ruby code, I wouldn't expect any of them to work in the context of FlowStone.
Well then, how can I accomplish a random oscillator, or a ...
- Sat Aug 22, 2020 1:03 am
- Forum: User Examples
- Topic: The Save Button Has A Math Problem
- Replies: 13
- Views: 34735
The Save Button Has A Math Problem
In Flowstone, math for the save button works like this:
221KB + 460KB = 5,536KB
Can somebody explain that crap ?
Here are the files.
[Moderator Comment: Links and downloads removed]
221KB + 460KB = 5,536KB
Can somebody explain that crap ?
Here are the files.
[Moderator Comment: Links and downloads removed]
- Sat Aug 22, 2020 12:05 am
- Forum: User Examples
- Topic: Ruby Scripting Problems
- Replies: 9
- Views: 26875
Re: Ruby Scripting Problems
How is the Arpeggiator able to generate continuous output if I hold a midi key indefinitely without having the infinite loop problem ? It's supposed to be the same problem or at least very similar.
- Fri Aug 21, 2020 11:53 pm
- Forum: DSP
- Topic: Assembler (ASM) and optimisation tutorial by KG_is_back
- Replies: 8
- Views: 31895
Re: Assembler (ASM) and optimisation tutorial by KG_is_back
Since the other Arp made in Ruby has performance issues and bugs and who knows what else, can that Arp be recreated in assembler ?