LvnL / metronomic

0 stars 0 forks source link

Multiple Identical Subdivisions #2

Closed LvnL closed 1 week ago

LvnL commented 8 months ago

Currently a user can add multiple subdivisions with the same subdivision option. For example, a subdivision of 2 can be added, followed by another 2 subdivision. The list of available subdivisions should be limited to those that aren't already selected.

For example if the metronome is in a state without subdivisions and the available set of subdivision options is 2, 3, 4, and 5, when 2 gets added as a subdivision, then the available set of subdivision options when adding or configuring another subdivision is only 3, 4, and 5.

LvnL commented 1 week ago

This issue is no longer relevant, due to an improved implementation of ssubdivision state management. If multiple added subdivisions occupy the same location, the subdivision with the highest volume will be played back.