Search found 51 matches
- Fri May 20, 2022 18:24
- Forum: New Features
- Topic: Bpm buttons - remove option
- Replies: 4
- Views: 2671
Bpm buttons - remove option
Please can we have a way to remove the BPM/Tap/Resync/metronome buttons? Just like we can remove other elements on the workspace?
- Tue Jan 11, 2022 19:03
- Forum: Problems? Bugs? Solutions!
- Topic: Copying Parameters from one clip to another...
- Replies: 1
- Views: 3996
Copying Parameters from one clip to another...
I can copy effect parameters from one clip to another, and all works well *Except* the "Transform" properties....
When I copy the Transform properties, my destination clip ends up with TWO transform effects, one of which (the original) I cannot remove.
Is this a bug that can be sorted? or is there ...
When I copy the Transform properties, my destination clip ends up with TWO transform effects, one of which (the original) I cannot remove.
Is this a bug that can be sorted? or is there ...
- Tue Jan 11, 2022 18:55
- Forum: Problems? Bugs? Solutions!
- Topic: Importing Groups from other compositions
- Replies: 1
- Views: 3759
Importing Groups from other compositions
Is there a way to import a "Group" into another composition?
Specifically the Laba 4K LightsPatterns uses a "Group" effect to generate the content, but when you import the "Deck" from the composition, it also needs the "Group" in order to generate the desired effect.
Or is it a case of taking a ...
Specifically the Laba 4K LightsPatterns uses a "Group" effect to generate the content, but when you import the "Deck" from the composition, it also needs the "Group" in order to generate the desired effect.
Or is it a case of taking a ...
- Sat Jan 08, 2022 09:27
- Forum: General Chat
- Topic: Controlling Avolites from resolume
- Replies: 5
- Views: 11823
Re: Controlling Avolites from resolume
Errrm…. I think you have this the wrong way round.. I want to control the Avolites console FROM Resolume.
- Fri Jan 07, 2022 20:25
- Forum: General Chat
- Topic: Controlling Avolites from resolume
- Replies: 5
- Views: 11823
Controlling Avolites from resolume
Hi.
I can control Resolume from an Avolites desk (using artnet and dmx shortcuts in Resolume) but I want to be able to fire cues on my Avolites desk (Titan Quartz v15) from Resolume (eg when I run a clip. Is there a way to do this?
Cheers.
I can control Resolume from an Avolites desk (using artnet and dmx shortcuts in Resolume) but I want to be able to fire cues on my Avolites desk (Titan Quartz v15) from Resolume (eg when I run a clip. Is there a way to do this?
Cheers.
- Mon Oct 11, 2021 11:11
- Forum: General Chat
- Topic: Controlling Arena over Ethernet?
- Replies: 7
- Views: 9175
Re: Controlling Arena over Ethernet?
Yep, I’ve read all that, but am still confused. I just need someone to show me an example of the code to send with the integer and type at the end of it, and I’ll be sorted.
- Sun Oct 10, 2021 16:07
- Forum: General Chat
- Topic: Controlling Arena over Ethernet?
- Replies: 7
- Views: 9175
Re: Controlling Arena over Ethernet?
I can’t find anywhere that shows an example of how to send these “integers” over udp.
Ive tried:
/composition/layers/1/autopilot i 0
/composition/layers/1/autopilot, i, 0
And all sorts in between.
Resolume osc monitor shows the above being recieved, but nothing shows in the “value” column…. Nor ...
Ive tried:
/composition/layers/1/autopilot i 0
/composition/layers/1/autopilot, i, 0
And all sorts in between.
Resolume osc monitor shows the above being recieved, but nothing shows in the “value” column…. Nor ...
- Sun Oct 10, 2021 12:36
- Forum: General Chat
- Topic: Controlling Arena over Ethernet?
- Replies: 7
- Views: 9175
Re: Controlling Arena over Ethernet?
Ok, I’m stuck again….
I see that for example “autopilot” says it has “osc type tag of int 0 through 3”….
Autopilot command is:
/composition/layers/1/autopilot
This takes up 31 bytes already…. But how do I send the integer 0-3 after it?
I see that for example “autopilot” says it has “osc type tag of int 0 through 3”….
Autopilot command is:
/composition/layers/1/autopilot
This takes up 31 bytes already…. But how do I send the integer 0-3 after it?
- Sun Oct 10, 2021 12:22
- Forum: General Chat
- Topic: Controlling Arena over Ethernet?
- Replies: 7
- Views: 9175
Re: Controlling Arena over Ethernet?
It’s ok, I’ve nailed it.
I have to send the commands as UDP to the receiving port (default 7000) and the commands have to be 32 bytes long, so have to add 00 hex bytes to make the complete string 32 bytes total….
Eg: /composition/columns/1/connect is only 30 characters (or bytes) in length, so I ...
I have to send the commands as UDP to the receiving port (default 7000) and the commands have to be 32 bytes long, so have to add 00 hex bytes to make the complete string 32 bytes total….
Eg: /composition/columns/1/connect is only 30 characters (or bytes) in length, so I ...
- Sun Oct 10, 2021 11:35
- Forum: General Chat
- Topic: Controlling Arena over Ethernet?
- Replies: 7
- Views: 9175
Re: Controlling Arena over Ethernet?
Ok, yeah, that looks like it could work….
I see I can set the Osc receiving port .. 7000 I guess I just send the relevant command over TCP to that port on the arena’s IP address? Is there a requirement for the end of message? Carriage return/line feed?
I see I can set the Osc receiving port .. 7000 I guess I just send the relevant command over TCP to that port on the arena’s IP address? Is there a requirement for the end of message? Carriage return/line feed?