PluginIssue: Add too MIDI in/out channels

This commit is contained in:
Johannes Lorenz
2020-10-04 21:45:00 +02:00
parent 8939b149e3
commit b558865ca4
2 changed files with 6 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ enum PluginIssueType
unknownPortType,
tooManyInputChannels,
tooManyOutputChannels,
tooManyMidiInputChannels,
tooManyMidiOutputChannels,
noOutputChannel,
portHasNoDef,
portHasNoMin,