ricardomatias / ableton-live

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

Read info_text from a Clip #26

Open celestial-labs opened 3 months ago

celestial-labs commented 3 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 3 months ago

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