tehn / mlr

mlr (norns)
25 stars 18 forks source link

ensure all data (speeds/etc) saved in pset #24

Open tehn opened 4 years ago

tehn commented 4 years ago

this actually might mean that track speed settings aren't in the param menu

sonocircuit commented 2 years ago

I wrote a "fix" that has direction and speed in the param menu. what other params were you thinking of?

tehn commented 2 years ago

yes that'd work! i'm wondering if it introduces some issues to have them in the params, ie, midi-mapping or altering them through the menu means that settings aren't properly updated? (just to say, for consistency this would need to have extra glue coded all around...)

sonocircuit commented 2 years ago

the way I've set it up is that all updating is handled in the params menu. grid key presses point to the according params:set. I can send you a PR to check my code if you like?

tehn commented 2 years ago

sure, happy to take a look!