@voxuer1 That means the thing on the left side of the dot doesn't have a function with that name. You probably need to get the reference to your module in a different way.
@griffinboy you should set your fictional voice count, assign ids to array indexes and remove them when releasing notes. Then you can check along the array to fill the first empty index with a new od and set event data based on the index.
Your event data for individual voices is in another array, obviously, all ordered by voice order.
bada-bump is there any update on this, didnt find any related commit and messing with it in hise beared no luck, dont know if I missed something or if its still in the works?
@Casmat Nope, you just have to match the shadow colour to the background. Experiment though you might get better results using radial gradients for example.
@Lindon of course it is, thankyou.
I think I tried that with intensity and had to do it the way I posted for it to work so I just went straight to that for inverting.
Need to stop asking questions at 11pm when I’ve been going since dawn.
Thanks
That's very interesting. I spent so much time in the C++ i failed to consider if it even compiles in HISE. I assumed it did, but it doesn't in the onInit() callback. It will compile if you call exists() in any of the other callbacks, but will throw an error at runtime.
Perhaps exists() is not supposed to be visible in the API and was accidentally added into the documentation?