tehn / mlr

mlr (norns)
25 stars 18 forks source link

BUG : Audio mutes when pressing ALT + page1 #28

Closed ReallyRad closed 2 years ago

ReallyRad commented 2 years ago

I accidentally triggered this on a couple occasions. The clips keep playing but no more audio comes out. It's frustrating because you have to restart the script to get the audio back on.

tehn commented 2 years ago

it seems this was actually an intentional function: it clears the buffers

https://github.com/tehn/mlr/blob/master/mlr.lua#L497

perhaps there's a better key combination for this?