create_audio_clip file path not working on Windows
Hi everyone,
My friend and I are debugging an issue regarding file paths. I'm a mac user and he is a windows user.
Whenever I call the create_audio_clip function on my end (passing in a local file path), I run into no issues. However, when my friend runs this same function he runs into an error. We are both inputting our file paths correctly when making the call (I use "/" while he uses "\\").
We ran into this changelog from a while back (https://cycling74.com/forums/max-6-1-3-released) where it was mentioned that this issue was fixed:
"Live API: file_path property of a clip on Windows is properly delimited"
I'm unsure if this is relevant to our bug.
Has anyone else run into this issue? Any help would be appreciated. Thanks!