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