Page 1 of 1
Posted: 01 Sep 2010, 09:55
by woodslanding
Can anybody explain why this is not working??
I put noteons and noteoffs in, and only get noteoffs out. But the message display always reads 'system reset'.... I do have 'unpack' selected on the input.
what am I doing wrong?

Posted: 01 Sep 2010, 10:18
by nay-seven
yes, it's normal cause the
create midi module is waiting 0 and 1 for note on and off , and the
midi in send 144 and 128 message
here a workaround :

Posted: 02 Sep 2010, 10:46
by woodslanding
wow, that makes no sense to me. How does the create midi object make a cc then??
Does it have a whole separate set of values for midi objects? Why do this???
Posted: 02 Sep 2010, 10:46
by woodslanding
Oh, but thanks for the tip!!!!!
Posted: 02 Sep 2010, 11:02
by bsork
It's because the in.msg is equal to the status byte stripped of channel info, while the create.msg is a selection list/combo box starting at index 0. Confusing? Yes.
That confusion does however only apply to msg - the other ins and outs use the same values.
Posted: 02 Sep 2010, 19:50
by senso
I agree It's confusing but I don't know how to proceed to correct this point and maintain the backward compatibility.
let me think about it.
maybe rename 'msg' into 'msg type'?
Posted: 02 Sep 2010, 22:11
by bsork
Yes, something as simple as that.
Posted: 02 Sep 2010, 22:17
by senso
the caption name has been already modified in the 5.25 beta8!
Posted: 03 Sep 2010, 08:36
by woodslanding
Could you also add a new msg input?
If it's at the bottom it won't break compatibility, right?