Remove the Voice::TriggerType enum

This commit is contained in:
Paul Ferrand 2020-08-25 22:01:44 +02:00
parent e32348190f
commit 025e87a0d1

View file

@ -44,12 +44,6 @@ public:
~Voice();
enum class TriggerType {
NoteOn,
NoteOff,
CC
};
/**
* @brief Get the unique identifier of this voice in a synth
*/