give that a default

master
Zithia Satazaki 2022-03-28 16:43:55 -04:00
parent 9b131e5322
commit b615b18d45
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace Xybrid::NodeLib {
void* intern = nullptr;
public:
uint16_t id;
double note; // floating point to allow smooth pitch bends
double note = 64.0; // floating point to allow smooth pitch bends
double noteAdd = 0.0;
double time = 0.0;