TAPE record mode breaks norns encoder callback #831
Closed
Comments
|
failed to replicate. could you pull master, recompile, and see if you can replicate this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Initial bug was posted in the norns development thread on lines. The FM7 script [defines a callback for the norns encoders]. When the script is loaded, the encoder callback works as expected, in this instance modifying a floating point number for an engine parameter. When I begin recording with TAPE, the encoder callback breaks and Lua throws the following exception.
From the output, it seems that the callback field in the encoders module no longer contains a function after enabling recording, rather it contains a number. I'd imagine getting some kind of debugging environment to inspect the table before and after starting to record could be helpful. Not sure how to do that outside of the REPL.
The text was updated successfully, but these errors were encountered: