Skip to content

Commit

Permalink
Fix gyp file definition of buffer size and sample rate
Browse files Browse the repository at this point in the history
This is only used when generating the IDE projects. The defines are
already done in the `erbb/vcvrack` generator, so they would conflict
with the ones previously defined with a default value.
  • Loading branch information
ohmtech-rdi committed May 27, 2024
1 parent 5285b27 commit da35fab
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions include/erb/erb-src.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@


{
'defines': [
'erb_BUFFER_SIZE=48',
'erb_SAMPLE_RATE=48014',
],

'all_dependent_settings': {
'defines': [
'erb_BUFFER_SIZE=48',
'erb_SAMPLE_RATE=48014',
],
},

'sources': [
'AudioIn.h',
'AudioIn.hpp',
Expand Down

0 comments on commit da35fab

Please sign in to comment.