monome / norns

norns is many sound instruments.
http://monome.org
GNU General Public License v3.0
633 stars 147 forks source link

Screensaver does not always register encoder movement #383

Closed antonhornquist closed 6 years ago

antonhornquist commented 6 years ago

Scripts that do not have all encoders hooked up (ie. the noninteractive script why) will not be restored on encoder movement when screensaver is active. This might be a known issue?

Low priority anyhow...

artfwo commented 6 years ago

The screensaver currently resets its timer on redraws (screen.update) calls, which should be fixed. Related issue: https://github.com/catfact/norns/issues/314

pq commented 6 years ago

Related issue: https://github.com/catfact/norns/issues/314

In the moved repo: #314

Related also to: #414

artfwo commented 6 years ago

The screensaver timer is currently triggered on screen.update and this is actually a duplicate of #314 so I'm closing this.