public interface ControllerInterface
| Modifier and Type | Method and Description | 
|---|---|
| void | decreaseBPM() | 
| void | increaseBPM() | 
| void | setBPM(int bpm) | 
| void | start() | 
| void | stop() | 
void start()
void stop()
void increaseBPM()
void decreaseBPM()
void setBPM(int bpm)