< prev index next >

src/java.desktop/share/classes/javax/sound/midi/package-info.java

Print this page

        

*** 26,38 **** /** * Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI * (Musical Instrument Digital Interface) data. * * <h2>Related Documentation</h2> ! * For overviews, tutorials, examples, and guides, please see: * <ul> ! * <li><a href="../../../../technotes/guides/sound">Sound</a></li> * </ul> * * @since 1.3 */ package javax.sound.midi; --- 26,38 ---- /** * Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI * (Musical Instrument Digital Interface) data. * * <h2>Related Documentation</h2> ! * For more information on using Java Sound see: * <ul> ! * <li><a href="https://docs.oracle.com/javase/tutorial/sound/">The Java Sound Tutorial</a></li> * </ul> * * @since 1.3 */ package javax.sound.midi;
< prev index next >