Comments by Lukenzoner1

Hello,

so sorry for the late answer.
Here are the patches you should use to control your juno :

Use this M4L device to use my version : juni_106_2.amxd
entrance_2.maxpat should be open at the same time as the amxd.

Your Juno Function 3 position button should be set on III : "all" to allow all types of entering messages to the juno.
Please also use the "manual" mode for the Juno to avoid any interferance from presets.

When using entrance patch, you should select under "midifinfo" objects present at the Top and bottom of the patch your midi I/O interface.

the two patches are communicating with each other using udp send, in order to use this function you should allow max to communicate with the network.
The choice of the UDP port number is up to you, but be aware to use the consistent host : local host aka 127.0.0.1

In the amxd device
udpsend 127.0.0.1 1002 =>sends datas to entrance within the local host network on the port 1002

In entrance.maxpat
udpsend 127.0.0.1 1001 =>sends datas to Live within the local host network on the port 1001

What I would recommend to do as "Best practices" to use the patch :

Do not use at the same time data input recording and data output, this may result in conflicts and makes juno unable to understand what it does.
- So record first then edit in live the recorded datas.
-Please use Live's bundled version of MAX/MSP otherwise there are some risks of conflicts when two instances of a single MAX are opened.
-Also, if you are on PC, please be sure to use an official MAX 9 version, cracks tends to creates CPU overflow which are quite annoying (but still does permit to use the patch).

I Hope this helps

Bests

Lucien

Hey all,
I remade the whole patch.
You need to open both max/msp and max4live to use it.
You can note that this system allows us to touch sliders in real team and it's updated in real time in max/msp and live.
M4l is used to write automations and have a coherent user interface (not as pleasant as pibo's one) and max is used to transmit the datas.
It's not a straight forward plug and play solution but it's robust.

https://github.com/Kluper/juno_106_2

Cheers lucien
Hello,
I made a small update of squeeb's patch as I had troubles to use it.
I added a few "change" objects to filter down the amout of message sent in order to increase the fluidity of the patch.

https://github.com/Kluper/juno_106_2/tree/main

regards

Lucien