This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.sample.js
40 lines (40 loc) · 1.86 KB
/
config.sample.js
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
module.exports = {
twitter: {
userId: 2376957883,
consumer_key: '',
consumer_secret: '',
access_token_key: '',
access_token_secret: ''
},
omc: {
addresses: [
'10.0.12.201',
'10.0.12.202',
'10.0.12.203',
'10.0.12.204',
'10.0.12.205',
'10.0.12.206'
]
},
midi: {
enable: false,
ports: [] // Midi ports as Integers
},
displayTerminalScreen: true,
video: {
files: {
'0': { prefix: './loops/bar/loop/Getraenke 2/Getraenke 2_', suffix: '.png', counterLength: 5, start: 0, end: 814, fps: 24 },
// '0': { prefix: './loops/loop10/loop10', suffix: '.png', counterLength: 6, start: 1, end: 898, fps: 24 },
// '1': { prefix: './loops/loop/loop', suffix: '.png', counterLength: 6, start: 1, end: 1128, fps: 24 },
// '2': { prefix: './loops/loop2/loop2', suffix: '.png', counterLength: 6, start: 1, end: 719, fps: 24 },
// '3': { prefix: './loops/loop3/loop3', suffix: '.png', counterLength: 6, start: 1, end: 902, fps: 24 },
// '4': { prefix: './loops/loop4/loop4', suffix: '.png', counterLength: 6, start: 1, end: 601, fps: 24 },
// '5': { prefix: './loops/loop5/loop5', suffix: '.png', counterLength: 6, start: 1, end: 1199, fps: 24 },
// '6': { prefix: './loops/loop6/loop6', suffix: '.png', counterLength: 6, start: 1, end: 468, fps: 24 },
// '7': { prefix: './loops/loop7/loop75', suffix: '.png', counterLength: 6, start: 1, end: 1200, fps: 24 },
// '8': { prefix: './loops/loop8/loop8', suffix: '.png', counterLength: 6, start: 1, end: 300, fps: 24 },
// '9': { prefix: './loops/loop9/loop9', suffix: '.png', counterLength: 6, start: 1, end: 601, fps: 24 },
'length': 1
}
}
};