Uses of Class
quicktime.std.music.NoteRequest

Packages that use NoteRequest
quicktime.std.music   
 

Uses of NoteRequest in quicktime.std.music
 

Methods in quicktime.std.music that return NoteRequest
 NoteRequest MusicData.getNoteRequest(int offset)
          Returns a NoteRequest object from the specified offset (numer of ints) into the MusicData.
 NoteRequest NoteChannel.getNoteRequest()
          Get the NoteRequest that corresponds to this NoteChannel.
 

Methods in quicktime.std.music with parameters of type NoteRequest
 void MusicData.setNoteRequest(int offset, int partNumber, NoteRequest nr)
          Copies the NoteRequest data to the specified offset (numer of ints) into the MusicData.
 

Constructors in quicktime.std.music with parameters of type NoteRequest
NoteChannel(NoteRequest nr)
          Creates a new NoteChannel object using the default NoteAllocator

QuickTime::NANewNoteChannel

NoteChannel(NoteAllocator na, NoteRequest nr)
          Creates a new NoteChannel object.