I was gonna post another topic for this but hopefully someone will see this instead...
If I needed to use the method getTickPosition() from Sequencer (
http://java.sun.com/j2se/1.4.2/docs/api/javax/sound/midi/Sequencer.html), I assume I'll need to have my class implement the Sequencer interface?
If so, is there any way around having to declare each and every method for this Sequencer interface? Apparently I also have to declare methods from the MidiDevice interface too since it extends it...there must be a better way.
Or maybe I'm kidding myself haha!