This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Fundamental
mirror of
https://github.com/VCVRack/Fundamental.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
25
Wiki
Activity
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
b28ebf4029
commit
d3e1204763
4 changed files
with
7 additions
and
19 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile
+6
-19
src/VCO.cpp
BIN
src/sawTable.bin
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
Write
Preview
Loading…
Cancel
Save