Question re. panel queries: this is probably simple, but how do I get just the specific -5/5 value returned when I query a jack? For instance,
print(crow.ii.jf.get('ramp'))
will return the following:
jf ii: name='ramp', device=1, arg=0, value=1.660868
Great! But when I attempt to use the query in my script to control something, I get an attempt to compare number with nil error.