Low Frequency Step Sequence

146 views
Skip to first unread message

hans peter

unread,
Nov 18, 2015, 9:43:43 AM11/18/15
to Lightjams
Hi, I love Lightjams for creating crazy Led effects and ambient evolving lightscapes, but i have Problems creating a simple step sequence.

There are 6 parcans and i need them to fade in and fade out  randomly on  the low frequencies. They cannot fade into each other. 

The normal music control is just too fast..


I am working with
latch(onbeat(trigger(music.2.low.beat,0.07,10,15,0.15),16,0),rand())
on the X axis  

and 

trigger((onchange(x)),1.5,0,100,0)

on the Power Fader.

maybe there is a simpler formula for this pretty simple task.

Thank you =) 


Mathieu

unread,
Nov 18, 2015, 12:23:05 PM11/18/15
to ligh...@googlegroups.com
Hi Hans,

The "random" part may need more explanations. To toggle on and off at each low music beat and create a random pattern so that not all lights are on at the same time, you can use this formula for the power:

if(onbeat(music.1.low.beat), min(100,randint(0,2)*100), last)

Then enable the shader mode option and set the range to 100%. No need to move the source over the grid and create a sequencer. Set the grid fade in/out as desired.

Cheers,
Mathieu

hans peter

unread,
Nov 18, 2015, 4:05:27 PM11/18/15
to Lightjams
Thank you very much! Love Lightjams! 
Reply all
Reply to author
Forward
0 new messages