Not sure if this module works properly for others, but here is an SSP module for a Feedback Looper I made with the Max RNBO template.
Max RNBO template - user created modules - SSP SDK - Percussa Forum
I made this for my real-time performance with a midi pad to synchronize multiple Looper & easily record and erase.
The link below is a Zip file containing the RNBO patch and the .so file for the SSP.
The function is simple.
[in&out]
In-0 = Audio-in
in-1 = Gate for REC (Gate-on=REC, Gate-off=stop REC)
in-2 = Trigger for Reset buffer’s position to start position
in-3 = Trigger for clear Buffer’s data
out-0 = Audio-out
[Parameter]
Monitor level of audio-in
Recording level
Feedback level from recording buffer
Combined with the STE module, it becomes a Looper that loops in sync with the BPM.
In that case, put Gate at the 1st step of STE and put the gate signal into FBLP’s in-2.
Buffer size is fixed to 748000 samples (MAX 4 bars @ 60 BPM).
Hopefully this module will help somebody with something.