Package heronarts.lx.clip
Class MidiNoteClipLane
java.lang.Object
heronarts.lx.clip.LXClipLane
heronarts.lx.clip.MidiNoteClipLane
- All Implemented Interfaces:
LXSerializable
-
Nested Class Summary
Nested classes/interfaces inherited from interface heronarts.lx.LXSerializable
LXSerializable.Utils
-
Field Summary
Fields inherited from class heronarts.lx.clip.LXClipLane
clip, events, KEY_LANE_TYPE, mutableEvents, onChange, VALUE_LANE_TYPE_MIDI_NOTE, VALUE_LANE_TYPE_PARAMETER, VALUE_LANE_TYPE_PATTERN
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendNote
(MidiNote note) getLabel()
protected LXClipEvent
loadEvent
(LX lx, JsonObject eventObj) Methods inherited from class heronarts.lx.clip.LXClipLane
appendEvent, clearSelection, insertEvent, load, moveEvent, removeEvent, save
-
Constructor Details
-
MidiNoteClipLane
-
-
Method Details
-
getLabel
- Specified by:
getLabel
in classLXClipLane
-
loadEvent
- Specified by:
loadEvent
in classLXClipLane
-
appendNote
-