Hey communitaaaaaaaay
I have been working on a patch for the Modular thing add on, that is supposed to give it more functions pr. knob. Basically I am trying to set up a knob matrix a bit similar to Blofelds, where you have 4 “master knobs" that can be routed to different destinations. For example have a layer for filter and a layer for oscillators one for effects, etc.
I have got the setup working, but there is one thing I haven’t been able to tackle yet. When I have a layer selected and switch to another layer, and then switch back to the first layer, the first layer will automatically jump to the new value that the master knob send to the other layer. This is not so good, cause it will make drastic, unwanted changes to the sound. Would be much better if the master knob only takes over when the value of first layer knob is reached. WHat is this called soft take over? Or hooking?
So ok, I thought i’d try to use the hook object to sort this out. But the problem is when you change layer on the multiplexer away from the hook object, there is no input fed to the hook object anymore and it will automatically jump to zero. It doesn’t hold the value if no input is fed to it. I have tried setting it up in numerous ways, using demux sh from com.lib. and also tried making my own set up using demux, sample and hold, and hook object in different sequences, with hook object first or sample and hold objet first, but I just can not get a grip on how to set this up.
Anyway, here are 3 different methods, none have been succesful yes… argh…
All ideas are welcome.
NB... Dont use this version take the one further down the thread!
FOR COMMUNITY.axp (8.9 KB)