jamoma / JamomaMax

Implementation of Jamoma for Cycling'74 Max:
http://www.jamoma.org
41 stars 9 forks source link

is there a way to get notify when a Minuit app get connected ? #965

Open avilleret opened 8 years ago

avilleret commented 8 years ago

I'm looking for a convenient way to automatically discover namespace when a new Jamoma application is connected to my Max patch with Minuit. For now, I have to manually trig a [namespace/build( message, and I want to do that automatically. Is there is built-in connection notification in j.modular ? or a special message to send to one or the other application to automatically discover namespace after connection ?

Thanks

bltzr commented 8 years ago

Bonjour ?

We also defined, in the first Minuit specs, a message for a device to announce itself on the network.... Maybe it's best to do this kind of KISS solution? (As all devices talk to port 13579 anyway...) Huh?

Pascal Baltazar

Le 19 nov. 2015 à 11:11, Antoine Villeret notifications@github.com a écrit :

I'm looking for a convenient way to automatically discover namespace when a new Jamoma application is connected to my Max patch with Minuit. For now, I have to manually trig a [namespace/build( message, and I want to do that automatically. Is there is built-in connection notification in j.modular ? or a special message to send to one or the other application to automatically discover namespace after connection ?

Thanks

— Reply to this email directly or view it on GitHub.

avilleret commented 8 years ago

one solution consist to send a raw OSC packet from remote application to Max patch and catch it with j.modular monitor to trig a namespace/build message.

but I'm looking to an existing and more convenient method to do the same.