Live 10 export not working

655 viewsCSS Bugslive10
0

Heyo~

I’m having an issue with a remote script trying to show up in Live 10. It exports correctly and appears in Live 12, but it does not show up in Live 10.1.43.

Exporting the folder works without errors, but the specific script is not visible in Live 10’s MIDI preferences. I have already tried manually copying the scripts folder into my User Library/Remote Scripts directory, but same result, doesn’t show up in Live 10!

I’m running out of ideas. Has anyone encountered this or have a suggestion for a fix?

Running macOS here btw!

doepfer303 Answered question
1

Well, that was a quick fix. There was a non-standard ASCII character and adding the line

# -*- coding: utf-8 -*-

to the beginning of the .py fixed that. Works fine now!

doepfer303 Edited answer
You are viewing 1 out of 1 answers, click here to view all answers.