ricardomatias / ableton-live

A library for communicating with Live via WebSockets, works both in NodeJS and in the Browser.
https://ricardomatias.net/ableton-live/
78 stars 10 forks source link

Read info_text from a Clip #26

Closed celestial-labs closed 1 month ago

celestial-labs commented 5 months ago

I'm currently using the ableton-live npm package to interact with Ableton Live, and I'm trying to read the info_text property from a Clip object. I couldn't find any direct method or property in the documentation or the codebase that allows access to the info_text of a Clip.

Expected Behavior: I expect to retrieve the info_text of the specified Clip.

Actual Behavior: An error is thrown because the info_text property does not seem to exist on the Clip object.

ricardomatias commented 5 months ago

According to the Live Object Model this property isn't exposed by the Max4Live API.