[Brst]
This is an SSP module for a burst trigger module I made with the Max RNBO template.
Hopefully this module will help somebody with something.
Max RNBO template - user created modules - SSP SDK - Percussa Forum
The link below is a Zip file containing the RNBO patch and the .so file for the SSP.
[in&out]
<In>
TriggerIn = trigger in
Clock = clock
Probability = CV for control probability of burst
BurstSpeed = CV for control burst speed
BurstNumber = CV for number of Burst
BurstDensity = CV for BurstDensity
<out>
TriggerOut = trigger-out
[Parameter]
・Probability of burst
・CV control : If value is 1, CV is received at in-2 to in-5. If value is 0, control value via UI.
(I wanted to be able to automatically switch between control via UI and control via CV, but I was too noob to do that. LOL)
・Speed : Decide burst interval. Divide the current clock interval by the speed value.
・Number of burst: MAX = 16
・Burst density : Probability of each burst trigger occurring.