Peak meter floating tile not working in compiled effect
-
Within HISE the peak meter works but in a compiled fx plugin it always shows the same value for both channels, even if you pan the incoming audio hard left or right. I've tested this on Linux, Mac, and Windows.
I'm using this
ENABLE_ALL_PEAK_METERS=1
And I also tried adding this
ENABLE_PEAK_METERS_FOR_GAIN_EFFECT=1
HiseSnippet 984.3oc0WEtaaaCDlx1Zn1saqsXO.BA6Go.YERooMda+XdINtPX0oBSIsanXnfQ5rMqkHEjnShWQG1ixdT1izdC1NRIaI05jY3sUrZfX369ti76Nd2QFuTQ.jkIRIFsOYdBPLtko+btbxgSnLNwsOw3SMS.5zgfDROAxjjClmPyxfPhgQyGqLxncKh9ye7MGPin7.nTEg7LAK.dBKlIK05066XQQCngvIr3JVuWO2.A+PQjXFRnll1jDZvT5X3XpxrFlDiO5nPlTj5KoRHiXz5.Q3b+IhK341+LVF6rHPI3P7wEJW8.QTnhwJsjCmvhB8VD3YDbU7JSCMySCel4PVHao9xzws0.VkdTMeXznN8ZVidNUomcE5sBJYTgRsxozcL8CRYIxRDEetooKGOZFQwzdUpjaKw32MOTfFvk2OlNEFjhBKcX6GYauiE90895Qy3ARlfaI3GKjvS4aeuNutS6Nuoi0aCMZzJwTaSpHJBRWIr5jN85bba9r3yfzcrNmFMCVZHF90yolWcNs5QdPdTWwPA2kyjOMA3WUg.oHUg+5T29TIUcPTnCsKARkLEEL5CmiU04GKsM6CYSkhDsswIBtZELtornNJ+fXPjfJY7wmvPpxBUsUUU4PtrrMvs27kB+5zdEDXQQvPpLkco2hdRxYiWzvbKy81c+tNeoscWaBSBwUA59f86t6dceXEfcKPrQ2v+H5HtwmaX95NVVasLw3Ft0WYskOKNIBrTc7Nasix.WdHbIB8ENZQrGKRbwyEoSyvtV.AFQix.MlOLNFCgm.g9reVAYeeaMvoI8g.5bUwAp0w1dAPe7X6JfNMC7Q1G.XSImCQY02povECnAXAixqBW7nggXltXyWnUUaLjpSkUzVrp5nCTq8KPsVVZPKKG76epyaHWvBkSVdJ8a+RuI.a7jxYb8dUOx61BiCODgyhnx5STTI0B.rknVarpWkmwjyqNl8eswLqKEuioGSFLY0brwJ3H137eAGKFN+wlGMZDDHKIXKyA+v6gIw2X4cj5tgGuX6+DypsGWyUjDReHhVKQ87ZURjer2JtD0keNN6wSDQSe6zby0NNct93r0ZWKnBIq+I0qsVuCiq+V60s18tl5T9GRDVWR7gCgusoG8+CEDeuXl59z7KHwGJb7r35WTf5LZntlOW1VIqHjOvC0B+I9o.zQIaT.5r.78xdDSCREuLH+YQpVyan0fwMW+N313a.PYKGh9oRUGGDiuM8kAA0Wp2wwc2TGevl53dapiObSc7Qapi6uoN18u2Q0+5v2NSJhy6SHjgdGoe0kgwQbJVwqaYH+kaC2JL
-
I thought I'd be clever and work around the problem using the old method of a panel and timer, but this is worse. I get no output at all in the compiled effect plugin.
-
I've tried going to commits back to November 22 and still the same issue. I'm starting to suspect this is a bug that has always been there but not been noticed. I'll keep going back though...
-
@d-healey said in Peak meter floating tile not working in compiled effect:
I'm using this
ENABLE_ALL_PEAK_METERS=1
And I also tried adding this
ENABLE_PEAK_METERS_FOR_GAIN_EFFECT=1
Only
ENABLE_ALL_PEAK_METERS=1
is enough for this.
ENABLE_PEAK_METERS_FOR_GAIN_EFFECT=1
is not necessary.April commit works here.
Have you tried 2 different floating tiles with using
"ChannelIndexes": [0]
for one and"ChannelIndexes": [1]
of other one? -
@orange My snippet works for you when compiled as an effect? Can you share the plugin with me? Good idea using two tiles, I'll try that too.
-
@d-healey said in Peak meter floating tile not working in compiled effect:
@orange My snippet works for you when compiled as an effect? Can you share the plugin with me? Good idea using two tiles, I'll try that too.
Yes of course :)
Here is the plugin (macOS VST3)
Here is the video:
https://www.youtube.com/watch?v=4MvnyYEReYENOTE: I only used
ENABLE_ALL_PEAK_METERS=1
-
@orange Thanks, going to try your plugin now.
@orange said in Peak meter floating tile not working in compiled effect:
NOTE: I only used ENABLE_ALL_PEAK_METERS=1
Same, I only added the other when I noticed the problem.
-
@orange Aha I'm an idiot I was putting the effect inline on the track with the audio, but of course the track panner is post effect.
-
@d-healey that should go one the t-shirt...