Skip to content

Commit

Permalink
Bump CC API version to 3, for exp.pedal support
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Sep 15, 2023
1 parent 14f34f1 commit 9ad5ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
PEDALBOARDS_HTTP_ADDRESS = os.environ.pop('MOD_PEDALBOARDS_HTTP_ADDRESS', "https://pedalboards-dev.mod.audio")
PEDALBOARDS_LABS_HTTP_ADDRESS = os.environ.pop('MOD_PEDALBOARDS_LABS_HTTP_ADDRESS', "https://pedalboards-labs.mod.audio")
CONTROLCHAIN_HTTP_ADDRESS = os.environ.pop('MOD_CONTROLCHAIN_HTTP_ADDRESS',
"https://download.mod.audio/releases/cc-firmware/v2")
"https://download.mod.audio/releases/cc-firmware/v3")

MIDI_BEAT_CLOCK_SENDER_URI = "urn:mod:mclk"
MIDI_BEAT_CLOCK_SENDER_INSTANCE_ID = 9993
Expand Down

0 comments on commit 9ad5ce3

Please sign in to comment.