Browse Source

Move VCO saw/tri wavetables from in-source to binaries compiled into the plugin.

tags/v1.0.1
Andrew Belt 4 years ago
parent
commit
d3e1204763
4 changed files with 7 additions and 19 deletions
  1. +1
    -0
      Makefile
  2. +6
    -19
      src/VCO.cpp
  3. BIN
      src/sawTable.bin
  4. BIN
      src/triTable.bin

+ 1
- 0
Makefile View File

@@ -2,6 +2,7 @@ RACK_DIR ?= ../..

FLAGS += -Idep/include
SOURCES += $(wildcard src/*.cpp)
BINARIES += $(wildcard src/*.bin)
DISTRIBUTABLES += $(wildcard LICENSE*) res

# Static libs


+ 6
- 19
src/VCO.cpp
File diff suppressed because it is too large
View File


BIN
src/sawTable.bin View File


BIN
src/triTable.bin View File


Loading…
Cancel
Save