control / number param interface #284
Closed
Comments
|
currently number increases in steps of 1, and control in steps of (max-min)/100. |
|
the delta mechanism is actually the sole reason for NUMBER vs CONTROL. ie. "tempo" wants delta changes of 1, not 1/100 increments of an arbitrary range from 40-240. we could otherwise have a flag for CONTROL to do non-mapped delta re: |
|
i think we can make this work w/o it being breaking? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
trying to use
paramset, having to make a lot of switches on parameter type (tNUMBERvstCONTROL) and call different methods. would it not make sense to give the two types the same interfacenumber:
minval,maxval,setcorresponds to
control:
min,max,set_raw^ and incidentally,
control.setvscontrol.raw_setseems unintuitive / ambiguous?setshould be the most commonly used, yeah? which would be, setting unmapped value and triggering update.,for clarity, would recommned
set_mapped,set_unmappedandsetas alias toset_unmapped.and, just curious - when would you expect to use a tNUMBER instead of a tCONTROL?
The text was updated successfully, but these errors were encountered: