Skip to content

Commit

Permalink
updated AiC charles config
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Dec 6, 2024
1 parent 1226382 commit d1fde86
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions configs/AiC-charles-u6midipro.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Metadata about this configuration
title = "RPi U6MIDI Pro: nanoKontrol Studio to notes and CCs"
owner = "Charles Martin"
description = "Uses x-touch over it's own USB connector and Volca FM over the Studio 1824c"
description = "Uses nanoKontrol panning inputs and outputs to CCs for controlling a DAW"

# Basic config
log_input = true
Expand All @@ -27,8 +27,8 @@ timescale = 1

# MIDI Mapping
[midi]
in_device = "U6MIDI Pro MIDI 1"
out_device = "U6MIDI Pro MIDI 1"
in_device = "U2MIDI Pro"
out_device = "U2MIDI Pro"
input = [ # nanoKONTROL Studio knobs
["control_change", 1, 13], # nanoKONTROL Studio knob controller 1
["control_change", 1, 14], # nanoKONTROL Studio knob controller 2
Expand All @@ -49,7 +49,3 @@ output = [ # Collection of Useful Mappings
["note_on", 4], # note
["control_change", 11, 4], #
]

[websocket]
server_ip = "0.0.0.0" # The address of this server
server_port = 5001 # The port this server should listen on.

0 comments on commit d1fde86

Please sign in to comment.