audio sync and how Skip some beats

I have a project where i sync actions to the kick of the music via audio analysis. Is it posible to skip some kicks for example only send actions each 2 beats ?

a beginner myself, I’m doing similar things right now.

  • send your kick trigger data to a “count CHOP” and set its ‘Limit’ to ‘loop min/max’ : adjust your max count to whatever you want your kick division to be… remembering to subtract 1 from whatever your desired count is. (ie max will be 1 if you want it to fire every 2 kicks, etc)

  • send that to a ‘logic CHOP’ with ‘Channel Pre OP’ set to “Rising Edge”, and you’ll have a trigger pulse for whatever your division is.