Matrix Modulation System - Last Call for bugs fixes & changes!!
-
@ustk what if you just open the project in Hise but don't load any xml? Can you compile that way?
-
@ustk said in Matrix Modulation System - Last Call for bugs fixes & changes!!:
the project crashes when openingβ¦
Can you open it under the debugger?
-
Opened a new thread to stop polluting this one

https://forum.hise.audio/topic/14252/nodes-compiled-project-crashes -
@Christoph-Hart any idea what's going on here? I've selected the top params to have external modulation enabled but it's suggesting something also happening with the nested params in the child container.... ui glitch or bug?

-
@Christoph-Hart said in Matrix Modulation System - Last Call for bugs fixes & changes!!:
@DanH just use the css inspector to get the CSS selectors (
#deletefor the column and.delete-buttonfor the button itself.Can't seem to style the new delete button nor the column...EDIT: just me being dumb... -
@ustk I managed a it a bit but haven't gone back to sort it out. This uses the general button css before it in the script
/** ============================================================ DELETE ============================================================ */ .delete-button { width: 20px; padding: 0; } .delete-button::before { left: 0; top: 0; width: 100%; height: 100%; } .delete-button::after { content: 'X'; position: relative; color: #C4C3C3; font-size: 12px; pointer-events: none; } -
@DanH How sh...! I wasn't editing the right css file !

Thanks!

-
@ustk lols
-
@DanH said in Matrix Modulation System - Last Call for bugs fixes & changes!!:
@Christoph-Hart So I'm not convinced that the accumulated range is helpful / necessary.
So I need to row back on this a little bit

Displaying the Accumulated Range and a range isn't important to me, but I definitely do need the accumulated range values in order to have my little white dot display how the modulation is behaving, accumulated or not.
So is it possible to get something like
obj.accumulatedModMin/obj.accumulatedModMaxas obj items in thedrawRotarySliderfunction? Might also need a currently selected range too (although this is basically "modMinValue": 1.0,
"modMaxValue": 1.0, I think?). -
@Christoph-Hart Would it be possible to have a value parameter inside the extra_mod nodes -this way we could change the values whilst editing the network. Currently we have to break all the connections and then reconnect them when we need to compile. Obviously the value param would be ignored in the compiled network.

-
@DanH if you assign a modulation slot to a network parameter and then use the extra mod for this, then you can use the network parameter as value parameter? This is how it's supposed to be used and compiled anyway.
-
@Christoph-Hart Ah ok, this does actually work in this latest commit
Didn't before, all good, bravo

-
@Christoph-Hart However it doesn't look like LFOs assigned to a parameter are having an effect yet....
