No Matrix entry in docs: Navigating to Audio/Modulators/Envelopes/list of Envelopes
https://docs.hise.audio
Matrix entry in docs: Found when googling "Hise Modulation Matrix"
https://docs.hise.audio/hise-modules/modulators/envelopes/list/matrixmodulator.html
https://docs.hise.dev/tutorials/scripting/index.html#modulation-matrix-tutorial
This page says "This is a minimal example of all the new modulation features in HISE 5.0:"
The snippet provided on that page is the same as the example snippet "Modulation Matrix Tutorial" from hise.exe help/browse example snippets. I think at least.
I think syntax has changed in multiple places after that snippet was made.
Like using ("") that's not accepted, or
matrixHandler.setEditCallback(["my funky item", "another item"], function(index)
argument mismatch. Expected 1, got 2.
And .setDragCallback doesn't seem to exist anymore in the API list.
What is the current state of the modulation matrix?
I've seen posts from 3 years ago from @Christoph-Hart regarding the mod matrix being new.
But like I said, I don't see matrixTargetId as a property in the interface property editor.