DixShtix

Uses of Class
com.dixshtix.midi.Opus

Packages that use Opus
com.dixshtix.midi This package is for the manipulation of Standard Midi Files. 
com.dixshtix.niff This package is for the manipulation of (Musical) Notation Interchange File Format (NIFF) Files. 
 

Uses of Opus in com.dixshtix.midi
 

Fields in com.dixshtix.midi declared as Opus
(package private)  Opus ViewMidi.myOpus
          If we could read the User's choice, we print it here.
 

Methods in com.dixshtix.midi that return Opus
static Opus Opus.read(java.io.InputStream input)
          Read a MIDI file from an InputStream.
 

Constructors in com.dixshtix.midi with parameters of type Opus
Opus(Opus old, int newFormat)
          Change format of a midi file.
 

Uses of Opus in com.dixshtix.niff
 

Fields in com.dixshtix.niff declared as Opus
protected  Opus ToMidi.smf
           
 


DixShtix