233a240dMerge branch 'master' of github.com:VCVRack/Rack by
Andrew Belt
2017-08-09 10:48:06 -0700
4e180450Add Info.plist by
Andrew Belt
2017-08-09 10:47:54 -0700
093ecdbbAdd param randomization, changed mapf to rescalef, other refactors by
Andrew Belt
2017-08-09 10:47:13 -0700
7ad20a01Add unsupporting note by
Andrew Belt
2017-08-09 07:59:33 -0700
037a94ee (refs/pull/5/head)Add noc and oui submodules by
falkTX
2017-08-09 11:50:51 +0200
6cd8857aAdd resource folder by
falkTX
2017-08-09 11:47:20 +0200
f50fcca2Fix build against older glfw3 by
falkTX
2017-08-09 11:46:39 +0200
22c591a4Fix build against older libzip by
falkTX
2017-08-09 11:42:31 +0200
08a1e733Fix build with libraries in custom prefixes by
falkTX
2017-08-09 11:25:29 +0200
7fab822bUse cmath and std functions, instead of math.h by
falkTX
2017-08-09 11:16:23 +0200
cfa639a4Point to a valid nanovg commit by
falkTX
2017-08-09 11:15:56 +0200
30567e54Add .gitignore file by
falkTX
2017-08-09 11:14:08 +0200
e63617afFix missing noc_file_dialog.c file by
falkTX
2017-08-09 11:13:17 +0200
bd7b90fcUpdated SchmittTrigger, QuantityWidgets can now have maxValue < minValue for inverted operation, added SnapKnob by
Andrew Belt
2017-05-31 01:39:27 -0700
d9c80396Added Decimator, SlewLimiter, Trigger, other cleanup by
Andrew Belt
2017-05-23 00:54:09 -0700
5ce268b5Improved code quality of Light subclasses by
Andrew Belt
2017-05-08 01:47:29 -0700
da89bdb7Added more switches by
Andrew Belt
2017-05-07 05:39:45 -0700
6e4cddc4Add SVGSlider, SVGSwitch, attempt SVG gradients by
Andrew Belt
2017-05-01 03:49:15 -0700
59b39bf8Add CircularShadow and add it to the SVGKnob framebuffer by
Andrew Belt
2017-04-04 00:07:21 -0700
412759deFixed current working directory on macOS Sierra, probably by
Andrew Belt
2017-03-08 13:25:57 -0500
2fd04a76Bumped OpenGL require from 3.2 to 2.0, fixed plugin loading on win and mac, added licenses for new libraries by
Andrew Belt
2017-03-03 11:24:47 -0500
12ff32e3Add plugin manager for downloading plugins within the application, add libzip and curl dependency by
Andrew Belt
2017-03-01 02:29:14 -0500
e23bf21eAdded PeakFilter to dsp.hpp, added dr_libs dependency for dr_wav.h by
Andrew Belt
2017-02-22 23:06:26 -0500
de44d0c7Added Rogan knobs to components.hpp, added shadow to SVGKnob, fixed bug/typo in SVG stroke fill color by
Andrew Belt
2017-02-19 07:11:32 -0500
3f8b5ad0Renamed scene.hpp to app.hpp, moved app stuff to src/app by
Andrew Belt
2017-02-16 05:50:33 -0500
d24b587eCombined InputPort and OutputPort to just Port with an enum by
Andrew Belt
2017-02-16 05:42:49 -0500
71a1b6a9Added SVGKnob, added TextField, PasswordField, migrated to SVGKnobs by
Andrew Belt
2017-02-16 04:29:32 -0500
0e0f9c38Added TransformWidget, SVGWidget, FramebufferWidget by
Andrew Belt
2017-02-11 05:32:00 -0500
a76a6e7frevised Lights for Component Library, removed constructor argument from ModuleWidget by
Andrew Belt
2017-02-10 00:30:00 -0500
ab091becSwitching from OpenGL 2 to OpenGL 3.2 for no reason by
Andrew Belt
2017-02-09 20:43:40 -0500
69649422When patching wires, invalid ports are rendered at 50% opacity by
Andrew Belt
2017-02-09 05:49:45 -0500
ef6dc2ffSave draw state before each child is drawn, so widgets draw at (0, 0) instead of box.pos. by
Andrew Belt
2017-02-09 04:27:41 -0500
7911a22cAdded wire snapping by
Andrew Belt
2017-02-09 03:56:17 -0500
25745742Revise build system, add Befaco knobs, add screws by
Andrew Belt
2017-02-08 02:13:17 -0500
70e3ab97fix Linux audio by using asynchronous Portaudio instead of synchronous by
Andrew Belt
2017-02-06 02:32:07 -0500
58974d55Added Davies knobs, added SVG renderer by
Andrew Belt
2017-02-03 06:15:44 -0500
b2db8bbeRelicensed to BSD-3-Clause by
Andrew Belt
2017-02-02 18:37:33 -0500
aad709e6Large refactor to modularize include files, add NanoSVG dependency, added Image/Font/SVG loader by
Andrew Belt
2017-02-01 03:21:37 -0500
4c891085Modify ports to support Component Library by
Andrew Belt
2017-01-31 23:57:18 -0500
a8e82624Add sample rate conversion to AudioInterface input/output, fix bugs in stringf and DoubleRingBuffer by
Andrew Belt
2017-01-30 02:36:45 -0500
18628c86Now requires SSE, added RadioButton, added hardcoded minBLEP, added CPU usage button by
Andrew Belt
2017-01-26 05:45:00 -0500
1696a279Added sample rate conversion to AudioInterface, added minBLEP to dsp.hpp by
Andrew Belt
2017-01-24 02:55:44 -0500
109a38e5Added nanovg submodule by
Andrew Belt
2017-01-16 02:29:46 -0500
a18e4a4dAdded ring buffers, made Rack a class, added stringf helper function, added VIPMutex/VIPLock, added sample rate and block size options to AudioInterface by
Andrew Belt
2017-01-16 01:51:45 -0500
a69ce989Added libsamplerate dependency, some general purpose DSP code by
Andrew Belt
2017-01-14 02:59:32 -0500
aceeade1Fixed Audio Interface "wrong number of outputs/inputs" issue, add `make dist`, change background to solid color by
Andrew Belt
2016-12-29 01:56:49 -0500
5ac56a85Fixed bug with ParamWidget serialization, other minor fixes by
Andrew Belt
2016-12-27 03:18:44 -0500
c16d4981Added "No device" for AudioInterface and MidiInterface by
Andrew Belt
2016-12-25 02:47:21 -0500
0669bf5dMade AudioInterface and MidiInterface a bit prettier, added audio input to AudioInterface by
Andrew Belt
2016-12-25 02:39:20 -0500
991ec67fFixed build on Linux, hopefully fixed framebuffer size on high-DPI screens by
Andrew Belt
2016-12-22 02:28:40 -0500
06326a89Changed how events work, added ModulePanel, added cable tension by
Andrew Belt
2016-12-19 21:24:25 -0500
86e2fabfA few days of work by
Andrew Belt
2016-12-02 02:18:53 -0500
d697d4abRelicensing to MIT by
Andrew Belt
2016-11-30 14:49:52 -0500
c6f1ff3dFix macOS build by
Andrew Belt
2016-11-16 09:57:52 -0500
c1cae829Initial commit by
Andrew Belt
2016-11-14 18:34:40 -0500