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

No meter bar activity... #17

Closed
htartisan opened this issue Jul 29, 2020 · 2 comments
Closed

No meter bar activity... #17

htartisan opened this issue Jul 29, 2020 · 2 comments

Comments

@htartisan
Copy link

After some effort, I got this control/component to build as part of my application (though I still get warnings).

Everything looks good, and I did my best to follow the code example below, however... I do NOT get any activity on the meters.

Is there something that needs to be initialized, other than what is shown in the code example below?

Is there some example application that uses this that I can download/build?

@TheOnlyJoey
Copy link

TheOnlyJoey commented Feb 7, 2021

Having the same issue using the Outline class, it seems to only update once (on first frame) and then never updates again... running JUCE 6.0.4 on Linux

EDIT: Seems just to be the example code not really keeping track of drawing, threads etc. forcing redraw works.

@ffAudio
Copy link
Owner

ffAudio commented Sep 17, 2021

Indeed, the OutlineBuffer is just a drawing class. It is the responsibility of the Component using the OutlineBuffer to implement a timerCallback() to redraw according to the needs of the use case.

Closing this now.

@ffAudio ffAudio closed this as completed Sep 17, 2021
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

3 participants