Uses of Class
org.jjazz.pianoroll.api.NoteView
-
Uses of NoteView in org.jjazz.pianoroll.api
Modifier and TypeMethodDescriptionPianoRollEditor.getNoteView
(NoteEvent ne) Get the NoteView associated to the specified NoteEvent.Modifier and TypeMethodDescriptionPianoRollEditor.getNoteViews()
Get all the NoteViews sorted by NoteEvent natural order.PianoRollEditor.getSelectedNoteViews()
Get the currently selected NoteViews sorted by NoteEvent natural order.Modifier and TypeMethodDescriptionvoid
EditTool.editMultipleNotes
(List<NoteView> noteViews) Perform the edit on multiple notes (if operation is supported, see isEditMultipleNotesSupported()).NoteView.getNotes
(Collection<NoteView> noteViews) Get a list of notes from a collection of NoteViews.