|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NoteEvent in com.frinika.project |
---|
Fields in com.frinika.project with type parameters of type NoteEvent | |
---|---|
protected java.util.HashMap<java.lang.Integer,NoteEvent> |
RecordingManager.pendingNoteEvents
|
Uses of NoteEvent in com.frinika.sequencer |
---|
Methods in com.frinika.sequencer with parameters of type NoteEvent | |
---|---|
abstract void |
MidiEventProcessor.processNoteEvent(NoteEvent event)
|
Uses of NoteEvent in com.frinika.sequencer.gui.menu.midi |
---|
Methods in com.frinika.sequencer.gui.menu.midi with parameters of type NoteEvent | |
---|---|
void |
MidiVelocityAction.modifyNoteEvent(NoteEvent note)
|
void |
MidiTransposeAction.modifyNoteEvent(NoteEvent note)
|
void |
MidiTimeStretchAction.modifyNoteEvent(NoteEvent note)
|
void |
MidiShiftAction.modifyNoteEvent(NoteEvent note)
|
void |
MidiReverseAction.modifyNoteEvent(NoteEvent note)
|
void |
MidiQuantizeAction.modifyNoteEvent(NoteEvent note)
|
void |
MidiInsertControllersAction.modifyNoteEvent(NoteEvent note)
|
void |
MidiDurationAction.modifyNoteEvent(NoteEvent note)
|
abstract void |
AbstractMidiAction.modifyNoteEvent(NoteEvent note)
|
Method parameters in com.frinika.sequencer.gui.menu.midi with type arguments of type NoteEvent | |
---|---|
void |
MidiVelocityAction.modifyNoteEvents(java.util.Collection<NoteEvent> events)
|
void |
AbstractMidiAction.modifyNoteEvents(java.util.Collection<NoteEvent> events)
|
Uses of NoteEvent in com.frinika.sequencer.gui.pianoroll |
---|
Methods in com.frinika.sequencer.gui.pianoroll with parameters of type NoteEvent | |
---|---|
void |
DragNoteObserver.noteDraggedNotifiction(NoteEvent e)
|
void |
AudioFeedBack.select(NoteEvent ev)
|
void |
NoteEditPanel.update(NoteEvent note)
|
Constructors in com.frinika.sequencer.gui.pianoroll with parameters of type NoteEvent | |
---|---|
NoteEventTableModel(NoteEvent note,
int quantize,
int ticksPerBeat)
|
Uses of NoteEvent in com.frinika.sequencer.midieventprocessor |
---|
Methods in com.frinika.sequencer.midieventprocessor with parameters of type NoteEvent | |
---|---|
void |
Transpose.processNoteEvent(NoteEvent event)
|
void |
ScaleVelocity.processNoteEvent(NoteEvent event)
|
void |
AddVelocity.processNoteEvent(NoteEvent event)
|
Uses of NoteEvent in com.frinika.sequencer.model |
---|
Fields in com.frinika.sequencer.model with type parameters of type NoteEvent | |
---|---|
static java.util.Comparator<NoteEvent> |
NoteEvent.noteComparator
|
Methods in com.frinika.sequencer.model with parameters of type NoteEvent | |
---|---|
int |
NoteEvent.StartComparator.compare(NoteEvent o1,
NoteEvent o2)
|
int |
NoteEvent.EndComparator.compare(NoteEvent o1,
NoteEvent o2)
|
int |
NoteEvent.NoteComparator.compare(NoteEvent o1,
NoteEvent o2)
|
int |
NoteEndComparator.compare(NoteEvent arg0,
NoteEvent arg1)
|
void |
Quantization.quantize(NoteEvent note)
Quantize a NoteEvent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |