Right now h/vbargraph values are generated once per audio block, even if they 
change at a higher rate. We plan to improve that as some point, with a new 
mechanism to output the value each time it changes. 

In the meantime, you’ll have to restructure you code to possible generate 
meaningful value at audio rate, and handle the associated audio output buffers 
in the appropriate way. Would il make sense ? 

Stéphane


> Le 10 avr. 2019 à 03:03, 松浦知也 <matsuura.nonym...@gmail.com> a écrit :
> 
> Hi,
> 
> I’m trying to make a compressor plugin with JUCE for GUI and faust for dsp 
> inside JUCE.
> 
> I want to give an loudness & reduction history graph on GUI like fabfilter’s 
> compressor, however, now its refresh rate depends on a size of audio buffer 
> because  faust’s h/vbargraph is a scalar parameter. 
> 
> Is there any nice way to pick up a raw intermediate signal in dsp? Maybe 
> should I split dsp code into a section of loudness measurement and a gain 
> reduction?
> 
> Thanks.
> 
> 松浦知也 Tomoya Matsuura
> m...@matsuuratomoya.com
> matsuura.nonym...@gmail.com
> https://matsuuratomoya.com
> 
> 
> 
> 
> _______________________________________________
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users



_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to