sarweiler / zellen

game of life based sequencer for monome norns
10 stars 3 forks source link

Playing indicator displays on parameters screen #11

Closed sarweiler closed 5 years ago

sarweiler commented 5 years ago

The playing indicator displays on the parameters screen while a sequence is running, caused by calling screen.update() outside of redraw(). This also might have led to a freeze on the parameters screen (https://llllllll.co/t/approaching-norns/13236/2395).

sarweiler commented 5 years ago

Playing indicator displaying on parameters screen fixed.