Better doc

This commit is contained in:
sam 2020-09-30 23:54:51 +02:00
parent 67e1d52a59
commit 39ac8c9960
1 changed files with 3 additions and 2 deletions

View File

@ -86,6 +86,7 @@ LJ is in dev : versions in this repository will always be core functionnal : acc
- Linux Buster : in LJ directory, type in a terminal window :
cd server
./install.sh
@ -334,7 +335,7 @@ For glitching experience you can change resampling strategy live with "resampler
# Colors
#
LJ is compatible with TLL and analog modulation. Each point color is an int value, wich is simply the hex color in decimal. Example : white = #fffff = 65535.
LJ is compatible with TLL and analog modulation. Each point color is an int value, wich is simply the hex color in decimal. Example : white = #ffffff = 16777215.
#
# Ether dream DAC
@ -457,7 +458,7 @@ Every point must be : (x,y,color). Color is the hex color like #FFFFFF in decima
/resampler/lasernumber lsteps : change resampling strategy (see glitch art), for given laser
lsteps is a string like "[ (1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]"
/scene/scenenumber/start 0 or 1 : tell all tracers to use given scene
/scene/scenenumber/start 1 : tell all tracers to use given scene
/regen : regen webui index html page.