ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
308 stars 21 forks source link

Erbui control simulator class #615

Closed ohmtech-rdi closed 1 year ago

ohmtech-rdi commented 1 year ago

This PR refactors the way the simulator class is defined for a control.

Instead of burying it into the schematic, we put it in the manufacturer file. This is better because the style algorithms usually describe an assembly of different parts, which will be somehow encoded as a class or template class with parameter for the simulator. Therefore, it is way better to describe the used simulator class from the manufacturer data file.