ohmtech-rdi / eurorack-blocks

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

Always enable ram mem pool size simulator check #573

Closed ohmtech-rdi closed 1 year ago

ohmtech-rdi commented 1 year ago

Since the introduction of per module memory pools for the simulator, it is no longer required to remove the simulator check in order to debug multiple modules.

So we removed that check option by always enabling it.