Hi,
I am very new to Processing and try to experiment with creating visuals with a midi track. As a starter I tried to simply draw a line with a midi controller. It does receive the controller data because if I println(value) it shows the value of my controller but it doesn't use it to draw something.
Any help appreciated.