<HTML>
<style> BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }</style>greetings!<br>
<br>
a chuck novice here, so likely some silly user error!....  ;-)<br>
<br>
working through the tutorials in the pdf manual, when following the Getting MIDI section, if i do this...<br>
<br>
MidiIn min;<br>
if( !min.open(1) ) { me.exit(); }<br>
while(true){<br>
    min => now;<br>
    while( min.recv(msg) ){<br>
        <<<msg.data1,msg.data2,msg.data3,"MIDI Message">>>;<br>
    }<br>
}<br>
<br>
...chuck throws me an "undefined variable 'msg'..." error!<br>
<br>
something i'm missing?<br>
recent change in MIDI syntax? (i'm on chuck v1.2.1.3 on linux)<br>
<br>
"chuck  --probe" does show my desired MIDI interface as "1".<br>
<br>
thanks in advance... cheers!<br>
.pltk.<br>
 <BR></HTML>