DixShtix

Uses of Class
com.dixshtix.midi.MidiNumber

Packages that use MidiNumber
com.dixshtix.midi This package is for the manipulation of Standard Midi Files. 
 

Uses of MidiNumber in com.dixshtix.midi
 

Subclasses of MidiNumber in com.dixshtix.midi
 class Beats
          Beats are a position within a song.
 class Channel
          Channel is in the range 0..15 -- User depictions are always 1-16.
 class Command
          Command is in the range 0-255.
 class Controller
          Controller is in the range 0-127.
 class EventType
          All the primary types of MIDI file content.
 class Microseconds
          Just Microseconds.
 class Note
          Notes are in the Range 0-127.
 class Patch
          Also called a Program
 class PitchWheel
          In the range -8192 to 8191 which initially corresponds to -/+ 4 semitones.
 class Sequence
          Optional event which occurs in SMF files to specify the sequence/song ID.
 class Song
          Yet another rarely used MIDI number.
 class Value
          Controls are set to a Value.
 class Velocity
          Velocity is the rate of a keypress or keyrise.
 


DixShtix