Remote Patching (using X11)

Hey guys!

I know this have been up here a few times and I have been looking through the threads about how it’s possible to control the organelle from a computer over Wifi, like remote desktop.

But it seems to be a bit complicated to do so, I dont find any step by step guide for doing this, the info is a bit scattered.

This is really one of the last hurdles, in my opinion, that would be super nice to get sorted. Organelle is super awesome, but having to have keyboard mouse and display connected is a bit overly complicated, imo and slows down the patching process, especially if you want to build your own stuff and not only use C&I patches… and it often mean that i dont use it much and tend to use my Axolotis instead, cause its a lot simpler patching on Axoloti. Which is a pitty cause its a really nice device, the Organelle :slight_smile:

Getting the remote thing to work would make my(everyones) day :slight_smile:

Or a step by step tutorial on how to do it, would also be nice.

Have there been any progress on this matter? On making it simpler?

Jakob

2 Likes

…I would disagree: once you have those, patching is super easy. (You may not have them already, but that is a different issue.)

Have you tried these instructions from an earlier post on this thread?

I got it all, but having to have a whole extra setup for just the organelle, when you all ready have a computer running that could be used as a host, doesnt make a lot of sense to me. If I want to sit in my couch doing patching which I prefer to do, I have to move everything, keyboard, screen, mouse, usb hub around. Rather than just moving the organelle over and use the computer as remote.

That is many things to have connected to be able to patch on the device. And using the computer that is already running would eliminate all that. Its a big setup to move around, when we potentially could use the computer we all ready have on most of the time.

If you are out gigging and you want to make a last minute change or maybe just edit some patches… Do you bring all those things with you just in case? Mouse, Keyboard, Screen, Usb hub? On top of alle the other gear you bring along? Its a lot to carry around…

Anyway, we can have our opinions/reasons I guess. I just dont see any reason to have to connect a bunch of stuff to the organelle if it can be done with a computer than I all ready have turned on and using. Thats my 2 cents.

Further more, the simpler this is, the more people will get into it.

So thats why I ask about it, its a lot simpler using the computer as remote.

I will give it a go tommorow, thanks. It just seems like there are potentially many complications, from what users write. But maybe I am lucky and it will work in first go. I will give it a try :slight_smile:

I guess these complications are what makes plugging in a display and keyboard/mouse easier at the moment, I couldn’t figure out how to get x11 to work even following instructions :frowning: - but I too would prefer to do away with the separate display and keyboard. I currently have a small table in my apartment dedicated to patching - I think my partner would prefer we use it as a coffee table. That said, a full size keyboard and mouse are very ergonomic make for a comfortable workstation.

1 Like

Exactly what I was fearing.

What do you do when you go play somewhere? Do you bring all that stuff along, keyboard, display, mouse, usb hub in case you want to edit some thing?

I dig all the progress that have been mande on Organelle, its really cool. But to me its just still end up not really being used much because of these things. I had some issues in the past with the original usb drive and power supply all that is taken care of now, everything is working 100% and up to date and I really thought I’d be using it more. But this just makes the patch process really slow and cumbersome.

Ease of use is to me a must, writing everything from scratch can be pretty complicated in PD even without having to worry about these things. At least if you want to make something really nice.

I have tried to make a setup, where I use a Launch Control as a “controller” for patching on my Macbook. It emulates the 4 knobs on the left and some push buttons.

And when I am as done as I can get with the patch, I push a button to switch from “Launch controller mode” to “Organelle mode”, so it uses Organelles buttons/knobs, instead of the Launch set up and then copy the patch to Organelle.

This works semi okay, but still you cant really do any display setup, cause that stuff you have to do directly on the Organelle… And after you made a patch, copied it to Organelle and changed to “Organelle mode” and you realise that you missed something or simply just want to edit it, you have to copy it back to computer again do the edit and then copy it back to Organelle again. All this just takes a bit of the fun out of it, imo.

Anyway, today, I will try and see if I can get X11 working. Fingers crossed :slight_smile:

different users have different needs…

so, the deal is…
the X11 side on the Organelle is correctly configured, out of the box in OS 2.2+

what appears to need tweaking, is how you start on macOS, others seem to be using

ssh -Y -C root@organelle xterm -hold -e “~/scripts/restart-motherX.sh”

for some reason i don’t need to do this, (probably because Ive tweaked X11 some time in the past, as I use it on other X11 projects) - but if this works, then thats cool too…


there are two other options:

a) OscProxy
this actually needs improving, to be more useable by ‘end users’, as it was created as a development tool for me, and I just shared it. but in my opinion this is by far the best approach for ‘major’ patch developments.
(it also means cross-platform development is easier)

b) VNC
its possible to install a vnc server on the Organelle then use an vnc client on windows/mac (mac has one built-in). the advantage of this approach is that, unlike X11, it doesn’t required further configuration on mac, or windows.
However, apart from testing it (quite a while back) , I don’t use it - which is why its been on my ‘todo list’ for quite a while to create the necessary install package - such that users can easily install it.
I’ll see if I can find some time to do it - but we all know time is hard to find :wink:

1 Like

Thank you very much @thetechnobear I will give it a go later today :slight_smile:

Actually, let me tell you something. I think you deserve some thing for all this effort that you put into these open source projects. Not only Here in Organelle forum, but also in Axoloti forum. Have been following both for years and you sir, have done like seriously a lot to make thing easier for every one and never asked anything back.

And in the spirit of christmas time, I want to donate a few $ to you, for your endless efforts to make things easier for people.

And I would suggest everyone who feels like me to do the same!

I have the utmost respect for the amount of time you put into these things. I know we had a few headbutts in the past :wink: But I do know when respect is due, and you have my respect, sir!

Is there anyway, that someone like me could make a small donation to some one like you, for the effort you put in? Paypal?

Thanks and keep going!

2 Likes

good luck, hope you can get it to work out.

Thanks for the kind words, I really appreciate it.

no donations needed, I enjoy helping out others, and using what skills I have to help everyone (hopefully) get a little more out of their stuff.

3 Likes

That all right, its up to you. I dont know many people who would say no to donations :wink:

Look forward to try if it works, when I get home :slight_smile:

Ok, so I created the VNC package for Organelle.

details of how of how to install and use are on this thread:
https://forum.critterandguitari.com/t/remote-patching-using-vnc

generally, unless you are familiar with X11, and you want a more ‘integrated’ feel, Id recommend you use VNC - its easier to use and install.

5 Likes