LFO event tracking
-
I'd like a way to get notification when an LFO reaches the end of its cycle....no matter what value it is at the end --- do we have a broadcaster for this? if not can we have something?
-
@Lindon any one?
-
@Lindon idea....hacky....
use a panel...
timerobject...Panel.startTimer(LFO_time or length);
?
obviously there are some things to do if you want tempo sync readouts but thats just off top of my head. -
@Chazrox said in LFO event tracking:
@Lindon idea....hacky....
use a panel...
timerobject...Panel.startTimer(LFO_time or length);
?
obviously there are some things to do if you want tempo sync readouts but thats just off top of my head.yeah thats deeply unreliable...and even if it wasnt now I have a truck load of note-management to do for retrigger etc...thanks tho...
Any chance of a Broadcaster for this?
-
@Lindon global cable, possibly
-
@d-healey said in LFO event tracking:
@Lindon global cable, possibly
that just a way to pass its value isn't it? I'm looking for its position...unless I dont understand what you mean...
-
@Lindon you're almost certainly correct, I haven't used global cables so wasn't sure if they're able to pass what you need
-
@Lindon welp.