Deluge Firmware 1.3.0
Build date: 2025.07.11
Loading...
Searching...
No Matches
Note Class Reference
Inheritance diagram for Note:
Collaboration diagram for Note:

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
Positionableoperator= (Positionable const &other)=default
Positionableoperator= (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}

The documentation for this class was generated from the following files:
  • src/deluge/model/note/note.h
  • src/deluge/model/note/note.cpp