Closed LvnL closed 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.
Currently a user can add multiple subdivisions with the same subdivision option. For example, a subdivision of
2
can be added, followed by another2
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
, and5
, when2
gets added as a subdivision, then the available set of subdivision options when adding or configuring another subdivision is only3
,4
, and5
.