DixShtix

Uses of Package
com.dixshtix.midi

Packages that use com.dixshtix.midi
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. 
 

Classes in com.dixshtix.midi used by com.dixshtix.midi
BinaryData
          BinaryData is a wrapper for byte[] which should make it type-safe.
Chunk
          Base Class for self-consistent segment of a MIDI file.
Event
          The indivisible building blocks of all MIDI datafiles.
EventCallback
          Interface for user routines.
EventType
          All the primary types of MIDI file content.
GeneralMidi
          A Set of defaults for MIDI interpretation.
MidiNumber
          Base Class for a lot of MIDI-specific integers, all unsigned.
Opus
          An Entire MIDI or RMID format file.
ReverseLookup
          Utility Class to reverse-lookup strings into ints.
Track
          Wrapper class for array of Event.
 

Classes in com.dixshtix.midi used by com.dixshtix.niff
EventType
          All the primary types of MIDI file content.
Opus
          An Entire MIDI or RMID format file.
 


DixShtix