so FWIW i can reproduce both issues:
- the default .pset files are indeed not seen by the norns system because they need to be in the
~/dust/data/fm7. i guess i would have the script look for them there at launch, and copy the files if needed. (and maybe we should provide a system utility for this behavior: scripts wanting to provide default parameter sets and mappings.) at minimum should mention something in script README.
([ed. or other solutions, like: system looks for .pset files in code + data, or script always populates some preset slots with lib/.psets, i dunno)
- encoders aren’t working for me. i could be misunderstanding something (is a grid required for basic functionality), or
enc_mapping isn’t being initialized as expected. but i’ll know more in a moment.
ok, actually encoders are fine but page switching isn’t happening. looking at the code, that makes sense; the pages object is not being initialized usefully, nor used anywhere, the dx7_algos module isn’t included, &c.
i see some things in the commit history, which indicate that:
- the “algos” page isnt intended to be shown any more,
- enc1 is now for coarse tuning and enc2 for fine tuning, &c.
so i guess the intended behavior has changed, in which case the video is just misleading and the script could use a lot of cleanup for dead code &c.