Page 1 of 1

Limit of playing Clips simultaniously (in different columns)?

Posted: Fri Aug 30, 2024 23:17
by luxundkelvin
Hello out there

i have a problem and no solution .
short explanation: we have programmed an interactive racegame in which 2 players can compete against each other on a skyscraper while cycling. each floor is illuminated L & R by a lamp when a certain distance has been travelled. in resolume we had created a layer per floor. each layer controls a lamp.

we have programmed it so that one more floor lights up the further you travel = one more clip is always played.
Example: clip 1 after 10m, clip 2 after 20m, clip 3 after 30m. and so on… on both columns same same. the commands for each clip comes via OSC.

unfortunately, after 24 simultaneously played clips or after 12 in columns 1 & 2 (a total of 24), the playback stops or the clip is no longer outputed.
is there a limit of 24 simultaneously played clips? the osc command arrives at clip 13 and it is activated but not played. i can also start a maximum of 12 clips in columns 1 and 2 at the same time manually using the mouse. is there a solution for this?

race is tomorrow evening! 🤯😇

thx for any help

Re: Limit of playing Clips simultaniously (in different columns)?

Posted: Mon Sep 02, 2024 18:33
by Zoltán
One layer can only play one clip. (two during a transition)
To play 24 clips at the same time, you'd need at least 24 layers.