summaryrefslogtreecommitdiff
path: root/app/client/live/live.reducer.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-07-27 18:07:23 +0200
committerJules Laplace <julescarbon@gmail.com>2018-07-27 18:07:23 +0200
commitf1aa17aff5a252f7e7a00b81954e0c172dee9d32 (patch)
tree0bec492532f150ee038a40cf2fe1bb19f858c62c /app/client/live/live.reducer.js
parentc7fe6516850c08d6082513ebe918f9315a33f818 (diff)
sequence_step
Diffstat (limited to 'app/client/live/live.reducer.js')
-rw-r--r--app/client/live/live.reducer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/live/live.reducer.js b/app/client/live/live.reducer.js
index cb9e8a4..810f84c 100644
--- a/app/client/live/live.reducer.js
+++ b/app/client/live/live.reducer.js
@@ -5,7 +5,7 @@ import types from '../types'
const liveInitialState = {
loading: false,
error: null,
- opt: {},
+ opt: { hue: 0, saturation: 0, luminosity: 0, sequence_step: 1, recurse_roll: 0, rotate: 0, scale: 0, process_frac: 0.5 },
checkpoints: [],
epochs: ['latest'],
sequences: [],