Reorganize top-level directories with clearer naming convention
app -> app-desktop-macos, presets -> app-presets, server -> remote-server, daw-config-reaper -> osc-config-daw, plugin-reaper-realearn -> plugin-reaper-relearn. Updated run.py and presets.py path references accordingly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
--- 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",
|
||||
}
|
||||
Reference in New Issue
Block a user