Followers
0
Following
0
Joined
Last Online
-
karttinen
Hello,
First of all I'm a true newbie with PD.
We've been trying to use PD and Python to play sound files on PD for a school project. What we try to achieve is; using netreceive object, passing a file path from Python script to the PD and then do some stuff there. However, we couldn't manage to do it. When we pass the path to "read $1 s" object(or message, as I said I'm a newbie), it says $1 argument out of range. All the examples on the web I could find is done with OpenPanel but I think it should be fairly straightforward to do it this way.
I would greatly appreciate any help.
Best