Uses of Class
quicktime.std.music.NoteAllocator

Packages that use NoteAllocator
quicktime.std.music   
 

Uses of NoteAllocator in quicktime.std.music
 

Methods in quicktime.std.music that return NoteAllocator
 NoteAllocator NoteChannel.getNoteAllocator()
          Returns the NoteAllocator that owns this NoteChannel
static NoteAllocator NoteAllocator.getDefault()
          Returns a system created NoteAllocator instance that can be used by applications.
 NoteAllocator TunePlayer.getNoteAllocator()
          Returns the NoteAllocator that the tune player is using.
 

Methods in quicktime.std.music with parameters of type NoteAllocator
 void AtomicInstrument.pickEditInstrument(NoteAllocator na, java.lang.String prompt, int flags)
          Presents a user interface for modifying the AtomicInstrument.
 NoteChannel AtomicInstrument.newNoteChannel(NoteAllocator na, int flags)
          Make a new note channel for an atomic instrument.
 void ToneDescription.stuff(NoteAllocator na, int gmNumber)
          Initializes the calling ToneDescription instance with the details of the note channel specified by the gmNumber.
 void ToneDescription.pickInstrument(NoteAllocator na, java.lang.String prompt, int flags)
          Initialises the tone description structure through providing the user with a dialog that allows the user to choose the instrument.
 

Constructors in quicktime.std.music with parameters of type NoteAllocator
NoteChannel(NoteAllocator na, NoteRequest nr)
          Creates a new NoteChannel object.
NoteChannel(NoteAllocator na, int gmNumber)
          Creates a new NoteChannel object.
ToneDescription(NoteAllocator na, int gmNumber)
          Initializes the ToneDescription instance with the appropriate instrument based on the specified gmNumber.