Parameter Values not being shown in panels for frequency point other than 0
-
I have a parametric eq project with panels displaying values for freq, q and gain.
The values are there for eq point 0, but any added points after that, are not displayed. See video
What do I need to add to make that happen? -
-
@d-healey How soon can the video be made? Or can I give you my code and you apply the fix?
-
@pcs800 I just checked my own code and I'm using the new broadcasters I added in the PR I linked to above, so you're out of luck with that route until Christoph merges my PR or you merge it into your own fork (or use my fork).
Someone else posted a workaround here that uses laf - https://forum.hise.audio/topic/7142/is-there-a-way-to-find-out-which-was-the-last-clicked-eq-band
-
@d-healey I just opened the laf solution/workaround, and it works, but if you create a new band, it does not work. You can only use the three existing bands.
This is a real show stopper for me on this project.
IDK what forks are, but how do I get yours? -
@pcs800 said in Parameter Values not being shown in panels for frequency point other than 0:
IDK what forks are, but how do I get yours?
Forks are when someone takes a git repo and makes their own version of it.
This is my fork of HISE. I wouldn't recommend you use it though unless you know what you're doing when it comes to git. But if you do want to use it, it's the "development" branch you need to build.
A better solution is to pester Christoph to merge my changes :)
-
@d-healey Pester @Christoph-Hart you say? Well how about it Mr Hart?
-
@pcs800 I made a video a while back demonstrating the new features
-
@d-healey Very cool. Looks like what I need to get this working.
-
@pcs800 I just watched my video again, perhaps you can achieve what you need using the BandSelected broadcaster which is already available in the develop branch.
-
@d-healey I have no idea where to start on something like that. I guess i will wait for Christoph to integrate.