Draggable filter panel additions + video
-
I've added some extra broadcaster event types.
I've also added a new setting for the floating tile HandleSize which allows setting the size of the draggable handles.
However if the handle size is increased beyond the default (24) the range of values that can be reached with the handle is reduced, so I'm not sure how useful this is.
I couldn't figure out how to scale the values based on the handle size, but maybe someone smarter than me can.
Here's the github link: https://github.com/christophhart/HISE/pull/681
And a little explainer video and mini-broadcaster tutorial.
-
@d-healey
Great! Thank you David! :-) -
@d-healey very useful addition! Thank you.
I know you already have a 'Tinkering with HISE's source code' vidéo, but if some day you run off of inspiration, the process on how you did this one would be a nice tutorial for your Patreon channel. Just saying, since now you know more about it than before. -
@Matt_SF said in Draggable filter panel additions + video:
the process on how you did this one
Same process as before :) I start by finding some relevant text on the UI or the scripting API that I can search for in the source code, in this case I start with "BandAmount". Once I find where it is it's mostly a case of copy/paste and adjust.
It can often take me a long time because I have to first figure out what the code is doing and where everything is connected, so it's difficult to do it in a way that would work well in a video.
-
@d-healey Sweet!
I think it would be very useful if post Broadcaster tutorial videos to Patreon.
-
@orange I've got more planned :)