Search found 6 matches

by Resoresoreso
Tue Nov 21, 2023 11:13
Forum: Problems? Bugs? Solutions!
Topic: MIDI overload
Replies: 2
Views: 4231

Re: MIDI overload

Not sure if this is related, maybe it is not by a mile.

Thing is I am working with a midi controller and send out REST-API commands, which is through another way then MIDI in your case. Resolume stays stable and there is little lag, but it does *crash* upon exit. I already mitigated it to some ...
by Resoresoreso
Sun Nov 19, 2023 12:07
Forum: Problems? Bugs? Solutions!
Topic: Solved : REST API (learning) troubles
Replies: 3
Views: 5104

Re: REST API (learning) troubles --official example not working

And with the added documentation at https://resolume.com/docs/restapi/ , I was able to figure out the details that went wrong. So yay :)
by Resoresoreso
Sun Nov 19, 2023 11:32
Forum: Problems? Bugs? Solutions!
Topic: Solved : REST API (learning) troubles
Replies: 3
Views: 5104

Re: REST API (learning) troubles --official example not working

Also : Admins/mods, I think this post might be a better fit for "developers" , so feel free to move it there if need be.
by Resoresoreso
Sun Nov 19, 2023 11:22
Forum: Problems? Bugs? Solutions!
Topic: Solved : REST API (learning) troubles
Replies: 3
Views: 5104

Re: REST API (learning) troubles --official example not working

I was able to get a few things working by looking at an example I found on the forum. I just noticed the local SwaggerUI is different than the one which is hosted here : https://resolume.com/docs/restapi/

I don't have the schema's for instance, so hopefully I can work things out further from there ...
by Resoresoreso
Sat Nov 18, 2023 16:48
Forum: Problems? Bugs? Solutions!
Topic: Solved : REST API (learning) troubles
Replies: 3
Views: 5104

Solved : REST API (learning) troubles

Hi everyone,

I have been working with the REST API in Resolume.

I use the official http://127.0.0.1:8080/api/docs/rest/ to test.
The specific problem I have is that I get the JSON file from the endpoint "/composition/clips/selected" just fine with a GET, and I verified in a few JSON checkers ...