Say I have a 5x5 RGB matrix being controlled by TLC5940s... say I want to use Ableton Live to create MIDI clips/tracks that contain your general MIDI data (note on/off events, velocity, various CC controls, etc.)... and finally, say I want to send the data from these clips/tracks to the Arduino that controls the 5x5 RGB matrix and have the matrix light up according to the MIDI data that is read in.
Has anybody done anything like this? On first thought, it seems like I may probably run into speed issue with reading in the data and translating it into something that will be sent to the TLC5940s....
Any thoughts on this topic?