-
Notifications
You must be signed in to change notification settings - Fork 18
Description
First of all, thanks for this wonderful piece of software.
Lets first open up a bottle of wine, and appreciate how beautiful it looks with adwaita-dark theme:
OK, now the issue: so initially I thought it was a bug..but it turns out it's just a UX thing.
Reproduce steps
- (optional) press play
- create pattern 1
- press play
- create pattern 2
- set signature to 3/4
pattern 2 will stay in 4/4 eventhough the dropdown boxes will display
3and4
When pressing stop, and re-opening the editor, the dropdown boxes mysteriously were reset to 4 and 4 :/
This 'bug' made me bang my head against the wall..read the docs again..try various things to make the loops play with different signatures.
Cause
It turns out that signatures cannot be changed when playing.
However, the gui allows changing the dropdowns (but the controls do not update the data).
Solution
While playing, the signature dropdowns should be grayed out (and enabled once pattern is no longer playing) <---- preferred
Other (probably more complicated/annoying) solutions are:
- stop the transport when changing the signature (prolly too aggressive for live-performers)
- refactor things to allow updating signature in realtime (might introduce code to restart properly etc)
