reported at lines (original), sending crow input[x].query() messages results in a returned "unused event" message with the relevant data printed to matron but not made available to the script.
function process_stream(v)
print("input stream: "..v)
end
function init()
crow.input[1].stream = process_stream
crow.input[1].mode("none")
crow.input[1].query()
end
function key(n,z)
if n == 3 and z == 1 then
crow.input[1].query()
end
end
pressing K3 with an LFO patched to input 1 returns:
reported at lines (original), sending crow
input[x].query()
messages results in a returned "unused event" message with the relevant data printed to matron but not made available to the script.test script, adopted from https://monome.org/docs/crow/norns/#none:
pressing K3 with an LFO patched to input 1 returns:
on druid, this just typically displayed at the top-left of the terminal:
@trentgill , obv know you're putting deserved focus elsewhere at the moment, but lmk if there's anything i can further verify or test on my side!