-
Hello, first of all thanks for the work on this project. It looks very promising! Unfortunately I cannot get it to work on my system (Ableton Live 10 on Mac OS 13 running on an M1 Max MacBook Pro). I copied the Also, I forked the project and tried to run I got several messages like
I tried copying the
Finally, I don`t really understand where I should run the TS code for interacting with Ableton from. Can I just start a Node project somewhere, add ableton-js as dependency, create a file where I import the class, run the whole thing and it and it should just work? I would really appreciate any help with this! Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey @Sejmou, thanks for your report! That was indeed a bug I accidentally introduced with the last version. Could you try updating to the latest version and see if that fixes the issue? The
Yes, if the AbletonJS plugin is loaded in Live, the Node library should automatically connect to it, no matter where you run it from. I hope this helps and look forward to your reply! |
Beta Was this translation helpful? Give feedback.
Hey @Sejmou, thanks for your report!
That was indeed a bug I accidentally introduced with the last version. Could you try updating to the latest version and see if that fixes the issue? The
yarn ableton:copy-scripts
should now work as expected as well. Let me know if that works on your end now!Yes, if the AbletonJS plugin is loaded in Live, the Node library should automatically connect to it, no matter where you run it from.
I hope this helps and look forward to your reply!