BlackNoiseModular / VCV

Other
6 stars 1 forks source link

`onSampleRateChange()` not needed from module ctor #5

Closed SteveRussell33 closed 1 week ago

SteveRussell33 commented 1 week ago

See here: https://community.vcvrack.com/t/rack-samplerate-not-returning-value-when-compile-in-windows/22923/16

Also clears cppcheck warnings: cppcheck++: warning virtualCallInConstructor - Virtual function 'onSampleRateChange' is called from constructor 'Cosmos()' at line 131. Dynamic binding is not used. cppcheck++: warning virtualCallInConstructor - Virtual function 'onSampleRateChange' is called from constructor 'SlewLFO()' at line 64. Dynamic binding is not used.