So on the subject of BEESā preset system⦠Currently (as I understand it) the list of which inputs/outputs (set via INC/EXT) is āglobalā across all presets.
Wouldnāt the aleph preset system be significantly more useful if the list of INC/EXC params were actually stored inside the preset? So for example you could set up a scene where:
- presets 8-11 recall particular subset of the DSP parameters (e.g a single dsyn voice)
- recalling presets 0-3 affects just the encoders
- recalling presets 4-7 affects just the switches
This seems like a great idea to me, and hopefully manageable without cluttering the UI - wondering what other BEES users, devs & other aleph enthusiasts might think of this (obviously scene-breaking) change?
EDIT:
reading through the source code it looks like this is already what is supposed to happen, interestingā¦
EDIT:
just fixed a couple of pretty trivial bugs affecting preset system (leading to this misunderstanding of the design) - will post a minor update with these changes after testing some moreā¦