Lv2Ports: Smash plugins with out-of-bounds defaults

This commit is contained in:
Johannes Lorenz
2020-11-13 20:58:41 +01:00
committed by Johannes Lorenz
parent 1c2107f4c6
commit 3a74bad0c9
3 changed files with 27 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ enum PluginIssueType
portHasNoDef,
portHasNoMin,
portHasNoMax,
defaultValueNotInRange,
featureNotSupported, //!< plugin requires functionality LMMS can't offer
badPortType, //!< port type not supported
blacklisted,