Splitting Light Spectrum to Trigger Audio
Hey everyone, I'm using a BH1750 light sensor to trigger different audio files. The sensor gives a spectrum of 0 (no light) to about 15000 (full light) and I am parsing up the spectrum with [split] to trigger different samples at different ratios of light (split 200 250). However, my problem is that once the sound is triggered, it won't turn off. How can I have the sample only play within the given range I give it?
Thanks!

What exactly do You want ?
Split range to control cycle~ frequency ?
Would mean if input sweeps from 200 to 240, that sets cycle freq ?
Or just to turn cycle~ on when input is within range, and turn off when
input is outside of split range ?
What You write is different than the screenshot.
If You want sample playback, start it when input reaches split range,
stop it when input is outside of range, simply using second outlet
of split object.
