From b615b18d455593dbd57c5d560f8f4e9877f5f3da Mon Sep 17 00:00:00 2001 From: Zithia Satazaki Date: Mon, 28 Mar 2022 16:43:55 -0400 Subject: [PATCH] give that a default --- xybrid/nodelib/instrumentcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xybrid/nodelib/instrumentcore.h b/xybrid/nodelib/instrumentcore.h index bc04779..ee8e0d3 100644 --- a/xybrid/nodelib/instrumentcore.h +++ b/xybrid/nodelib/instrumentcore.h @@ -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;