jemitk / Pacer

1 stars 0 forks source link

Workouts: increase and decrease song paces based on a predefined sequence #6

Closed BryceStevenWilley closed 8 years ago

BryceStevenWilley commented 8 years ago

The activity framework is already there, we just need to implement the logic. Last I remember, we discussed basing everything on the first bpm measurement, and then playing songs afterwards that were at defined intervals from each other. I.e, one workout could be [0, +5, +20, +30, +10, -10]. We could do some fancy stuff based on the length of each song chosen, but we can that add later. Nothing more concrete to add.

BryceStevenWilley commented 8 years ago

Added this functionality in this commit. It's really buggy though, and most definitely is not ready for release. I'll make separate issues for each problem when we find it.