Gather resources here for your flowstone or DSP projects. Much of the code is custom made by the DSPplug team, but some is based upon the work of other developers who should be mentioned in the details provided for each download available.
Flowstone – Unique Mid Side & Mono to Stereo Algo
Here's some awesome stuff to work with (works with the alpha only, 32 bit compatble version soon!) That allows a true Mid / Side Mixing processor. Now x32 flowstone compatible!
V4:
V8:
V10:
V16:
V22:
V22 (final):

This is the end-all solution, probably the best MS algo ever made.
Flowstone – 3D mathematics
How to ensure that the extra bit on the side of your knob is accurate based upon position (based on proximity from the exact center):
Flowstone – Organized Schematics
Here's a youtube video explaining that:
I'll also add a schematic here with an example using the background render so that it makes more sense in the tense of a complicated program.
Flowstone – A2f2s
Download:
A2F2S stands for "area to float to string"
Area calls are common and can be avoided by utilizing this handy module. This methods assists someone in serializing (removing any instance of code/functions that are not hardcoded in some way like in the means of text).
I recommend replacing all things that you can replace with text. you can do the same with colors as well (but it's not as nice somehow).
By doing the same with the "font" command you miss the default font call, because if you use the font module, if you opt out of mentioning the font, it will revert the font to the font built into flowstone (hella handy). But, in products like acoustica Mixcraft 9; by specifying fonts this way it can glitch.
Happy serializing.

Flowstone – Background render kit
This was made by someone else, Myco or?? Useful though. Mentioned in this video:

Flowstone – Dragy 32 Ruby with Mousewheel Support
Pretty Amazing, see the youtube video here:

Single Precision Vs Double Precision (Just Multiply)
Use this test method to test Multiplication versus division definitively. There was another test I'd made; but it is really only in the case of multiplication that it adds accuracy.
There is no repairing division.

Youtube Subscriber Downloads
Thanks for Subscribing!
VST Plugins (windows; 32 & 64 bit)
This is a realistic VST Vacuum Tube VST:

Flowstone Schematics (32 & 64 bit compatible)
This is a ruby refresh:

This is a Naive Filter Tube EQ! Sounds So Realistic!

Here's Ruby mousehweel support!
Version 4:

Version 4 (inside a knob):

Ruby redraw tut files:

Wav Recorder:

Flowstone – Free C Simple Arp Alternative
Here's how to add a Ruby redraw Furthermore:
