Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to member function 'setRanges' is ambiguous #30

Open
rachelmax opened this issue May 2, 2019 · 1 comment
Open

Call to member function 'setRanges' is ambiguous #30

rachelmax opened this issue May 2, 2019 · 1 comment

Comments

@rachelmax
Copy link

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

@rachelmax
Copy link
Author

this is now fixed - I changed:

classLikelihoodsPlot.setRanges(0,1);

to

classLikelihoodsPlot.setRanges( 0.0, 1.0, true );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant