Apply presets to DSP modules?

Technical questions regarding the XTC tools and programming with XMOS.
unahm
Member
Posts: 11
Joined: Mon Oct 13, 2025 1:21 pm

Apply presets to DSP modules?

Post by unahm »

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!
User avatar
xhuw
Verified
Active Member
Posts: 61
Joined: Wed May 22, 2024 2:36 pm

Post by xhuw »

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

Image
unahm
Member
Posts: 11
Joined: Mon Oct 13, 2025 1:21 pm

Post by unahm »

Thanks for your continued support xhuw! How do you recommend I get started with this?