public interface MetroEvent extends MetroEventProcess, MetroEventInFrames, MetroEventDumper
MetroTrack.progressCursor(int, List)
method;
refer the method for
further information.
These methods are called as a callback of JACKAudio processing; these method should return as soon as possible. The heavy processing that blocks for longer time than the current setting of JACK's frame rate causes JACK to XRUN.
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<MetroEvent> |
BAR_OFFSET_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
double |
getBarOffset() |
boolean |
isBetween(double from,
double to) |
void |
prepareBarOffset(int barLengthInFrames) |
void |
setBarOffset(double barOffset) |
getBarOffsetInFrames, isBetweenInFrames, prepareBarOffsetInFrames, setBarOffsetInFrames
process
getTypeName
dump, dumpProc
static final java.util.Comparator<MetroEvent> BAR_OFFSET_COMPARATOR