Skip to content

Commit 06054b2

Browse files
committed
doc updated
pyinstaller command added alignment of UI elements gui picture updated
1 parent 7453d70 commit 06054b2

File tree

4 files changed

+298
-290
lines changed

4 files changed

+298
-290
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ The following colors are allowed:
2626
blue, red, light blue, purple, green, yellow, black, white
2727

2828
## 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.
3030

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.
3332

3433
## Default ip and port
3534
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.
3736

3837
Please make sure that your ethernet or Wi-Fi interface has an ip address in the same subnet. e.g. 192.168.1.10
3938

@@ -53,11 +52,17 @@ Prerequisites:
5352

5453
`python3 main.py`
5554

56-
Afterwards the following GUI should appear.
55+
Afterwards the following window appears.
5756

5857
![Gui](gui.png)
5958

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.
6166

6267
If you find any issues, please let me know.
6368

createExe.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pip install pyinstaller
2+
3+
pyinstaller.exe --onefile -w main.py

gui.png

1.31 KB
Loading

0 commit comments

Comments
 (0)