tehn / mlr

mlr (norns)
25 stars 18 forks source link

When loading clips only stop track playback if a new clip is actually selected #18

Closed ghost closed 4 years ago

ghost commented 4 years ago

For discussion and consideration.

Current behaviour is to immediately stop track playback when KEY2 is pressed, with no way to cancel and leave track playing (e.g. if KEY2 was mistakenly pressed).

Better behaviour would be to only stop track if KEY2 is pressed, then a valid audio file actually selected and successfully loaded into the relevant buffer.

tehn commented 4 years ago

this description is a little off, but i fixed the problem.

clips were stopped on clip position select, even if you re-selected the existing position. works more as expected now. updated.

6b55718..1e52477