Sequencer sequencer = MidiSystem.getSequencer ();
can any 1 tell ...What's going on in this code ....
In order to understand that I think you need to know what a sequencer is, when you know that, the statement should be fairly obvious: You get the default sequencer.
http://java.sun.com/j2se/1.5.0/docs/api/javax/sound/midi/Sequencer.html
static method getSequencer() returns the default Sequencer, connected to a default device.
thnks fr dat
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.