robbielyman / seamstress

seamstress is an art engine
GNU General Public License v3.0
129 stars 12 forks source link

fix: switch `params:add_binary` argument order to match norns #34

Closed andr-ew closed 1 year ago

andr-ew commented 1 year ago

I noticed that in #31 I had flipped the argument order used for ParamSet:add_binary, but I also noticed that norns' ParamSet actually uses the argument order that I had used by mistake, so I just updated seamstress to match norns – I'm assuming the flip-flop was non-intentional