Comments by waterpartys

It's giving me a javascript error, I'm not an expert on java, in line 230 it says :
var toplay = v_pattern[v_pos];

if ( v_matrixmode == 0 ) {
//print("v_pos: " + toplay + " // notes: " + v_arps[toplay].notes);
play_note(v_arps[toplay].next())
return;
Obviously var v_arps[toplay] is not defined (that's the error). May be just toplay?