Hello
I have noticed some odd behavior with the gettime method of MubuTrackJS
If I have a track called track and call this:
track.gettime() ;
it does not return an array of timetags but seems to return an Array of indices.
something like the following
track.gettime(2);
returns the correct time tag.
not sure what is going on but there seems to be a bug.