e58f06d9fa
Stripped upstream git history; starting point for replacing the native SWELL/Win32 mapping UI with something more suited to bulk editing. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
32 lines
1002 B
Lua
32 lines
1002 B
Lua
--- name: Console 1 mk2 - Native mode
|
|
--- realearn_version: 2.16.12
|
|
--- author: helgoboss
|
|
--- device_manufacturer: Softube
|
|
--- device_name: Console 1 mk2
|
|
--- description: |
|
|
--- This controller preset implements support for the Softube Console 1 controller in native mode.
|
|
---
|
|
--- Pros:
|
|
--- * True relative control without glitches
|
|
--- * True momentary buttons
|
|
--- * LED feedback without glitches
|
|
--- * Button "Fine Adjust" is available and can be customized
|
|
---
|
|
--- Cons:
|
|
--- * Button "On" is not available
|
|
--- * Using Softube plug-ins that connect to the Console 1 is not possible (they would interfere)
|
|
---
|
|
--- setup_instructions: |
|
|
--- 1. Connect the controller
|
|
--- 2. Start the Console 1 On-Screen Display software
|
|
--- 3. Make sure to not use any Softube plug-ins
|
|
---
|
|
--- provided_schemes: [softube/console1-mk2]
|
|
|
|
--!strict
|
|
|
|
local commons = require("softube/console1-mk2-lib/preset-common")
|
|
return commons.create_compartment {
|
|
mode = "native",
|
|
}
|