Jump to content

Recommended Posts

Posted

I'm really amazed by the great work Jim and Thorsten made with the matrix handling application. Just a thought: is it possible to enhance the code to map each single button of the matrix to send to different channels (split zones) or that would cause too much latency? I noticed that Thorsten eliminated display update in 2nd example because of the latency determined by it.. so could a button events editor be unreachable?

Posted

Hi,

it doesn't matter which MIDI events are sent, due to the large MIDI output buffer which is provided by MIOS (a FIFO), the timings are very relaxed once an (button toggle) event has been determined

Best Regards, Thorsten.

Posted

There is a SM_NotifyToggle function which works like USER_DIN_NotifyToggle, this means that up to this point you can generate MIDI events like shown in the examples and big applications (e.g. table method, calculated events, programmed events or whatever)

Best Regards, Thorsten.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...