Hi there,
In MAX/MSP there is matrixctrl and matrix~ objects which seem to do what I need to do, however, in pd, while such objects exist as (buggy) externals, I can't get my head around how to write what I need manually.
What I am trying to do is take analysis information from fiddle~ (fundamental, 1-4 strongest harmonics) (a total of five inputs) and have that data routable to any of 8 different generators (osc~, phasor~ etc). The result would be that I can create a performance interface with score and presets to signify what controller controls what synth - and thus the overall sound which is being generated.
I do apologise if something like this has been posted before, and there are certainly examples of ~similar ideas, however, I'm not sure how to get any of them to work for me and can't find an example of creating a routing matrix using tables, as described in a post on transitioning from max to pd.
To recap, I want 5 inputs, each and all of which can be routed to any of 8 outputs, to control generator pitch (and other things such as bandpass filters), which are easily controllable in a performance setting.
Many thanks!
Vince