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