-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUserSettings.py
More file actions
executable file
·35 lines (22 loc) · 1.32 KB
/
UserSettings.py
File metadata and controls
executable file
·35 lines (22 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# ***************************** [SETTINGS NOTES] **************************
# Please DO NOT change any of the spacing in this file.
# Please DO NOT change the name of this file or its file extension. When done
# making your changes below, just save the file.
# After saving this file, you will need to close/restart Live for your changes
# to take effect.
# ***************************** [USER SETTINGS] **************************
# All of the settings below can either be set to True or False
# Spelling and capitalization is important here!
# Determines whether or not the Step Sequencers will be velocity-sensitive
VELOCITY_SENSITIVE_STEP_SEQ = True
# Determines whether or not Shift + Record will toggle Arrangement Record.
# This option should be set to False for use with LPC-Ditto or APC-Carbon.
SHIFT_RECORD_ARRANGE = True
# Determines whether or not the 8 Encoders above the Display can be used for
# finely adjusting parameter values when the Shift button is pressed and for
# resetting parameter values via Shift + Encoder double tap.
SHIFT_FINE_TUNE_AND_RESET = False
# Determines whether or not the SeaPush skin (created by Ableton forum user triant
# https://github.com/mrk/seapush) will be used.
# This option should be set to False for use with LPC-Ditto or APC-Carbon.
SEAPUSH_SKIN = True