11 Feb
2020
11 Feb
'20
5:59 a.m.
Hi, I'm trying to understand what's really happening in chuck. I thought i did untill i saw some exemples of midi. Normaly you can only feed time or duration into now ( e.g. 10::ms => now) But in case you are awaiting a midi-in message you write : MidiIn min; while (true) { min => now } So in fact do you assign the message to time? Total confusion! Thanks for your answer. Herman