for the first look the idea sounds good, but it's not makeable in the way MADRIX works at the moment. The Problem is that midi is an event driven protocol. this means when you press a key on a midi keyboard an event command is sending to the pc and when you release the key then also a command is sending. The MADRIX Script on the other side is more an state driven machine, this means it runs in his own task and can ask if a key is pressed or not, but it can't react on the "keyispressed" event. so it could happend that you press a key on the midi instrument and release it and the script read the state of this key not between this events , then the script never get an knowledge that the key was pressed. And i think this is not that what you want.
I hope everyone can understand what i mean.
Thu Dec 01, 2011 12:02 pm
gavspav
Joined: Mon Nov 07, 2011 3:32 pm Posts: 4
Re: Access to Midi In with Scripting
I think I almost understand that! Not sure how this differs from DMX data though, which is 'gettable' by a storage script.
How about being able to read the state/value of the modifiers which you can set remotely? I guess this would have the same issue?
Users browsing this forum: No registered users and 1 guest
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum