diff --git a/README.md b/README.md index 9833c02..085a400 100644 --- a/README.md +++ b/README.md @@ -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.