Closed JakeCarter closed 5 years ago
In the long run I'd like to support param menus (monome/norns#491) but for now I'm just going to support standard param saving/loading. I'll file a new issue to support the submenus.
To support basic saving/loading:
beatclock
's 'clock' param.Merged to master in f08530279b5c49feea6be07cba3abf64c196fa2d
While working on crow support, I setup the params to conditionally hide params that didn't make sense with certain settings. (For instance, I hide the filter cutoff if output is set to crow.) This makes saving/loading params very difficult.
First thing to do to get params to save is to list all params, even inactive ones.