forked from protonphoton/LJ
Better doc
This commit is contained in:
parent
67e1d52a59
commit
39ac8c9960
@ -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 :
|
- Linux Buster : in LJ directory, type in a terminal window :
|
||||||
|
|
||||||
cd server
|
cd server
|
||||||
|
|
||||||
./install.sh
|
./install.sh
|
||||||
|
|
||||||
|
|
||||||
@ -334,7 +335,7 @@ For glitching experience you can change resampling strategy live with "resampler
|
|||||||
# Colors
|
# 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
|
# 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
|
/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)]"
|
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.
|
/regen : regen webui index html page.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user