Classes implementing this interface can listen for files being loaded activity by calling
JMSL.addFileLoaderListener(this);
Of course it is up to the classes doing the loading whether or not they want to enumerate through listeners and notify
Used by SampleLoader and JMSLScoreApplet
duration in terms of 8th, 16th, 32, 64, 128 .
Durations match upwards, ie, if scanning for 16th, then notes with 16,
32, 64, 128 durs match
beamsBreak flag true if you want beams on consecutive non-rest notes
only.
Paste from Score.copyBuffer to score, ignore track and measure info of notes in copy buffer,
just unroll them and paste in series using addNote(), which inserts measures if no room, or
adds them at the end.
Paste from specified copy buffer to score, ignore track and measure info of notes in copy
buffer, just unroll them and paste in series using addNote(), which inserts measures if no
room, or adds them at the end.