#include <Encoders.hh>
Public Member Functions | |
| TempoEncoder (const char *_name=NULL) | |
| TempoEncoder () | |
| void | handle (uint8_t val) |
Encoder that automatically updates the tempo of the midi clock when changed. Ranges from 20 to 255 (because the max value of a range encoder is 255 at the moment).
| TempoEncoder::TempoEncoder | ( | ) | [inline] |
| void TempoEncoder::handle | ( | uint8_t | val | ) | [virtual] |
Reimplemented from RangeEncoder.
1.6.1