summaryrefslogtreecommitdiff
path: root/src/engineevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engineevent.h')
-rw-r--r--src/engineevent.h1
1 files changed, 1 insertions, 0 deletions
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
};