Andrew Belt
57f475481f
Update readme for plugin building
6 years ago
Andrew Belt
35f00bedc3
Link shared libraries after static libraries
6 years ago
Andrew Belt
c969b34734
Remove branch description from README
6 years ago
Andrew Belt
a24d629967
Added Ubuntu build dependencies
6 years ago
Andrew Belt
08769ea745
Switch from curl to wget for building deps
6 years ago
Andrew Belt
e2979d1a41
Add zip to Windows README
6 years ago
Andrew Belt
8d6dccd545
Tweak README
6 years ago
Andrew Belt
ee97390ed3
Fix dep build syntax, update README build instructions
6 years ago
Andrew Belt
0798f2844d
Reorganize ParamWidgets, introduce Component as shared base class
6 years ago
Andrew Belt
fc307d366c
Update license text in README
6 years ago
Andrew Belt
1c6e459301
Update license section of README
6 years ago
Andrew Belt
df069a8870
Add grouping to AudioInterface
6 years ago
Andrew Belt
2642d093e1
Replace github release of speexdsp with pre-autogen'd package hosted on
the vcvrack.com website
6 years ago
Andrew Belt
79ac79f048
Document RTAUDIO_ALL_APIS
7 years ago
Andrew Belt
12813c6318
Add additional License notices in README
7 years ago
Andrew Belt
3c7043fbb5
Made git checkout instructions more clear
7 years ago
Andrew Belt
2e7100c17b
Reverted light sizes in components.hpp, updated README
7 years ago
Andrew Belt
0c4cf64726
Renamed Plugin to Manufacturer, added multiline to TextField, added
Notes to Core, changed plugin build system to support multiple targets
per manufacturer
7 years ago
Andrew Belt
1d5ec2ec93
Add message to build the correct version of Rack when building plugins
7 years ago
Andrew Belt
5cee9b53a9
Added boolean parameter to make knobs snap, made them visually snap as
well
7 years ago
Andrew Belt
a80b05a440
Various tweaks and fixes
7 years ago
Andrew Belt
6bb99656f6
add period
7 years ago
Marci
459352bb87
Update README.md
Xcode-cli tools no longer enough...?
```
checking for nanosleep... yes
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
```
(https://github.com/VCVRack/Rack/issues/122 )
7 years ago
Andrew Belt
1b3c69d85b
Add wget to mac deps
7 years ago
Andrew Belt
840140e372
Update README, make screws smaller
7 years ago
Andrew Belt
7fdc6663fd
Added Issue Tracker section to README
7 years ago
Andrew Belt
a8f30ca3c7
Added minblep to dsp.hpp, removed 10.7 SDK recommendation in README
7 years ago
Andrew Belt
35f38f973e
Added `make dep` to root Makefile, added Development Environment setup
to README
7 years ago
Andrew Belt
5b226794e0
Update readme
7 years ago
Andrew Belt
193c3902f6
Update README, small complilation warning fixes, reject zero-size FBOs
7 years ago
Andrew Belt
81a32da366
Fix GLEW in dep to use lib instead of lib64 install path
7 years ago
Andrew Belt
7776697d72
Updated build instructions, refactored Makefiles
7 years ago
Andrew Belt
7ad20a0188
Add unsupporting note
7 years ago
Andrew Belt
12ff32e3ca
Add plugin manager for downloading plugins within the application, add libzip and curl dependency
7 years ago
Andrew Belt
e23bf21e5b
Added PeakFilter to dsp.hpp, added dr_libs dependency for dr_wav.h
7 years ago
Andrew Belt
0e0f9c38f2
Added TransformWidget, SVGWidget, FramebufferWidget
7 years ago
Andrew Belt
18628c86ab
Now requires SSE, added RadioButton, added hardcoded minBLEP, added CPU usage button
7 years ago
Andrew Belt
1696a2790a
Added sample rate conversion to AudioInterface, added minBLEP to dsp.hpp
7 years ago
Andrew Belt
a69ce98903
Added libsamplerate dependency, some general purpose DSP code
7 years ago
Andrew Belt
aceeade1c8
Fixed Audio Interface "wrong number of outputs/inputs" issue, add `make
dist`, change background to solid color
7 years ago
Andrew Belt
0669bf5dd7
Made AudioInterface and MidiInterface a bit prettier, added audio input
to AudioInterface
7 years ago
Andrew Belt
06326a899a
Changed how events work, added ModulePanel, added cable tension
7 years ago