config system
This commit is contained in:
parent
fc289e010b
commit
1b924174f2
2 changed files with 59 additions and 0 deletions
25
config.txt
Normal file
25
config.txt
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
; here, put the same values as in game config
|
||||
; the default config is for the inverted hercules djcontrol inpulse 200
|
||||
|
||||
[spin]
|
||||
; ex. Ch 2 Note 10, so 2 and 10
|
||||
spin_channel_1=2
|
||||
spin_note_1=10
|
||||
; spin 2: Ch 2 Note 9, so 2 and 9
|
||||
; if you have no seconday spin, put the same values as the one above
|
||||
spin_channel_2=2
|
||||
spin_note_2=9
|
||||
|
||||
[jog]
|
||||
; ex. Ch 2 Note 8, so 2 and 8
|
||||
jog_channel=2
|
||||
jog_note=8
|
||||
|
||||
[beat]
|
||||
; ex. Ch 3 Note 8, so 3 and 8
|
||||
beat_channel=3
|
||||
beat_note=8
|
||||
|
||||
[inverted]
|
||||
; ex. true by default, false if your turntable is NOT inverted
|
||||
is_inverted=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue