Matrix Modulation System - Last Call for bugs fixes & changes!!
-
@ustk for the dll try removing the networks from compilation so you're only compiling the nodes. Once that is done restart hise and add the networks back into the compile process and compile again
-
@DanH thanks, that’s what I did but it’s the nodes that are not compiling.
Although they compile from XCode directly, but then in this case the project crashes when opening…So it’s either:
- xcode compiling nodes but leading to a project crash
- opening the project but nodes not compiling from the wizard
-
@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