Uses of Class
uk.org.toot.midi.sequence.MidiNote

Packages that use MidiNote
uk.org.toot.midi.sequence This package is concerned with the representation of Standard MIDI Files as Sequences. 
uk.org.toot.midi.sequence.edit   
uk.org.toot.swingui.midiui.sequenceui   
 

Uses of MidiNote in uk.org.toot.midi.sequence
 

Methods in uk.org.toot.midi.sequence that return types with arguments of type MidiNote
 java.util.List<MidiNote> MidiTrack.getMatches(long startTick, int hiValue, long endTick, int loValue)
           
 java.util.List<MidiNote> MidiTrack.getMatches(long offsetTicks, long startTick, int hiValue, long endTick, int loValue)
           
 

Uses of MidiNote in uk.org.toot.midi.sequence.edit
 

Methods in uk.org.toot.midi.sequence.edit with parameters of type MidiNote
 boolean SequenceSelection.contains(MidiNote note)
           
 boolean TrackSelection.contains(MidiNote note)
           
 boolean Selection.contains(MidiNote note)
           
 boolean TrackSelection.select(MidiNote note)
           
 

Constructors in uk.org.toot.midi.sequence.edit with parameters of type MidiNote
TrackSelection(MidiTrack track, MidiNote note)
           
 

Constructor parameters in uk.org.toot.midi.sequence.edit with type arguments of type MidiNote
TrackSelection(MidiTrack track, java.util.List<MidiNote> notes)
           
 

Uses of MidiNote in uk.org.toot.swingui.midiui.sequenceui
 

Methods in uk.org.toot.swingui.midiui.sequenceui that return MidiNote
 MidiNote SequenceSpiralView.match(MidiTrack t, long tick, int value, boolean bvelocity)
          Overridden for consideration of On tick only, Off tick ignored.
 MidiNote SequenceView.match(MidiTrack t, long tick, int value, boolean bvelocity)
          if value is -1, match nearest note at the specified tick
 

Methods in uk.org.toot.swingui.midiui.sequenceui that return types with arguments of type MidiNote
 java.util.List<MidiNote> SequenceSpiralView.getMatches(int trk, int x1, int y1, int x2, int y2)
           
 java.util.List<MidiNote> SequenceView.getMatches(MidiTrack track, int x1, int y1, int x2, int y2)
          default rectangular matcher, override for other geometries !!! UNIFY with selectionMoved
 



Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.