Apply presets to DSP modules?

Technical questions regarding the XTC tools and programming with XMOS.
unahm
Member
Posts: 10
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!