And I have two Sequencers obtained in the same class as the above method:
How could I start both of these sequencers at once? I'm thinking along the lines of threads but I'm not sure how to do that with both sequencers and the method...is there a better way?
Afraid so, as soon as the second sequencer is started after the first one is started the second sequencer 'takes over' the playback. Not quite sure what's going on as sequencers apparently should be able to play at the same time without threads.