Page 1 of 1

notes off when host stops playing?

Posted: Tue Nov 05, 2013 12:25 pm
by Nubeat7
hi all,

in my current project i have a latch function on my keyboard and i`m trying to turn all notes off when host stops playing, for this i just send a trigger to set the pressed keyboard note to off..
this works fine when using a trigger from the presetmanager on presetchange, where i need this too but it doesnt work with the is playing primitive which turns false when host is not playing..

do we have a threading issue here?

here is a little schematic which shows the issue, when loading into host and turn note on it sets to off on presetchange but not when host playing stops!

Re: notes off when host stops playing?

Posted: Tue Nov 05, 2013 2:17 pm
by billv
Where's the 'is playing' prim..??....didn't see it in fsm..

Re: notes off when host stops playing?

Posted: Tue Nov 05, 2013 2:57 pm
by Nubeat7
oh, sorry forgot to put it in...
anyway on doing this i found a soultion..
i just was trying it on the wrong place in my keyboard :oops: how stupid - 2 days!

it also works in the test schematic now!