Hi list, I'm having some trouble trying to open ogg files with [oggread~] when I send to it the name of the file via OSC. If I use the relative path in the open message [open ../samples/$1( I get these errors:
oggread~: file "/samples/filename.ogg" opened oggread~: error: could not open "/samples/filename.ogg" as an OggVorbis file oggread~: file closed due to error
I can solve the problem providing the whole path in the message or via OSC but, as you can understand, it ain't the most desirable solution!
It is there a bug or am I doing something wrong? I attach the patch for more detail. Thanx!