|  | 
 TUTORIALS:
 >>  Reading 
        and Reusing MIDI file data
 It 
        can be useful to create musical material in other programs (such as sequencers) 
        and bring it into jMusic
 This class 
        shows how parts from various MIDI files can be brought together in a jMusic 
        score.
 
 >>  JavaSound 
        MIDI Playback
 The 
        playback of MIDi files has been possible by saving the file and using 
        any MIDI player, or by using the QuickTime player.
 This 
        tutorial shows how simply you can access this playback option by using 
        the Play.midi() method in the jm.util package
 
 >>  Reading 
        and modifying .jm files
 jMusic 
        has the ability to save scores in its own file format, by convention written 
        with the suffix '.jm'.
 
 >>  Inputting 
        Music as Notation
 This 
        tutorial will show a class that is dedicated to using the CPN feature 
        to inout some music for use in jMusic
               |