Remove the Voice::TriggerType enum
This commit is contained in:
parent
e32348190f
commit
025e87a0d1
1 changed files with 0 additions and 6 deletions
|
|
@ -44,12 +44,6 @@ public:
|
|||
|
||||
~Voice();
|
||||
|
||||
enum class TriggerType {
|
||||
NoteOn,
|
||||
NoteOff,
|
||||
CC
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Get the unique identifier of this voice in a synth
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue