Images process doesn't accept image address
Tested on Ubuntu 24.04 (AppImage).
When one tries to add set the image array by sending a message to the proper inlet, the stay is not updated and if the score is running it crashes.
hmmm i'm not sure I can reproduce:
here I set an OSC address with a list of images ; when I send it I definitely get the right images, even with the score running live
do you have a sample score that crashes ?
Can you please share the OSC message you're sending? Are you using oscsend?
BTW, using 3.7.1
https://github.com/user-attachments/assets/d182f222-ff9b-4166-b8bd-45b91ada5854
I tried something, please check the new build tomorrow!
can confirm it works fine with
$ oscsend 127.0.0.1 4567 /images ss /home/jcelerier/self.png /home/jcelerier/image.png
I fixed support for image paths which contain <LIBRARY>:/ or <PACKAGES>:/ in https://github.com/ossia/score/pull/1906
I fixed support for image paths which contain
<LIBRARY>:/or<PACKAGES>:/in #1906
Great. I'll check as soon as possible. Does it work with <PROJECT_FOLDER> as well?
yep!