JoshuaBThompson / WristBand

WristBand Music Device
0 stars 0 forks source link

Add current measure count to app #75

Closed JoshuaBThompson closed 8 years ago

JoshuaBThompson commented 8 years ago

Currently app does not show real measure count

JoshuaBThompson commented 8 years ago

@Alex-L-Crane Question about measure count change:

Your thoughts?

Alex-L-Crane commented 8 years ago

Yes, we should allow them to cut off measures with existing beats. But we should save that data so it can be accessed if they add a measure.

So, loop with two measures each with a beat > user reduces loop to one measure > loop plays only the first measure with musical data in that measure > user increases loop to two measures > loop plays both measures with originally recorded data

To confirm: user measure count adjustments always remove or add measures at the end of the loop. If a 4 measure loop is reduced to 2 measures, 2 measures are removed from the end of the loop. If a 4 measure loop is increased to 6 measures, 2 measures are added to the end of the loop.

JoshuaBThompson commented 8 years ago

Ok, that makes sense.

JoshuaBThompson commented 8 years ago

This is updated in the newLooping and newLooping_Swift3 branches.