codygibb / animus-visualizer

real-time music visualization
http://www.animusvisualizer.com/
115 stars 20 forks source link

The function captionLabel() does not exist. #10

Open karlTH opened 3 years ago

karlTH commented 3 years ago

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

torinmb commented 3 years ago

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 notifications@github.com 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 .

karlTH commented 3 years ago

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

torinmb commented 3 years ago

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