Watch midi crash

For general discussion related FlowStone
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Watch midi crash

Post by billv »

From User Guide,

Code: Select all

def event i,v
watch "message",v.to_array
end

ATM crashes repeatedly on 2 CPU's. Using PC Keyboard or controller.
I can't get any input without a crash, using a midi input on the ruby prim
no matter how i write it....very :? :?
Is this a new bug or what...?
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Watch midi crash

Post by billv »

Seriously guys...I can't input red midi into ruby without instant crash.
Attach Trog's midi analizer to the midi in....crash..crash crash..
I can't get a result with this from the user guide.......
Can someone explain how to input red midi into ruby...?
ScreenShot008.png
ScreenShot008.png (10.36 KiB) Viewed 18622 times

(Problem is not in my midi set up,...I created a midi note in FS and same crash happens
if I send the red output into ruby)
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Watch midi crash

Post by billv »

My last synth, X11, was also crashing every time in Host/User mode,
untill I removed this small piece of code..(that gets note number from red midi)

Code: Select all

def event i,v,t
a = @ins
output 1, a[2]
end
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Watch midi crash

Post by billv »

And sure enough, DSPR Example Synth crashes immediately on user input
if the Arp module(red to ruby) is on.
Did the same on my laptop.
So did quick re-install of 3.04 to double-check..no problems.
Re installed 3.05 .....crash still there..

This bug is a whopper.
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: Watch midi crash

Post by MyCo »

Can confirm that. Although it takes a lot of key on/offs til it happens. Have you mailed it to Malc already?
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Watch midi crash

Post by billv »

MyCo wrote:Can confirm that

Thanks myco. It was driving me nuts.
MyCo wrote:Have you mailed it to Malc already?

No..I've been waiting on community feedback to clarify the issue..
ATM I'm 'presuming' the mods will handle it..
MyCo wrote:Although it takes a lot of key on/offs til it happens

Ok...here its instantaneous ...
I did get a slightly different result in FL FS.
The crash was still more or less instantaneous, but for a very, very brief moment,
you can see the signal going in the watch window.
And it's not something like [144,1,60,127]....
Its that funny looking number/string that I've seen a few times, like when
you loop a midi message, you don't get numbers like [144,1,60,127] in the watch window.
Know what I mean...sorry for the noob explanation.
Exo
Posts: 426
Joined: Wed Aug 04, 2010 8:58 pm
Location: UK
Contact:

Re: Watch midi crash

Post by Exo »

@billv always report crashes directly to Malc/Support just use the support email.

It ok to get a confirmation on the forum I guess but when it is confirmed please email support, us mods are often busy with other things so you cannot guarantee we will pass that on, thanks!
Flowstone Guru. Blog and download site for Flowstone.
Best VST Plugins. Initial Audio.
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Watch midi crash

Post by billv »

Ok..will e-mail malc when I get home.
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Watch midi crash

Post by billv »

Hey Myco,
I just re-downloaded your midi player fsm, but it's crashing on load in 3.05. can't open.
Is there an afterload pushing red into ruby somewhere...?
PS:
mailed support twice last week on red to ruby bug....no reply yet
Exo
Posts: 426
Joined: Wed Aug 04, 2010 8:58 pm
Location: UK
Contact:

Re: Watch midi crash

Post by Exo »

billv wrote:Hey Myco,
I just re-downloaded your midi player fsm, but it's crashing on load in 3.05. can't open.
Is there an afterload pushing red into ruby somewhere...?
PS:
mailed support twice last week on red to ruby bug....no reply yet


Malc has been on holiday, he hasn't been back long and maybe it is Carl who deals with the support email I don't know, I use Malcs personal email.
If you don't hear anything soon let me know and I will try getting in touch ( although I still haven't had a reply to my last email sent 2 days ago now).
Flowstone Guru. Blog and download site for Flowstone.
Best VST Plugins. Initial Audio.
Post Reply