Futher context:
I'm achieving this currently by sending two API requests:
one POST to /composition/layers/{layer-index}/clips/{clip-index}/open to create the text block, and then a PUT to /composition/layers/{layerIndex}/clips/{clipIndex} to populate the text body.
This was the best way I ...
Search found 6 matches
- Tue Aug 27, 2024 23:06
- Forum: Developers Developers Developers
- Topic: REST API: Is it possible to NOT select newley opened clip?
- Replies: 3
- Views: 21931
- Tue Aug 27, 2024 23:02
- Forum: Developers Developers Developers
- Topic: REST API: Is it possible to NOT select newley opened clip?
- Replies: 3
- Views: 21931
Re: REST API: Is it possible to NOT select newley opened clip?
I'm creating a small program to let a writer collaborate with a VJ using Resolume.
The program runs on the writer's laptop where they enter text. The text is sent over the network via the REST API to the host's machine running Resolume where text block clips are created and populated into a ...
The program runs on the writer's laptop where they enter text. The text is sent over the network via the REST API to the host's machine running Resolume where text block clips are created and populated into a ...
- Sat Aug 24, 2024 23:39
- Forum: Developers Developers Developers
- Topic: REST API: Is it possible to NOT select newley opened clip?
- Replies: 3
- Views: 21931
REST API: Is it possible to NOT select newley opened clip?
Using the REST API endpoint at is it possible to instruct Resolume to NOT select the newly opened clip? Either through the API or through Resolume's settings?
Thank you for any assistance.
Code: Select all
/composition/layers/{layer-index}/clips/{clip-index}/open
Thank you for any assistance.
- Mon Aug 05, 2024 15:30
- Forum: Developers Developers Developers
- Topic: REST API: Open source with space in name
- Replies: 2
- Views: 32424
Re: REST API: Open source with space in name
Ah I missed that! Thank you for the reply
- Fri Aug 02, 2024 16:37
- Forum: Developers Developers Developers
- Topic: REST API: Open source with space in name
- Replies: 2
- Views: 32424
REST API: Open source with space in name
Does anyone know the correct syntax to open a source into a clip that has a space in the source's name? I'm trying to load a text block source into a clip but can't get it to work.
I'm using the endpoint: /composition/clips/by-id/{clip-id}/open and have tried a bunch of different variations for ...
I'm using the endpoint: /composition/clips/by-id/{clip-id}/open and have tried a bunch of different variations for ...
- Wed Apr 06, 2016 12:25
- Forum: Problems? Bugs? Solutions!
- Topic: MIDI smooth interpolation?
- Replies: 1
- Views: 1949
MIDI smooth interpolation?
Hello,
Is there a way to interpolate MIDI input values?
Currently when I turn a knob on a parameter it jumps from value to value (for example: 5 -> 10 -> 15 -> 20).
Is it possible somehow to smooth out these values so when I turn a knob, it ramps up from say 5 - 10 smoothly?
I am using a KORG ...
Is there a way to interpolate MIDI input values?
Currently when I turn a knob on a parameter it jumps from value to value (for example: 5 -> 10 -> 15 -> 20).
Is it possible somehow to smooth out these values so when I turn a knob, it ramps up from say 5 - 10 smoothly?
I am using a KORG ...