Closed giuliomoro closed 5 years ago
Can you send me your render.cpp file ? Thanks
render.cpp.zip here it is
Possible fixed in https://github.com/grame-cncm/faust/commit/de5ae5d06ec3364b0796c76f220f17af4c42d81f
Can you test and report ?
yes that work thanks. Closed de5ae5d
Actually sorry, that was not enough. I didn't realize I still had -Wno-overloaded-virtual
enabled.
This file (obtained with faust2bela -tobela -midi -nvoices 2 guitarMIDI.dsp
)
render.zip gives:
/root/Bela/projects/guitarMIDI/render.cpp:2061:22: warning: 'uiTimedItem::modifyZone' hides overloaded virtual function [-Woverloaded-virtual]
virtual void modifyZone(double date, float v)
^
/root/Bela/projects/guitarMIDI/render.cpp:1962:14: note: hidden overloaded virtual function 'uiItem::modifyZone' declared here: different number of parameters (1 vs 2)
void modifyZone(float v)
Is there anything to be worried about, or shall I just add
-Wno-overloaded-virtual
?