ohmtech-rdi / eurorack-blocks

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

Fix case where module is not instantiated when using vcv module browser #616

Closed ohmtech-rdi closed 10 months ago

ohmtech-rdi commented 10 months ago

This PR fixes a bug where the module would crash the simulator when using the VCV module browser. In the browser not everything is instantiated, so we need to handle this case.