ohmtech-rdi / eurorack-blocks

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

Move class keyword manufacturer control to arg #656

Closed ohmtech-rdi closed 5 months ago

ohmtech-rdi commented 5 months ago

This PR moves the definition of the simulator class from the class keyword to arg simulator_class. This makes it more explicit and less weird.

⚠️ This is a breaking change. One will need to change their custom manufacturer defintion from class "Foo" to arg simulator_class "Foo"