You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,13 @@ The following colors are allowed:
26
26
blue, red, light blue, purple, green, yellow, black, white
27
27
28
28
## Settings on the dlive console
29
-
The Midi Channel setting on dlive under `Utils/Shows -> Control -> Midi`has to be: `12 to 16`, which is default.
29
+
The Midi Channel setting on dlive under `Utils/Shows -> Control -> Midi`should be be set to : `12 to 16`, which is default.
30
30
31
-
If you want to change the preconfigured Midi port, you can set the field: `midi_channel_number`
32
-
in the file: dliveConstants.py according to your dlive settings.
31
+
If you want to change the preconfigured Midi port, you can change it in the Graphical User Interface according to your dlive settings.
33
32
34
33
## Default ip and port
35
34
The default dlive mixrack ip address is: 192.168.1.70. This IP-Address is preconfigured in the scripts. If you want to
36
-
change it, you can edit the field `ip` in the file: dliveConstants.py or during runtime within the GUI.
35
+
change it, you can edit the field `ip` in the file: dliveConstants.py or during runtime within the Graphical User Interface.
37
36
38
37
Please make sure that your ethernet or Wi-Fi interface has an ip address in the same subnet. e.g. 192.168.1.10
39
38
@@ -53,11 +52,17 @@ Prerequisites:
53
52
54
53
`python3 main.py`
55
54
56
-
Afterwards the following GUI should appear.
55
+
Afterwards the following window appears.
57
56
58
57

59
58
60
-
Select the columns you want to write, then click the button "Open Excel Sheet and Trigger Writing Process" to select your custom Excel sheet. Afterwards the selected action(s) start automatically.
59
+
1. Check the Mixrack IP and Midi Port.
60
+
61
+
2. Select the columns you want to write,
62
+
63
+
3. then click the button "Open Excel Sheet and Trigger Writing Process" to select your custom Excel sheet. Afterwards the selected action(s) start automatically.
64
+
65
+
4. If something goes wrong, please check the console.
0 commit comments