How to access the Live Object Model from external in c++ using min

Hjalte Bested Møller's icon

Hi Maxers,

I'm writing some externals in c++ using the min framework. I want to make an external to be used in a Max4Live patch. The external will take a prompt as input and generate a composition as a responce. The composition should be based on the name of the tracks in the live arrangement (this will tell the model which instruments to write for). Next the score for each track will be placed in midi clips on the relevant tracks.

I cannot find the information about how to interface the LOM directly from an external ?

Best,

Hjalte

Hjalte Bested Møller's icon

Is this not a possibility ?

11OLSEN's icon

This is not public. Just use js Live Api if you need a text based interface.