[Tutorial] How to create a c++ custom node
-
This looks great @griffinboy thanks!
I was literally pondering how I'd prototype something in Python, and then port it over to HISE. I reckon super basic Python prototype > c++ nodes > ScriptNode network using said nodes.
-
I've done this before.
There is a workflow that I can share.But it's absolutely a working pipeline. All of my more complex projects (circuit simulation, physics sims) start out in python or matlab.
-
@griffinboy I'd love to get a look at your process there!
-
Does anyone know the process for running HISE debugger on Mac? Just following along in giffinboy's video here.
-
@HISEnberg open the xcodeproject of the dll in Xcode, select HISE Debug as the executable in the Debug scheme and click on compile.
-
@Christoph-Hart Great that is what I thought! Just wanted to make sure I wasn't overlooking something.