GoXLR-on-Linux / goxlr-utility

An unofficial GoXLR App replacement for Linux, Windows and MacOS
MIT License
670 stars 37 forks source link

Clearing a sample button while the sample on that button is playing should immediately stop playback #55

Closed hllf closed 1 year ago

hllf commented 1 year ago

If you hit a sample button to start playing a sample, then you clear it by hitting the clear button followed by the same sample button, the sample button is cleared, but the sample continues to play till the end.

The correct behavior should be that if a sample is still playing, as soon as you hit clear and the sample button, the sample button should be cleared and the sample stop playing.

Note the proposed behavior is the same behavior when using the manufacturer's software on Windows.

FrostyCoolSlug commented 1 year ago

This should be fixed in the 0.11.0 branch

hllf commented 1 year ago

Confirmed, works perfectly. Thank you!