currently, util.wrap has a bug where if the max is less than the min then norns will just freeze. in bowering, this happens when P.get_count() is called while selected_script == 0.
until this is fixed upstream, i threw in some protective measures -- these also protect against error messages printing to maiden when encoder 3 is turned while selected_script == 0
currently,
util.wrap
has a bug where if the max is less than the min then norns will just freeze. in bowering, this happens whenP.get_count()
is called whileselected_script
== 0.until this is fixed upstream, i threw in some protective measures -- these also protect against error messages printing to maiden when encoder 3 is turned while
selected_script
== 0