Matrix Modulation Feedback
-
@Christoph-Hart well for example I'm showing the relevant tabs depending on which source is selected but when I reopen the project it defaults to the first in the list and displays that tab and that button is highlighted.
or are you referring to my other question?
-
@DanH yes I meant the previous question.
With the Source Select callback the default selection seems to be the first modulator in the list. Is there a way to script this to a different one?
Can't you just call
ScriptModulationMatrix.setCurrentlySelectedSource(String sourceId)
with an empty string?
-
@Christoph-Hart Thanks, will try. (worked great
)
So for the persistent UI modulation dragger - The source selection callback can show only the draggers relevant to the selection. If we create permanent ui controls we'd lose the current system of showing / hiding the draggers depending on the selection.
-
If we create permanent ui controls we'd lose the current system of showing / hiding the draggers depending on the selection.
Can't you use the callback to hide the controls?
-
@Christoph-Hart yeah. I dunno, If I have 100 controls that can be a target do I then need to make (100 x each source) draggers and show / hide them with the callback? Apologies if I'm being dumb about this!
-
A suggestion: would it make sense to switch the mouse cursor to up / down arrows when hovering on a modulation dragger?
-
@Christoph-Hart so is it not possible to have a monophonic MatrixModule? Something we could use at the container level in it's fx chain? If we can have global time variant modulators I don't see why we can't have a Matrixmod...
-
@DanH
Christoph told me in this thread that the modulation is monophonic if you only use the “matrixTargetId” from the Properties Editor and don't use a matrixModulatorModule. Maybe that's what you want.Matrix Modulator - Advantages?
@Christoph-Hart @Orvillain Thanks, guys, that's very interesting and helpfu! :-)
Forum (forum.hise.audio)
-
@DanH the problem is that containers also don‘t split up the buffer for midi messages and process them so this would be a little too much overhead for all projects to change this, but I‘ll see what I can do.
-
@Oli-Ullmann yup but also want sample accurate modulation.
-
@Christoph-Hart awesome thank you