File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ in spirit rather than by the letter.
34
34
* Prefer to name unsigned loop counters `u` and signed ones `i`
35
35
* Place comments above the section they are commenting on
36
36
* Use inline comments sparingly
37
+ * Do not omit '{}' brackets, even if optional (e.g. single-statement conditional bodies)
38
+ * Opening braces stay on the same line as the condition
37
39
38
40
#### C specific
39
41
Original file line number Diff line number Diff line change 7
7
bind = 0.0.0.0
8
8
9
9
[midi in]
10
- read = BCF
10
+ read = Launch Control
11
11
12
12
[artnet out]
13
13
destination = 255.255.255.255
@@ -18,7 +18,7 @@ script = layering.lua
18
18
default-handler = handler
19
19
20
20
[map]
21
- in.ch1.cc{1..8 } > layers.in {0..7 }
21
+ in.ch1.cc{0..15 } > layers.{0..15 }
22
22
layers.out{0..511} > out.{1..512}
23
23
24
24
in.ch0.note0 > layers.control
You can’t perform that action at this time.
0 commit comments