animus-visualizer icon indicating copy to clipboard operation
animus-visualizer copied to clipboard

The function captionLabel() does not exist.

Open karlTH opened this issue 4 years ago • 3 comments

Hello, i try to test animus in processing 3.5.4 but after installing : controlP5 and minim : https://github.com/ddf/Minim

i've the message in the consol : The function captionLabel() does not exist. it's line : 318 in animus.pde .captionLabel().setFont(font).setSize(FONT_SIZE); any idea ? Thanks

karlTH avatar Feb 22 '21 17:02 karlTH

Yes, I think the controlP5 library updated. You should be able to comment out some part of the UI code that sets the font and get it to run. We’re also open to a pull request if you get it working with the updated library.

On Mon, Feb 22, 2021 at 12:05 PM THOMAS karl [email protected] wrote:

Hello, i try to test animus in processing 3.5.4 but after installing : controlP5 and minim : https://github.com/ddf/Minim

i've the message in the consol : The function captionLabel() does not exist. it's line : 318 in animus.pde .captionLabel().setFont(font).setSize(FONT_SIZE); any idea ? Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/codygibb/animus-visualizer/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABN4IOZAV7XYNE5HNQNVULTTAKFEVANCNFSM4YA4MAFQ .

torinmb avatar Feb 22 '21 18:02 torinmb

Witch controlP5 did you use ? I could also downgrade the library. Thanks

karlTH avatar Feb 22 '21 18:02 karlTH

If you take a look at this pull request there's a fix for controlP5. https://github.com/codygibb/animus-visualizer/pull/7/commits/9ae05dab6698204a87852ae36c9d9c1355731531

torinmb avatar Feb 23 '21 04:02 torinmb