Is it possible to store presets on the MK-AUDIO-316-MC-AB?
What I am building will have a static DSP pipeline, but I would like to change the parameters of some of the modules by the way of selecting a preset. For instance, I could create an array of delay values for each preset, store them all in a table, and then use two of the three buttons on the board to go to the previous or next preset respectively. Once a preset is selected, it sets the values of each of the modules based on the values in the array.
I'm still very new to this board, so any guidance is much appreciated!
Apply presets to DSP modules?
-
- Member
- Posts: 11
- Joined: Mon Oct 13, 2025 1:21 pm
-
Verified
- Active Member
- Posts: 61
- Joined: Wed May 22, 2024 2:36 pm
There is nothing to support this in the python design tool. You will have to implement this manually by storing the parameter values for each preset in your application source code.
XMOS Software Engineer


-
- Member
- Posts: 11
- Joined: Mon Oct 13, 2025 1:21 pm
Thanks for your continued support xhuw! How do you recommend I get started with this?