From b074947427605f90e14b89b9cbd8767bb7ded8e8 Mon Sep 17 00:00:00 2001 From: userdsp Date: Sat, 25 Jan 2025 10:16:51 +0100 Subject: [PATCH] Update SpecialVstDevices.java //LEXICON_PSP(1347630130); Disabling the old Lexicon_PSP42 otherwise Lexicon_PSP42x 2.0.2 will not work, or the compiling will crash --- src/main/java/com/allenheath/k2/set1/SpecialVstDevices.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/allenheath/k2/set1/SpecialVstDevices.java b/src/main/java/com/allenheath/k2/set1/SpecialVstDevices.java index cf6b6d6..24be1e5 100644 --- a/src/main/java/com/allenheath/k2/set1/SpecialVstDevices.java +++ b/src/main/java/com/allenheath/k2/set1/SpecialVstDevices.java @@ -6,8 +6,8 @@ import com.bitwig.extension.controller.api.SpecificPluginDevice; public enum SpecialVstDevices implements SpecialDevice { - LEXICON_PSP(1347630130); - + //LEXICON_PSP(1347630130); Disabling the old Lexicon_PSP42 otherwise Lexicon_PSP42x 2.0.2 will not work, or the compiling will crash +; private final int id; private SpecialVstDevices(final int id) {