Gen~ no acumulator(integral symbol) feedback in patch
Jan 07 2021 | 11:42 pm
Hej Gen~ maxers. I am trying to figure out this schematic and how to translate it into gen~objects. I have prior experience with building a biquad filter, compressor and a reverb.
The schematic that I am using is figure 3 from this research paper (http://dafx13.nuim.ie/papers/44.dafx2013_submission_56.pdf) on making a digital model of the buchla lowpass-gate. The paper has links to the patch that was made for the research paper however every time I try to assemble and run all of the max, poly~ and gen~ code it crashes, but there is a link here if this is helpful;
So far I have managed to model something up that resembles the figur 3, however I ran into problems while I was making the model. (I probably want to do something which is not permitted in this type of domain but I don't know I am still just trying to wrap my head around gen~) My problem is that the feedback elements (a2, b2, b3, d1 & d2) cannot connect with my [integral] or [d/dt] nested gen objects in the gen~ patcher.
I have tried to compensate for this by adding the history object so that there will be -1 sample delay that allows the feedback to happen, but of course this does not work!
- I don't know why I can't connect these feedbacks with the [integral] or [d/dt], what is the reason behind this?
- Is it possible to run the code that was used for the paper without having it crash all of the time?