Page 1 of 1

String parameter BPM sync

Posted: Sat May 02, 2015 00:06
by Zoltán
I am experimenting with some quartz stuff.
I made a simple text renderer, and there is the multi line string as parameter.
Is it possible to sync the line change to the beat in resolume, or would I have to do that in the patch?

Re: String parameter BPM sync

Posted: Thu May 14, 2015 12:54
by Zoltán
bump.

Re: String parameter BPM sync

Posted: Thu May 14, 2015 16:42
by Joris
You would have to do this in the patch.

Re: String parameter BPM sync

Posted: Fri May 15, 2015 20:36
by Zoltán
Ok,
if anyone wants to try it here is the patch which shows the next line of a string on a given signal, which can be beat synced, or osc / midi/ key mapped.
enjoy: http://palffyzoltan.hu/?url=programs&a=textbeatsync

Input your text lines into the string parameter, separated by the given separator, then animate the next_line_signal.
When the next_line_signal gets to the maximum value, the next line is shown.
The actual line number resets on launch of the clip.

Re: String parameter BPM sync

Posted: Mon Feb 13, 2017 00:38
by Zoltán
v2.
Made some refinements to the next-line signal evaluation, and also added a timeline parameter which you can animate.
If the Timeline is smaller than 0.1 then the line index is reset to the first, so you can use this parameter in one shot timeline animated to have the first line displayed on clip start/relaunch.
The next line signal has to be animated to move to the right (ascending, which is default in Resolume), if the signal moves to the left ie is smaller value than before then the next line is displayed.
get it here: http://palffyzoltan.hu/?url=programs&a=textbeatsync