score icon indicating copy to clipboard operation
score copied to clipboard

Images process doesn't accept image address

Open edumeneses opened this issue 1 month ago • 4 comments

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.

edumeneses avatar Nov 11 '25 23:11 edumeneses

hmmm i'm not sure I can reproduce:

Image

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

jcelerier avatar Nov 18 '25 03:11 jcelerier

do you have a sample score that crashes ?

jcelerier avatar Nov 18 '25 03:11 jcelerier

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

edumeneses avatar Nov 18 '25 15:11 edumeneses

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

jcelerier avatar Nov 20 '25 05:11 jcelerier

I fixed support for image paths which contain <LIBRARY>:/ or <PACKAGES>:/ in https://github.com/ossia/score/pull/1906

jcelerier avatar Dec 14 '25 22:12 jcelerier

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?

edumeneses avatar Dec 14 '25 22:12 edumeneses

yep!

jcelerier avatar Dec 14 '25 23:12 jcelerier