From 55e8a6a963abce921343fdbb7d01fee7cfd1741f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 16 Jul 2023 18:57:50 +0200 Subject: Add support for non-percussive instruments, responding to note-off events. --- src/DGDOM.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/DGDOM.h') diff --git a/src/DGDOM.h b/src/DGDOM.h index 474b29c..be8f463 100644 --- a/src/DGDOM.h +++ b/src/DGDOM.h @@ -74,6 +74,7 @@ struct InstrumentDOM std::string name; std::string version; std::string description; + std::string percussive; std::vector samples; std::vector instrument_channels; -- cgit v1.2.3