ohmtech-rdi / eurorack-blocks

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

Fix gyp file definition of buffer size and sample rate #678

Closed ohmtech-rdi closed 1 month ago

ohmtech-rdi commented 1 month ago

This PR fixes a problem when debugging using Xcode or VSCode, where the generated project file (using gyp) would have erb_BUFFER_SIZE and erb_SAMPLE_RATE defined twice, then taking the wrong value when the user defines it. The defines are already done in the erbb/vcvrack generator.