Skip to content

Commit

Permalink
UI Text change, version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
togrupe committed Jun 20, 2024
1 parent a5c2531 commit 5091051
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Choose which mode you want to use:
* An additional custom track prefix can also be added.<br>
* Add two additional mono busses to record your mixing sum.

9. `Generate Director v2.x CSV (Columns: Name, Color, Source, Socket, Gain, Pad, Phantom)` Generates a CSV file for dLive Director incl. Name, Color, Patching, Gain, Pad, Phantom, using the Director CSV Import function, you can use this as a baseline for the MIDI based parameters.
9. `Generate Director CSV (Columns: Name, Color, Source, Socket, Gain, Pad, Phantom)` Generates a CSV file for dLive Director incl. Name, Color, Patching, Gain, Pad, Phantom, using the Director CSV Import function, you can use this as a baseline for the MIDI based parameters.

<img alt="director-main-system" src="doc/directorcsv/director-main-system.png" width="150"/>

Expand Down
2 changes: 1 addition & 1 deletion src/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ def test_ip_connection():
output_option_frame = LabelFrame(tab1, text="Output Options")

var_write_to_csv = BooleanVar(value=False)
write_to_csv = Checkbutton(output_option_frame, text="Generate Director v2.x CSV (Columns: Name, Color, Source, Socket, Gain, Pad, Phantom)",
write_to_csv = Checkbutton(output_option_frame, text="Generate Director CSV (Columns: Name, Color, Source, Socket, Gain, Pad, Phantom)",
var=var_write_to_csv)

var_write_to_console = BooleanVar(value=True)
Expand Down
2 changes: 1 addition & 1 deletion src/Toolinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
#
####################################################
tool_name = "Channel List Manager for Allen & Heath dLive and Avantis"
version = "2.8.0-RC6"
version = "2.8.0-RC7"
build_date = "June 2024"

0 comments on commit 5091051

Please sign in to comment.