FlowStone 3.0.9 Beta1

For general discussion related FlowStone
User avatar
Walter Sommerfeld
Posts: 250
Joined: Wed Jul 14, 2010 6:00 pm
Location: HH - Made in Germany
Contact:

Re: FlowStone 3.0.9 Beta1

Post by Walter Sommerfeld »

That looks like a Windows Message to me, maybe something from DirectSound? We'll have to somehow reproduce it, to find the cause for the message.

Well - never had these before... my project only uses Midi I/O...
Will investigate further!

Keep on doing!
natbuk
Posts: 3
Joined: Wed Nov 12, 2014 1:02 am

Re: FlowStone 3.0.9 Beta1

Post by natbuk »

Any news on the non-beta release date?

My subscription ran out last November, and I'm prepared to pay to upgrade, but paying for a Beta seems a bit of a sting.

Thanks

Nat.
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: FlowStone 3.0.9 Beta1

Post by MyCo »

MyCo wrote:Interresting! I can reproduce it in 3.0.9 and there seems to be something wrong with gridStep and one redraw. I'll have a look.


It's actually not exactly "wrong" but could be confusing for the user. There is a redraw for the navigator that's getting called with a different ZoomFactor (=gridstep) and this gets forwarded to the user drawing section so that the preview in the navigator somehow resembles the real schematic. I might have a workaround but you'll have too keep in mind that the gridstep is still used for the navigator as well. For the same reason you see multiple redraws when you click on the schematic background BTW.

@natbuk:
No release date yet.
Nowhk
Posts: 275
Joined: Mon Oct 27, 2014 6:45 pm

Re: FlowStone 3.0.9 Beta1

Post by Nowhk »

Two nice addictions would be:

1 - refresh modules button; when you add a custom module in a instance of FlowStone and you want to open it in another one. At the moment you need to close both and restart, so it refresh the list.

2 - Multi Audio Output prim. When making a VST, would be nice be able to route audio on different DAW mixer channels (Wrapper settings in FL Studio, for example).

What do you think? I'm going to buy FlowStone standalone when 3.0.9 is official (I'm with the FL one) :D I've found a true new love...
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: FlowStone 3.0.9 Beta1

Post by tulamide »

MyCo wrote:
MyCo wrote:Interresting! I can reproduce it in 3.0.9 and there seems to be something wrong with gridStep and one redraw. I'll have a look.


It's actually not exactly "wrong" but could be confusing for the user. There is a redraw for the navigator that's getting called with a different ZoomFactor (=gridstep) and this gets forwarded to the user drawing section so that the preview in the navigator somehow resembles the real schematic. I might have a workaround but you'll have too keep in mind that the gridstep is still used for the navigator as well. For the same reason you see multiple redraws when you click on the schematic background BTW.

@natbuk:
No release date yet.

Sorry, MyCo, I missed this one! I can follow your explanation. If it doesn't influence the use of .gridstep, it can stay as it is. For exported plugins it should be safe, since you don't change the zoom settings there. But, if you make modules that are of use within Flowstone, .gridstep will be used to keep the redrawing at the right zoom level. If the navigator then doesn't reset gridsteps to the real value, it would be an issue, wouldn't it?
"There lies the dog buried" (German saying translated literally)
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: FlowStone 3.0.9 Beta1

Post by MyCo »

As long as you only use it in the draw method, it shouldn't be an issue. You would draw to the right surface (schematic view / Navigator view) with the corresponding gridStep. The only reason why you see the "wrong" gridStep in the watch output is because the last draw method call was for the navigator.
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: FlowStone 3.0.9 Beta1

Post by tulamide »

MyCo wrote:As long as you only use it in the draw method, it shouldn't be an issue. You would draw to the right surface (schematic view / Navigator view) with the corresponding gridStep. The only reason why you see the "wrong" gridStep in the watch output is because the last draw method call was for the navigator.

Yes, you're right. It doesn't influence drawing, it is just irritating if you inspect values during development. Once used to it, there shouldn't be any issues. You should leave it as it is (and work on the more important things :mrgreen: )
"There lies the dog buried" (German saying translated literally)
Father
Posts: 177
Joined: Thu Jan 09, 2014 5:48 pm

Re: FlowStone 3.0.9 Beta1

Post by Father »

why the beta version is not available for everyone to try out like the demo?
BobF
Posts: 598
Joined: Mon Apr 20, 2015 9:54 pm

Re: FlowStone 3.0.9 Beta1

Post by BobF »

Hello gang,

I really agree with father here, being a FS user via Fl Studio I would really like to try 3.09 and I bet many other Fl Studio users would to.

Later then, BobF.....
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: FlowStone 3.0.9 Beta1

Post by Nubeat7 »

as the full version is still not here, i thought i make some wish, maybe it would be possible to add this:

integrate a getHostProductString primitive to identify the actual DAW,
like this we could react to DAW specific specialcases (like the sync problems with FL Studio)
Post Reply