jdk/src/java.desktop/share/classes/javax/sound/midi/spi/package-info.java
changeset 46863 d2d62aec9891
parent 46847 3720a014bb74
parent 44770 3bb4daed0874
child 47195 b309b58eb190
equal deleted inserted replaced
46862:cb4b080576fa 46863:d2d62aec9891
    26 /**
    26 /**
    27  * Supplies interfaces for service providers to implement when offering new MIDI
    27  * Supplies interfaces for service providers to implement when offering new MIDI
    28  * devices, MIDI file readers and writers, or sound bank readers.
    28  * devices, MIDI file readers and writers, or sound bank readers.
    29  *
    29  *
    30  * <h2>Related Documentation</h2>
    30  * <h2>Related Documentation</h2>
    31  * For overviews, tutorials, examples, and guides, please see:
    31  * For more information on using Java Sound see:
    32  * <ul>
    32  * <ul>
    33  *     <li><a href="../../../../../technotes/guides/sound">Sound</a></li>
    33  *     <li><a href="https://docs.oracle.com/javase/tutorial/sound/">
       
    34  *     The Java Sound Tutorial</a></li>
    34  * </ul>
    35  * </ul>
    35  *
    36  *
    36  * @since 1.3
    37  * @since 1.3
    37  */
    38  */
    38 package javax.sound.midi.spi;
    39 package javax.sound.midi.spi;