Uses of Class
com.frinika.sequencer.model.MidiLane

Packages that use MidiLane
com.frinika.midi   
com.frinika.notation   
com.frinika.project   
com.frinika.renderer   
com.frinika.sequencer   
com.frinika.sequencer.gui.menu.midi   
com.frinika.sequencer.gui.partview   
com.frinika.sequencer.gui.pianoroll   
com.frinika.sequencer.gui.selection   
com.frinika.sequencer.model   
 

Uses of MidiLane in com.frinika.midi
 

Methods in com.frinika.midi with parameters of type MidiLane
 javax.swing.JPanel DrumMapper.getGUIPanel(ProjectFrame frame, MidiLane lane)
           
 

Uses of MidiLane in com.frinika.notation
 

Methods in com.frinika.notation that return MidiLane
 MidiLane NotationEditor.getLaneAtY(int y)
           
 

Methods in com.frinika.notation with parameters of type MidiLane
 ClefChange NotationEditor.getClef(MidiLane lane)
           
 int NotationEditor.screenToPitch(MidiLane lane, int y)
           
 

Uses of MidiLane in com.frinika.project
 

Methods in com.frinika.project that return MidiLane
 MidiLane ProjectContainer.createMidiLane()
          Creates a MidiLane and adds it to the Lane collection
 

Uses of MidiLane in com.frinika.renderer
 

Methods in com.frinika.renderer that return MidiLane
 MidiLane FrinikaRenderer.findLane(FrinikaTrackWrapper track)
           
 

Uses of MidiLane in com.frinika.sequencer
 

Methods in com.frinika.sequencer with parameters of type MidiLane
 void FrinikaSequencer.setSolo(MidiLane lane, boolean solo)
           
 

Uses of MidiLane in com.frinika.sequencer.gui.menu.midi
 

Methods in com.frinika.sequencer.gui.menu.midi that return MidiLane
 MidiLane AbstractMidiAction.getMidiLane()
           
 

Uses of MidiLane in com.frinika.sequencer.gui.partview
 

Constructors in com.frinika.sequencer.gui.partview with parameters of type MidiLane
MidiVoiceView(MidiLane lane, ProjectFrame frame)
           
 

Uses of MidiLane in com.frinika.sequencer.gui.pianoroll
 

Fields in com.frinika.sequencer.gui.pianoroll declared as MidiLane
 MidiLane VirtualPianoVert.Config.lane
           
 

Constructors in com.frinika.sequencer.gui.pianoroll with parameters of type MidiLane
VirtualPianoVert.Config(int keyDepth, int noteHeight, javax.sound.midi.Receiver recv, MidiLane lane)
           
 

Uses of MidiLane in com.frinika.sequencer.gui.selection
 

Methods in com.frinika.sequencer.gui.selection that return MidiLane
 MidiLane MidiSelection.getMidiLane()
           
 

Uses of MidiLane in com.frinika.sequencer.model
 

Constructors in com.frinika.sequencer.model with parameters of type MidiLane
MidiPart(MidiLane lane)
          Constructor for an MidiPart.