Hi,
I've become interested in implementing a resonator found in Parasites, an alternative firmware for mutable instruments' Clouds eurorack module. They actually describe how they've implemented, so I have not had to look into the code itself. These are the two key figures/diagrams that shows it:
Detail of the COMB box
I'm interested in understanding how could one implement this in Axoloti:
1) Using current blocks such as delay write/read - I confess that they are very unintuitive to me, especially since the order seems to matter. And where is a documented description of what the knob do on both read and write and how they interplay with each other? Is this knob related to write SIZE and how to calculate exact sample numbers?
2) Coding this in a typical C++ block. Is there a "tutorial-like" or what block should one look into in order to simply see how to access the samples, or sample array ?
Thank you for all help