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
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
The text was updated successfully, but these errors were encountered:
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 ***@***.***> 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
<#10>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABN4IOZAV7XYNE5HNQNVULTTAKFEVANCNFSM4YA4MAFQ>
.
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
The text was updated successfully, but these errors were encountered: