Uses of Class
quicktime.std.music.AtomicInstrument

Packages that use AtomicInstrument
quicktime.std.music   
 

Uses of AtomicInstrument in quicktime.std.music
 

Methods in quicktime.std.music that return AtomicInstrument
 AtomicInstrument MusicData.getAtomicInstrument(int offset)
          Returns an AtomicInstrument from the specified offset (numer of ints) into the MusicData.
 AtomicInstrument MusicComponent.getPartAtomicInstrument(int part, int flags)
          Returns the AtomicInstrument that is set for that part.
 

Methods in quicktime.std.music with parameters of type AtomicInstrument
 void MusicData.setAtomicInstrument(int offset, int partNumber, AtomicInstrument ai)
          Copies the AtomicInstrument data to the specified offset (numer of ints) into the MusicData.
 void NoteChannel.setAtomicInstrument(AtomicInstrument instrument, int flags)
          Initialises a note channel with an atomic instrument.