monome / norns

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

wait for polls/engines to report before executing script #191

Closed tehn closed 6 years ago

tehn commented 6 years ago

on matron start, if running a script with polls (ie, grid_seek) there will be a slew of warning: norns.poll callback couldn't find poll before normal operation.

it seems it may be sensible to wait on crone for the list of polls and list of engines (the latter currently isn't requested).

tehn commented 6 years ago

perplexed as this shouldn't be an issue given https://github.com/catfact/norns/pull/139

tehn commented 6 years ago

false alarm