/[classpath]/classpath/javax/sound/midi/Sequencer.java
ViewVC logotype

Diff of /classpath/javax/sound/midi/Sequencer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by green, Mon Sep 26 16:35:00 2005 UTC revision 1.2 by green, Mon Sep 26 17:24:00 2005 UTC
# Line 67  public interface Sequencer extends MidiD Line 67  public interface Sequencer extends MidiD
67     * @throws IOException if an I/O exception happens     * @throws IOException if an I/O exception happens
68     * @throws InvalidMidiDataException if the MIDI file contains bad data     * @throws InvalidMidiDataException if the MIDI file contains bad data
69     */     */
70    public void setSequence(InputStream istream) throws IOException, InvalidMidiDataException;    public void setSequence(InputStream istream)
71          throws IOException, InvalidMidiDataException;
72        
73    /**    /**
74     * Get the current sequence object for this sequencer.     * Get the current sequence object for this sequencer.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26