Recording Midi CC events visually over time
Hi all,
I am working on a project where I need to record the input of 16 midi faders and see their change over time, from 0-127, with time in seconds on the X-Axis and the current MIDI CC value on the Y-Axis. Something similar to this:
I've looked into detonate, but that seems to only handle midi note values. I've looked into SEQ, but I'm unsure how to visualize along a time domain.
Any direction is greatly appreciated.
it could be the best solution to convert the data to an audio signal and write it into buffers, then you can use waveform~ and dont have to create a custom "display".
[/ 127.] – [sig~] – [record~ foo]
Ah, a very novel approach! I think that just may be what will do it.
I'll get to work; thanks again.
Joey