monome / norns

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

`pthread_cancel()` error printed on key1 long press #186

Closed antonhornquist closed 6 years ago

antonhornquist commented 6 years ago

i believe what should work wrt long press does work but, anyhow, to recreate this error getting printed:

tehn commented 6 years ago

i've seen this as well. looking at matron/src/metro.c shows the stop/cancel code is pretty robust (ie won't try to thread-cancel a stopped timer) so i'm not sure how this is slipping through. will keep looking.

tehn commented 6 years ago

this happens for all timers.

merged into https://github.com/catfact/norns/issues/250