|
lib Modulove
Library for building custom scripts for Modulove modules.
|
Hardware abstraction wrapper for SyncLFO module. More...
#include <synclfo.h>

Public Member Functions | |
| SyncLFO () | |
| Constructor. | |
| ~SyncLFO () | |
| Deconstructor. | |
| void | Init () |
| Initializes the Arduino, and SyncLFO hardware. | |
| void | ProcessInputs () |
| Read the state of the CLK and RST inputs. | |
Public Attributes | |
| synclfo::Config | config |
| AnalogInput | p1 |
| AnalogInput | p2 |
| AnalogInput | p3 |
| AnalogInput | p4 |
| AnalogInput * | knobs [synclfo::P_COUNT] |
| DigitalInput | gate |
| DigitalInput | trig |
| AnalogOutput | output |
| Button | b1 |
| Button | b2 |
Hardware abstraction wrapper for SyncLFO module.