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
Flowstone crashing
20 posts
• Page 2 of 2 • 1, 2
Re: Flowstone crashing
KG_is_back wrote:I tried both Flemming's and Nubeat7's example schematic and they work completely flawlessly in Flowstone 3.0.2 Firefly free version - never had a single crash even after several dozen tries. So the bug must've been introduced after that update.
Yes was introduced in the latest release 3.0.5.
- Exo
- Posts: 426
- Joined: Wed Aug 04, 2010 8:58 pm
- Location: UK
Re: Flowstone crashing
I think that the problem is in the primitive Poly to Mono.
- Tronic
- Posts: 539
- Joined: Wed Dec 21, 2011 12:59 pm
Re: Flowstone crashing
Tronic wrote:I think that the problem is in the primitive Poly to Mono.
Interesting! Especially since none of the schematic files in this thread even uses Poly to Mono primitive. How come you think that this specific primitive is the culprit?
- Flemming
- Posts: 31
- Joined: Thu Aug 07, 2014 9:48 am
Re: Flowstone crashing
this one
from Nubeat7 post
audioselector bug.fsm
i think you call it Combiner? Inside you can found the primitive Poly To Mono.
I suppose that is related,
because if you disconnect it an connect an readout in Poly, it work without crash, even if you use the selector, so no selector bug, but another intricate misture of poly->mono->asio, as I remember Malc have apported some update for the Asio primitive, to prevent the crash when you open more schematic in the preview version.
from Nubeat7 post
audioselector bug.fsm
i think you call it Combiner? Inside you can found the primitive Poly To Mono.
I suppose that is related,
because if you disconnect it an connect an readout in Poly, it work without crash, even if you use the selector, so no selector bug, but another intricate misture of poly->mono->asio, as I remember Malc have apported some update for the Asio primitive, to prevent the crash when you open more schematic in the preview version.
- Tronic
- Posts: 539
- Joined: Wed Dec 21, 2011 12:59 pm
Re: Flowstone crashing
Tronic wrote:this one
from Nubeat7 post
audioselector bug.fsm
i think you call it Combiner? Inside you can found the primitive Poly To Mono.
I suppose that is related,
because if you disconnect it an connect an readout in Poly, it work without crash, even if you use the selector, so no selector bug, but another intricate misture of poly->mono->asio, as I remember Malc have apported some update for the Asio primitive, to prevent the crash when you open more schematic in the preview version.
Arrrgh, stoopid me. I was thinking of the Midi to Mono prim....
You're making sense. I will try to do some testing with your discovery in mind to see if i get same results here.
Thanks for investigating with us
- Flemming
- Posts: 31
- Joined: Thu Aug 07, 2014 9:48 am
Re: Flowstone crashing
Damn, i'm at work. Only able to install the demo version of Flowstone, also no Asio device, and when i insert DirectSound Out and select a sound output it crashes immediately (caused by our phones, which connects to PC via USB and acts like a 'pseudo' soundcard - it's not a Flowstone bug). So no testing for me before i get home
Though, i can add, 'KG_is_back' posted a DSP coded Multiplexer yesterday, and even with the Poly to Mono inside the schem, it still worked just by replacing the Multiplexer prim with the code that KG posted. I am kinda determined to pinpoint the bug, so i can work around it, but also to make the life of DSPR a little easier, hehe
Anyways, regardless of where the bug may be found - since FS3.0.5 is fairly new, will it not be long before we can hope for a new bugfixed release?
Though, i can add, 'KG_is_back' posted a DSP coded Multiplexer yesterday, and even with the Poly to Mono inside the schem, it still worked just by replacing the Multiplexer prim with the code that KG posted. I am kinda determined to pinpoint the bug, so i can work around it, but also to make the life of DSPR a little easier, hehe
Anyways, regardless of where the bug may be found - since FS3.0.5 is fairly new, will it not be long before we can hope for a new bugfixed release?
- Flemming
- Posts: 31
- Joined: Thu Aug 07, 2014 9:48 am
Re: Flowstone crashing
This one is very simple. No Poly to Mono, and it still crashes I replaced the Asio Out with Direct Sound but still i can make it crash.
- Attachments
-
- Crash.fsm
- Very simple crashing schem
- (1.72 KiB) Downloaded 855 times
- Flemming
- Posts: 31
- Joined: Thu Aug 07, 2014 9:48 am
Re: Flowstone crashing
Ok ok, one last post and then i'll shut up, i promise
I got really tired of clicking that Selector dropdown. I mean, like, reeeeealy tired. So i built an auto selector
It can crash any schem from this thread except if KG_is_back's code snippet is used. I opened my revised delay schem which uses the code Multiplexer. Then I connected the auto selector and went to have a smoke. When i came back it was still going strong. The schem uses both Poly to Mono and Asio Out prims. I could play notes happily and toggle Midi/sound IO on/off with no problems at all.
I got really tired of clicking that Selector dropdown. I mean, like, reeeeealy tired. So i built an auto selector
It can crash any schem from this thread except if KG_is_back's code snippet is used. I opened my revised delay schem which uses the code Multiplexer. Then I connected the auto selector and went to have a smoke. When i came back it was still going strong. The schem uses both Poly to Mono and Asio Out prims. I could play notes happily and toggle Midi/sound IO on/off with no problems at all.
- Flemming
- Posts: 31
- Joined: Thu Aug 07, 2014 9:48 am
Re: Flowstone crashing
Flemming, I think the bug is more extensive, since even without selector or multiplex, occur crash,
try connecting only two green float to two mono readout and enables and disables the Asio driver,
you'll see that the crash happens the same, so it is not directly connected to the selector or multiplex primitive,
but a driver error at compile time.
In fact, the primitive and multiplex selector,
always cause the recompilation of the schematic,
so it's like when you enable and disable your sound drivers.
try connecting only two green float to two mono readout and enables and disables the Asio driver,
you'll see that the crash happens the same, so it is not directly connected to the selector or multiplex primitive,
but a driver error at compile time.
In fact, the primitive and multiplex selector,
always cause the recompilation of the schematic,
so it's like when you enable and disable your sound drivers.
- Tronic
- Posts: 539
- Joined: Wed Dec 21, 2011 12:59 pm
Re: Flowstone crashing
Just tested Aliasant's Wave Player II (Poly):
1. Left Levelmeter shows always max
2. press Pause sometimes crashes FS immediately
3. My own App works fine in FS but crashes compiled as EXE...
v3.0.5 win8 64 bit 16GB Ram
1. Left Levelmeter shows always max
2. press Pause sometimes crashes FS immediately
3. My own App works fine in FS but crashes compiled as EXE...
v3.0.5 win8 64 bit 16GB Ram
-
Walter Sommerfeld - Posts: 249
- Joined: Wed Jul 14, 2010 6:00 pm
- Location: HH - Made in Germany
20 posts
• Page 2 of 2 • 1, 2
Who is online
Users browsing this forum: Google [Bot] and 74 guests