Re: [Faudiostream-users] faust2juce: slider scale not working ?

2022-11-17 Thread Simon Hill
Hi Stéphane The issue seems to come from a conversion that is performed when setting the slider’s value (lines 525, 567, 574) The functions are fConverter->faust2ui() & fConverter->ui2faust() Removing these functions and passing the unchanged value solves the problem, at least partially. The

Re: [Faudiostream-users] faust2juce: slider scale not working ?

2022-11-17 Thread Stéphane Letz
Similar problems were reported: can you possibly debug what happens ? https://github.com/grame-cncm/faust/blob/master-dev/architecture/faust/gui/JuceGUI.h Stéphane > Le 17 nov. 2022 à 21:32, Simon Hill a écrit : > > Hello, > > I’m using « faust2juce » to generate ready-to-use JUCE effect