You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All - I cloned the ofxGRT - I followed the directions to update the GRT/GRT.h' file not found issue but now - with the example_audio_classification - I get the following error:
Call to member function 'setRanges' is ambiguous on line 215 in the .cpp - classLikelihoodsPlot.setRanges(0,1);
How can I fix this?
I fixed the settings issue in the main.cpp (settings.setSize(1280, 720);)
Thanks, Rachel
The text was updated successfully, but these errors were encountered:
Hi All - I cloned the ofxGRT - I followed the directions to update the GRT/GRT.h' file not found issue but now - with the example_audio_classification - I get the following error:
Call to member function 'setRanges' is ambiguous on line 215 in the .cpp - classLikelihoodsPlot.setRanges(0,1);
How can I fix this?
I fixed the settings issue in the main.cpp (settings.setSize(1280, 720);)
Thanks, Rachel
The text was updated successfully, but these errors were encountered: