|
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) |
| Positionable (Positionable const &other)=default |
| Positionable (Positionable &&other)=default |
Positionable & | operator= (Positionable const &other)=default |
Positionable & | operator= (Positionable &&other)=default |
|
int32_t | length |
uint8_t | velocity |
uint8_t | probability |
Iterance | iterance |
uint8_t | fill |
uint8_t | lift |
| Lift is noteOff velocity.
|
int32_t | pos {0} |
The documentation for this class was generated from the following files:
- src/deluge/model/note/note.h
- src/deluge/model/note/note.cpp