monome / crow

Crow speaks and listens and remembers bits of text. A scriptable USB-CV-II machine
GNU General Public License v3.0
165 stars 34 forks source link

ii code generator for norns messes up event callbacks #320

Closed trentgill closed 4 years ago

trentgill commented 4 years ago

ii_events.lua in norns is currently broken because code generator is missing a period between module name and event.

See here https://github.com/monome/norns/blob/c1d12c5e385d78bc6d9d2b3cc06725eac4a258a1/lua/core/crow/ii_events.lua#L9

trentgill commented 4 years ago

note that with #326 the syntax for handling an ii getter event has changed & needs to be updated here.