Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use in a network and preset files sharing #33

Closed
brucelane opened this issue Oct 17, 2016 · 1 comment
Closed

use in a network and preset files sharing #33

brucelane opened this issue Oct 17, 2016 · 1 comment

Comments

@brucelane
Copy link

hi, this looks like a very nice project!!

how can it be used in a network? I saw the fader moving in sync with the electron app and the browser on the same machine.

I tryed the electron app and the browser app, they don't seem to be able to load the preset files exported by one(electron) an imported by the other(web)

Merci

@jean-emmanuel
Copy link
Owner

jean-emmanuel commented Oct 18, 2016

Hi ! Thank you for your interest :)

how can it be used in a network

Once launched, the app is accessible on the network at http://server-ip:8080 (8080 being the default port)

they don't seem to be able to load the preset files exported by one(electron) an imported by the other(web)

It's the way it works for now:
The state's saving and loading isn't shared between the apps, although loading/importing a state will update all clients as osc message are sent. As for preset files, they are currently just simple files created on the client's filesystem, therefore they can't be shared between clients. Someday, I'll try to bring a smarter way to deal with states/preset.

edit: come over irc (freenode, #open-stage-control) if you wanna talk, I'll try to be online sometimes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants