Uses of Class
quicktime.std.music.NoteChannel

Packages that use NoteChannel
quicktime.std.music   
 

Uses of NoteChannel in quicktime.std.music
 

Methods in quicktime.std.music that return NoteChannel
 NoteChannel AtomicInstrument.newNoteChannel(int flags)
          Make a new note channel for an atomic instrument.
 NoteChannel AtomicInstrument.newNoteChannel(NoteAllocator na, int flags)
          Make a new note channel for an atomic instrument.
 NoteChannel NoteAllocator.getIndNoteChannel(int index)
          Returns a new NoteChannel as indexed into the NoteAllocator instance.
 NoteChannel TunePlayer.getIndexedNoteChannel(int index)
          Returns the note channel at the specified index.
 

Methods in quicktime.std.music with parameters of type NoteChannel
 void TunePlayer.setNoteChannels(NoteChannel[] noteChannelList)
          Prepares the tune player to accept music event sequences by allocating specified note channels for them.