-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Headless mode doesn't work #357
Comments
Cardinal is not Rack, you cant expect them to work in the same way. The regular build requires X11, if you want headless build do it with |
This is actually even better. Thanks for the guidance. |
note you cant pass a project file to load on the command line, but it is possible to connect to this embed/headless instance via OSC. |
Thanks! Is there an example of or documentation for OSC API? |
no, it is still quite experimental. the idea is for one cardinal instance to talk to another. |
The code makes sense! |
the entire vcv patch file |
Got it. I got confused a bit but then remembered that Cardinal is built around VCV and not a fork. |
It's possible to run the VCV Rack with -h option to run it headless.
If I try to do the same with Cardinal it gives me:
It would be fantastic to be able to run it in headless mode on Raspberry Pi or anywhere else. My use case is audiovisual installations.
The text was updated successfully, but these errors were encountered: