Package toxi.music
Interface QuantizedTimeHandler
public interface QuantizedTimeHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleBar(int beatCount) voidhandleBeat(int beatCount) voidhandleTick(int ticks)
-
Method Details
-
handleBar
void handleBar(int beatCount) -
handleBeat
void handleBeat(int beatCount) -
handleTick
void handleTick(int ticks)
-