-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmain.ini
42 lines (33 loc) · 1.47 KB
/
main.ini
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
36
37
38
39
40
; Do not change this file, it is restored by update. Edit local.ini
[LICENSE]
;owner -- email address of the registered owner
owner = myname@mail.com
;reg_license -- license, 8 groups of two symbols, contains 0..9 and a..f
reg_license = ac-70-e5-ab-fc-75-08-2a
[AUDIO]
;max_len_seconds -- how long a loop may be.
max_len_seconds = 60
;device_name -- name (or part of name) of the device to use, case insensitive
device_name = USB Audio
;device_type -- data type to process and store audio information, int16 or float32
device_type = float32
;sample_rate -- sample rate, 48000 or 44100, depends on the available audio device
sample_rate = 44100
[LOOPER]
;loop_clear -- if =1 while recording new loop, keep the latest take only
loop_clear = 1
;screen_type -- where to show looper's info, 0-text terminal, 1-web page. For web WiFi connection is required
screen_type = 0
;menu_layout -- menu layout directory located in ./config/menu/ This directory has more INI files
menu_layout = 6-4-menu
;save memory, use with raspberry Pi with 1MB of memory or less
memory_saving = 1
;break_mark -- if drum pattern name has it, it as a break; if empty, breaks defined by pattern energy
break_mark = Brk
[MIDI]
;midi_in -- name (or part of name) for MIDI input control
midi_in = BlueBoard
;keyboard_keys -- keys on computer keyboard if MIDI controller is missing
keyboard_keys = 1, 2, 3, 4, q, w
;keyboard_notes -- notes of MIDI foot controller or computer keyboard
keyboard_notes = 60, 62, 64, 65, 12, 13