Search found 2562 matches

by Arvol
Tue Apr 16, 2024 15:24
Forum: New Features
Topic: New Freature
Replies: 2
Views: 46

Re: New Freature

Yeah ^, Have 1 layer as your switcher with various inputs, then above that layer have your normal comp. Use Video Router specified to the first layer and then add your FX on that. Change source layer if something is wrong.
by Arvol
Sat Apr 13, 2024 14:54
Forum: Problems? Bugs? Solutions!
Topic: Mapping, DMX and Decks
Replies: 2
Views: 148

Re: Mapping, DMX and Decks

You can assign each deck a DMX address just like you do with MIDI, or for use with a single address or encoder would to be to map the |< >| buttons next to the deck with a DMX address, then assign your deck UI in your console to that specific address.
by Arvol
Sat Apr 13, 2024 14:52
Forum: Developers Developers Developers
Topic: Is it possible to command the switcher via RS-232C from the resolume?
Replies: 2
Views: 245

Re: Is it possible to command the switcher via RS-232C from the resolume?

Directly, No.
However you can send out OSC or DMX from Arena and then use a free translator app like Chataigne to convert to other protocols.
by Arvol
Sat Apr 13, 2024 14:51
Forum: General Chat
Topic: What is the best way to achieve 5.1 surround sound audio output for Resolume Avenue or Arena in 2024?
Replies: 4
Views: 275

Re: What is the best way to achieve 5.1 surround sound audio output for Resolume Avenue or Arena in 2024?

Correct. Currently Resolume can only do a stereo out. You can kind of bandaid it together using Resolume for mapping and video playback and then have Ableton or some other DAW send out audio. You can send another audio out track from your DAW to Resolume sending out LTC so that the video can follow ...
by Arvol
Fri Apr 12, 2024 18:44
Forum: New Features
Topic: DMX Automap and CITP
Replies: 1
Views: 163

Re: DMX Automap and CITP

Good luck going through life with that type of attitude.
by Arvol
Fri Apr 12, 2024 18:22
Forum: Developers Developers Developers
Topic: send integer to Text Block ?
Replies: 3
Views: 294

Re: send integer to Text Block ?

With Python I usually do something like:

str("xxx") with xxx being the int(operator)
by Arvol
Fri Apr 12, 2024 18:21
Forum: General Chat
Topic: What is the best way to achieve 5.1 surround sound audio output for Resolume Avenue or Arena in 2024?
Replies: 4
Views: 275

Re: What is the best way to achieve 5.1 surround sound audio output for Resolume Avenue or Arena in 2024?

You don't lol. They guys are reworking the audio system for multi channel out but there is no timeline. Could be next month (haha) or could be 10 years? If I was to guess... Maybe a year or two??
by Arvol
Fri Apr 12, 2024 18:19
Forum: New Features
Topic: Using Arena for corporate shows - rehearsals specifically.
Replies: 2
Views: 104

Re: Using Arena for corporate shows - rehearsals specifically.

I work pretty heavily in the corporate world as well. Most the time they don't need the last 30 sec, just something that shows the end, it could be 5-10 sec and they're happy.

Just have companion send a float value of 0.9 to
/composition/selectedclip/transport/position
by Arvol
Mon Apr 08, 2024 19:42
Forum: General Chat
Topic: How to control Resolume Avenue Arena with UDP Commands Directly?
Replies: 3
Views: 239

Re: How to control Resolume Avenue Arena with UDP Commands Directly?

Anytime :)
There's a ton of documentation out there for it.
by Arvol
Mon Apr 08, 2024 18:48
Forum: Problems? Bugs? Solutions!
Topic: OSC set playhead at absolute position (in sec)
Replies: 2
Views: 196

Re: OSC set playhead at absolute position (in sec)

It's just a float value. In Wire you can get get media player clip duration and remap 0-1 that way but for non wire functions you would need to ping the clip via osc with a ? to get the duration and then do a remap externally that way. No in the box solution that I'm aware of atm.