jgroom33 / FitStormMK

FitStorm base using meteor kitchen
0 stars 0 forks source link

Live page timing & layout #18

Closed jgroom33 closed 8 years ago

jgroom33 commented 8 years ago

Timing

Live execution timing is off. The flow should be: cue for exercise 1 should begin 3 seconds before the song starts. Song and exercise 1 countdown timer begin simultaneously Cue for exercise 2 begins 3 seconds before exercise 2 starts

repeat

Layout

A single timer should exist. The exercises should scroll

live view

jgroom33 commented 8 years ago

Awesome work on this! It is operating very nicely. A small change: The 3-2-1 visual cue timer should only exist for the first exercise.

We'll have songs that are exactly 4 minutes long. The music will coincide exactly with the 20/10's so the intermediate 3-2-1 timers need to be removed.

There might be a 'pause' in the beginning of a song, but let's see what the songs sound like when we get them. If there is a pause, we'll need to add that as an option during set creation.

jgroom33 commented 8 years ago

@cincochristopher Here's a trial song. This trial song is a custom interval.

See if you can get the css timings to recreate it. https://drive.google.com/file/d/0B1qzFxuIA4mpUFVkbGdTSGUxYVE/view?usp=drivesdk

cincochristopher commented 8 years ago

@jgroom33 These are the exercises with corresponding duration? right?

screen shot 2016-07-24 at 12 03 55 pm
jgroom33 commented 8 years ago

@cincochristopher yes

jgroom33 commented 8 years ago

@cincochristopher More details: There should be no countdown timer in between the exercises. A Tabata with 4 exercises should play as: 20 secs of exercise a 10 seconds rest (with audio cue) 20 secs of exercise b 10 second rest (with audio cue) 20 secs of exercise c 10 seconds rest (with audio cue) 20 secs of exercise d 10 second rest (with audio cue)

For the above cues would execute at:

cincochristopher commented 8 years ago

@jgroom33 so the countdown timer will only appear at the beginning? Im referring to the 3-second timer before the music and exercise starts.

jgroom33 commented 8 years ago

Correct

jgroom33 commented 8 years ago

Closing to start a new issue