![]() |
Deluge Firmware 1.3.0
Build date: 2026.08.16
|


Public Member Functions | |
| void | setLength (int32_t newLength) |
| int32_t | getLength () |
| void | setVelocity (int32_t newVelocity) |
| int32_t | getVelocity () |
| void | setLift (int32_t newLift) |
| int32_t | getLift () |
| void | setProbability (int32_t newProbability) |
| int32_t | getProbability () |
| void | setIterance (Iterance newIterance) |
| Iterance | getIterance () |
| void | setFill (int32_t newFill) |
| int32_t | getFill () |
| bool | isDrone (int32_t effectiveLength) |
| Public Member Functions inherited from Positionable | |
| Positionable (Positionable const &other)=default | |
| Positionable (Positionable &&other)=default | |
| Positionable & | operator= (Positionable const &other)=default |
| Positionable & | operator= (Positionable &&other)=default |
Public Attributes | |
| int32_t | length |
| uint8_t | velocity |
| uint8_t | probability |
| Iterance | iterance |
| uint8_t | fill |
| uint8_t | lift |
| Lift is noteOff velocity. | |
| Public Attributes inherited from Positionable | |
| int32_t | pos {0} |