Just to quickly let you know that the (old) jucer generates Button::addButtonListener methods, instead of Button::addListener , the former one being deprecated in juce_Button.h (JUCE_DEPRECATED (void addButtonListener (Listener*));).
It’s not a big deal, as you can disable this specific warning, but I guess it’s just a matter of search and replacer in the old jucer code, isn’t it ?
