|
|
|
|
|
by Archit3ch
1163 days ago
|
|
> I have been on again off again doing a fairly intensive write up on this topic going into all the technical details (primarily the hardware side) complete with a fairly full featured/accurate digital recreation of the original MiniMoog VCF in PureData but it is not exactly a priority and progress on that is rather slow. I'd be very interested to see your approach. So far, the most promising (non-NN) technique I've seen requires taking a symbolic inverse of a sparse matrix, which is just barely possible for a simplified pedal model. |
|
Essentially I break down the circuit into a series of blocks which are easy to model in isolation and then show how the interactions between these blocks are very complex and difficult to model. The starting point is essentially the classic simple moog model with some extra stuff and I add in bits between those blocks to mimic the interactions while comparing it to various digital models of the filter, spice simulations and the real deal.
So I slowly make up a big massive mess of a patch in PureData that eats my entire CPU but does a fairly solid job of the emulation then try and simplify things down to show how each part affects the whole.