From dc1c2bf024885af3476f41e2f245765c633816a7 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 27 Jul 2018 18:16:29 +0200 Subject: html --- app/client/live/live.reducer.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/client/live') 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: [], -- cgit v1.2.3-70-g09d2