public interface ParsedTrack
Modifier and Type | Method and Description |
---|---|
Iterable<EventPair<NoteEvent>> |
getNotePairs(long low,
long high)
Gets the note event pairs overlapping with the specified interval
|
Iterable<EventPair<PedalEvent>> |
getPedalPairs(long low,
long high)
Gets the pedal event pairs overlapping with the specified interval
|
Iterable<EventPair<NoteEvent>> getNotePairs(long low, long high)
low
- the lower inclusive bound to return events for in microsecondshigh
- the upper inclusive bound to return events for in microsecondsIllegalArgumentException
- if low
is greater than high
Iterable<EventPair<PedalEvent>> getPedalPairs(long low, long high)
low
- the lower inclusive bound to return events for in microsecondshigh
- the upper inclusive bound to return events for in microsecondsIllegalArgumentException
- if low
is greater than high
Copyright © 2015 Kreatious LLC. All rights reserved.