Hello, I'm discovering audio on Processing and have a question about MIDI and .mid files. I want to map notes to functions, such as;
when the .mid file plays C1 note, draw the function sample1.
when the .mid file plays C2 note, draw the function sample2.
Is it possible?