for clocks sequencer/lfo ect personally i usually use multipliers and fmods of PPQ, ie getting a clock 2x faster: fmod(PPQ * 2, nb_of wanted_beats) otherwise if no synced basically count blocs like in bloc counter scripts, each bloc a counter increments in process procedure, a callback or event reset it. then eventually multiply by something like bloc_duration global variable. or another way is check timeMs at a start of event, then while process run TimeMs - start-time gives the current ellapsed time. in fact there are many diiferent way depending on final taget goal, not sure a general template fits
]]>2017-09-26T01:54:54+02:002017-09-26T01:54:54+02:00https://brainmodular.org/forums/viewtopic.php?t=5869&p=37877#p37877I have a synchro control that I use all the time that senso made and I'd like to actually do a sequencer clock controller.
-s
Statistics: Posted by sephult — 26 Sep 2017, 01:54
]]>2017-09-25T14:31:38+02:002017-09-25T14:31:38+02:00https://brainmodular.org/forums/viewtopic.php?t=5869&p=37873#p37873Statistics: Posted by oli_lab — 25 Sep 2017, 14:31
]]>
2017-09-23T13:51:17+02:002017-09-23T13:51:17+02:00https://brainmodular.org/forums/viewtopic.php?t=5869&p=37865#p37865I don't want to be redundant, I'd rather evolve things and keep a standard rather than many duplicate modules of the same type.
-s
Statistics: Posted by sephult — 23 Sep 2017, 13:51
for clocks sequencer/lfo ect personally i usually use multipliers and fmods of PPQ, ie getting a clock 2x faster: fmod(PPQ * 2, nb_of wanted_beats) otherwise if no synced basically count blocs like in bloc counter scripts, each bloc a counter increments in process procedure, a callback or event reset it. then eventually multiply by something like bloc_duration global variable. or another way is check timeMs at a start of event, then while process run TimeMs - start-time gives the current ellapsed time. in fact there are many diiferent way depending on final taget goal, not sure a general template fits
]]>2017-09-26T01:54:54+02:002017-09-26T01:54:54+02:00https://brainmodular.org/forums/viewtopic.php?t=5869&p=37877#p37877I have a synchro control that I use all the time that senso made and I'd like to actually do a sequencer clock controller.
-s
Statistics: Posted by sephult — 26 Sep 2017, 01:54
]]>2017-09-25T14:31:38+02:002017-09-25T14:31:38+02:00https://brainmodular.org/forums/viewtopic.php?t=5869&p=37873#p37873Statistics: Posted by oli_lab — 25 Sep 2017, 14:31
]]>2017-09-23T13:51:17+02:002017-09-23T13:51:17+02:00https://brainmodular.org/forums/viewtopic.php?t=5869&p=37865#p37865I don't want to be redundant, I'd rather evolve things and keep a standard rather than many duplicate modules of the same type.
-s
Statistics: Posted by sephult — 23 Sep 2017, 13:51