Page 1 of 1

New Column generated automatically

Posted: Wed Dec 11, 2019 11:28
by movebandit
Hello,
perhaps theres a Workaround/Solution for my Problem:

Setup:
I generate a trigger from Touchdesigner for "Next Column" to play all Columns as an endless Loop. (Workaround for the missing "Column Autopilot"). Its for a permanent Installation. Resolume and Touchdesigner starts automatically when PC is switched on. Everything is working fine.

Problem:
Resolume generates everytime the composition is loaded an empty column at the end. So after the last programmed column i always play an emtpy column. After deleting it manually everything works fine. But it´s not possible to delete this empty column everytime the system starts automatically. Number of Columns are changing, so it´s not possible to trigger the programmed Columns directly by number.........

Any Suggestions ?

Greets

Maze

Re: New Column generated automatically

Posted: Wed Dec 11, 2019 20:35
by Arvol
This is standard operating conditions. You'll need to change your programming up in TD. You can send a ? OSC poll to Resolume and get back values for anything you poll. Do some logic in TD with the ? to ask how many clips are loaded into your deck, and then use that number to drive your auto-pilot system.

I wouldn't expect Arena to change it's standard operating procedures over something you can fix with your custom patch. Adding a blank column is vital for most people as it allows for quick access to drag and drop or paste ;)

Re: New Column generated automatically

Posted: Thu Dec 12, 2019 11:40
by movebandit
The Poll is a nice Idea. But do you know the Osc command to get back the number of columns ? Cant´t find the right one...

Re: New Column generated automatically

Posted: Sat Dec 28, 2019 12:41
by Zoltán
Currently Resolume doesn't have a command to get the number of columns.
Sending '?' to an address with wildcard like /composition/columns/*/name should return all column names.
Maybe that would help.