Page 1 of 1

Problems: Graphical, Creating VST, Bypass

Posted: Fri Nov 06, 2015 3:17 pm
by moppen
My flowstone behaves very irregular. Working all well in the Flowstone environment, in worst case flowstone crashes while creating a vst.
Maybe anyone knows this behavior.
At the beginning all works well, the komplexer the program gets the more problems I have with Flowstone.
Example: I tried to build a stereo meter with ruby beginning to take one of Flowstones own meters and changing and adding things. For each change I copied the old module and put it into the same .fsm. Then I change something in the new module. This works a while. Suddenly flowstone has problems to create a working vst. Then also the older modules (which worked before) in the .fsm have problems to create a working vst. In the stereo meter module the result (in my DAW) was that only the left meter shows values, the right one does not work (but in Flowstone it works normal). I put two entries in one Ruby element and different calculations that displays two meterbars. Can Ruby handle this? Or should it be two Ruby elements for two meters? As I saw, my problems are in the moment only visual ones, the audio works. The only thing that made problems from the beginning was that the vst created with flowstone easily crash in the DAW after pressing "Bypass", then the vst completely crashes.