andr-ew / ndls

4-track tape looper, delay, & sampler for monome norns + grid (beta)
GNU General Public License v3.0
22 stars 1 forks source link

reconsile mappable params & base values #60

Closed andr-ew closed 1 year ago

andr-ew commented 1 year ago

OR! base value is summed with mappable value

preset = sum(mod, sum(preset, sum(base, mappable)))
base = sum(base, mappable)
andr-ew commented 1 year ago

did https://github.com/andr-ew/ndls/pull/61