Using OSC, is it possible to set the curve of an envelope in Resolume, or even select a specific preset? I noticed the OSC overlay in Resolume doesn't seem to show the OSC address for these, I tried to guess them but didn't have any luck.
And I don't suppose it's possible to turn off the BPM Phase ...
Search found 26 matches
- Thu Jun 05, 2025 11:16
- Forum: Developers Developers Developers
- Topic: With OSC can I set the Curve of an Envelope?
- Replies: 1
- Views: 40334
- Mon May 05, 2025 16:14
- Forum: Problems? Bugs? Solutions!
- Topic: Using OSC can I determine which layers are inside which groups?
- Replies: 1
- Views: 3519
Re: Using OSC can I determine which layers are inside which groups?
For anyone else looking for a solution using the Rest API instead of OSC I posted some javascript code here:
viewtopic.php?p=102083#p102083
viewtopic.php?p=102083#p102083
- Mon May 05, 2025 16:11
- Forum: Problems? Bugs? Solutions!
- Topic: Request: identify layer NUMBER unambiguously
- Replies: 5
- Views: 9803
Re: Request: identify layer NUMBER unambiguously
I know I'm 14 years to late but for anyone looking for a solution via Google. I had to write some javascript code that calls the Resolume Rest API to solve this problem. This code will give you a object like:
let id = {
group1: {
id: 1,
layer1: { id: 1 },
layer2: { id: 2 },
layer3: { id: 3 ...
let id = {
group1: {
id: 1,
layer1: { id: 1 },
layer2: { id: 2 },
layer3: { id: 3 ...
- Sun May 04, 2025 07:16
- Forum: Problems? Bugs? Solutions!
- Topic: Using OSC can I determine which layers are inside which groups?
- Replies: 1
- Views: 3519
Using OSC can I determine which layers are inside which groups?
Is there a way to determine which layers and groups are associated via OSC?
Here's my use case... When you add a new layer in Resolume all existing layers change ID. Therefore in my code I'm grabbing the names for all layer ID's and groups using:
/composition/groups/${groupId}/name
/composition ...
Here's my use case... When you add a new layer in Resolume all existing layers change ID. Therefore in my code I'm grabbing the names for all layer ID's and groups using:
/composition/groups/${groupId}/name
/composition ...
- Fri Dec 06, 2024 01:43
- Forum: News! Extra! Extra! Read all about it!
- Topic: Resolume 7.22 Release | Column Power ❤️ Autopilot Improvements 💥 LUTs 🌈 Wire Resources
- Replies: 17
- Views: 216613
Re: Resolume 7.22 Release | Column Power ❤️ Autopilot Improvements 💥 LUTs 🌈 Wire Resources
So many great usability improvments, this is exactly what we need!!! Noticed the new play pause stop buttons are mappable... would sure be nice if the Ableton Link button right next to them was as well 

- Wed Dec 04, 2024 21:45
- Forum: General Chat
- Topic: Maximum artnet dmx lumiverse/output
- Replies: 2
- Views: 6175
Re: Maximum artnet dmx lumiverse/output
Sorry for replying to an old thread but just wondering how you ended up going with this as we're looking to hit a similar number of lumiverses.
- Wed Oct 23, 2024 19:35
- Forum: Problems? Bugs? Solutions!
- Topic: Why does selecting some of my clips select other layers?
- Replies: 1
- Views: 2625
Why does selecting some of my clips select other layers?
When I select clips on certain layers a clip on another layer is also selected? Is this a bug or have I somehow linked these layers together?
Here's a video to show the problem:
Here's a video to show the problem:
- Thu Oct 10, 2024 08:11
- Forum: New Features
- Topic: Can the Ableton Link button be enabled on startup, or activated via OSC, API?
- Replies: 1
- Views: 6138
Can the Ableton Link button be enabled on startup, or activated via OSC, API?
I'm running Resolume automatically in a club that doesn't have a VJ. But currently each time it launches the Ableton Link button needs to be pressed to connect to the Link session.
Is there a way to automate this? I tried via OSC, Rest API and it doesn't appear to be mappable.
Is there a way to automate this? I tried via OSC, Rest API and it doesn't appear to be mappable.
- Thu May 16, 2024 20:42
- Forum: Problems? Bugs? Solutions!
- Topic: MIDI Clock Jumping to 20 or 500 BPM
- Replies: 30
- Views: 76196
Re: MIDI Clock Jumping to 20 or 500 BPM
While this is still a problem for me, I was able to make it happen less often by separating my midi clock and midi data. I use loopMidi as my virtual midi port and it allows you to setup multiple ports, I've now setup one called "clock" and another called "data" in Resolume I have the data port set ...
- Wed Dec 27, 2023 00:20
- Forum: Problems? Bugs? Solutions!
- Topic: How to uninstall a wire mixer from Resolume?
- Replies: 4
- Views: 11093
Re: How to uninstall a wire mixer from Resolume?
I just accidentally found it while playing with another Patch in C:\Users\Public\Documents\Resolume Wire\Patches\ whereas I think I was originally looking in MY user directory.