My CSound instrument updates a handful of parameters via MIDI controller messages. It needs to be able to store and retrieve parameter sets (patches) and update the parameters on MIDI patch change messages.
Is there a CSound way to do this other than building it from Python opcodes?
I think I could build a patch manager in PureData, but would that tax a Raspberry PI beyond usefulness? Would a PureData program hit the CPU at all when not busy changing patches?