From 23f625be77c925569dfea8700103aff89d513b50 Mon Sep 17 00:00:00 2001 From: Sander Vocke Date: Tue, 23 Jul 2024 12:22:30 +0200 Subject: Add openness CC control for hi-hats. --- src/engineevent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engineevent.h') diff --git a/src/engineevent.h b/src/engineevent.h index bf2b712..d8930d2 100644 --- a/src/engineevent.h +++ b/src/engineevent.h @@ -44,4 +44,5 @@ struct event_t std::size_t offset; //!< The offset position in the input buffer float velocity; //!< The velocity if the type is a note on [0; 1] float position; //!< The position of the note. 0 := center, 1 := rim + float openness; //!< The openness of the instrument. 0 := closed, 1 := open }; -- cgit v1.2.3