Search found 3 matches

by vnkbln
Wed Oct 16, 2024 10:30
Forum: New Features
Topic: Minimize UI after start
Replies: 0
Views: 5694

Minimize UI after start

Sometimes I need Resolume to run in the background and not cover the desktop when it starts. I would very appreciate the ability to automatically minimize the interface when launched. This could be a checkbox in the General Preferences
by vnkbln
Wed Oct 16, 2024 10:22
Forum: Developers Developers Developers
Topic: How to get data via Websocket in Realtime?
Replies: 2
Views: 130044

Re: How to get data via Websocket in Realtime?

I figured out what was going on. To track events in realtime, you need to "subscribe" to them. Like this:

Code: Select all

{"action":"subscribe","parameter":"/parameter/by-id/1729070305887"}
by vnkbln
Mon Dec 18, 2023 15:31
Forum: Developers Developers Developers
Topic: How to get data via Websocket in Realtime?
Replies: 2
Views: 130044

How to get data via Websocket in Realtime?

Hello!

I want to get the name of the file playing in the Resolume via Websocket in VVVV. I was able to parse this from JSON, but I have a problem with the fact that Resolume only sends data when connecting to the server and does not update it when it changes. In order for the data to be updated, I ...