All parameters are optional. They all have a defined default value.
The configuration is stored on the sdcard in the file "ltc.txt".
Source input
Parameter name
|
Description |
source |
ltc, midi, artnet, tcnet, internal, rtp-midi, systime (default = ltc) |
auto_start |
0 / 1 (default = 0) Applicable when source=systime.Source select with buttons is bypassed.
|
Disable outputs
Parameter name
|
Description |
disable_display |
0 / 1 (default = 0)
|
disable_max7219
|
0 / 1 (default = 0)
|
disable_midi |
0 / 1 (default = 0)
|
disable_artnet |
0 / 1 (default = 0)
|
disable_ltc |
0 / 1 (default = 0) |
disable_rtp-midi |
0 / 1 (default = 0)
|
disable_tcnet |
1 (there is no TCNet MASTER implementation, yet)
|
System clock / RTC
Parameter name
|
Description |
show_systime |
0 / 1 (default = 0) Show system time when there is no data received
Only applicable when input is based on Ethernet.
|
disable_timesync |
0 / 1 (default = 0) Update system clock / RTC with ArtTimeSync |
NTP Server
Parameter name
|
Description |
ntp_enable |
0 / 1 (default = 0) Enable NTP v3 Server
|
year |
2-digits (default = firmware build year)
|
month |
1-12 (default = firmware build month) |
day |
1-31 (default = firmware build day) |
OSC Server
Parameter name
|
Description |
osc_enable |
0 / 1 (default = 0)
|
osc_port |
> 1024 (default = 8000)
|
Example: #ltc.txt #source=ltc # Disable outputs # #disable_display=0 #disable_max7219=0 #disable_ltc=0 #disable_midi=0 #disable_artnet=0 #disable_tcnet=0 #disable_rtp-midi=0 # System clock / RTC # #show_systime=0 #disable_timesync=0 # source=systime # #auto_start=0 # source=internal # #fps=25 #start_hour=0 #start_minute=0 #start_second=0 #start_frame=0 #stop_hour=23 #stop_minute=29 #stop_second=59 #stop_frame=24 # NTP Server # #ntp_enable=0 #year=20 #month=4 #day=6 # OSC Server # #osc_enable=0 #osc_port=8000 # WS28xx display # #ws28xx_enable=0
|
|