352b8825
Remove exception resetting. by
2019-08-12 16:54:49 -0400
a52c79df
Port some of sse_mathfun to functions.hpp. Clean up SIMD headers. by
2019-08-12 16:12:14 -0400
edc55bf3
Implement system::getThreadTime on Mac. by
2019-08-12 12:00:57 -0400
8d8b5f87
Measure CPU time every N frames instead of every frame. Measure overhead of calling system::getThreadTime() to avoid reporting high measurements. by
2019-08-12 00:08:33 -0400
a27b57fe
Add float_4 implementation of approxExp2Floor. by
2019-08-11 21:42:13 -0400
06c81a52
Change _mm_cvtps_epi32 (rounding conversion) to _mm_cvttps_epi32 (truncating conversion) in float_4 -> int32_4 cast. Add << and >> operators for int32_4. by
2019-08-11 21:40:49 -0400
a21d7d71
Remove debugging. by
2019-08-11 21:40:27 -0400
411b022c
Revert "very good improvement from cyanox" by
2019-08-11 00:28:10 +0200
cb0bb3c4
(refs/pull/1475/head)
Merge branch 'v1' into fix-relative-scrolling by
2019-08-10 23:14:35 +0200
914062dd
(refs/pull/1492/head)
Merge branch 'v1' into keep-previews by
2019-08-10 22:58:49 +0200
b5c2acd7
Merge branch 'v1' of github.com:VCVRack/Rack into v1 by
2019-08-10 14:31:51 -0400
2bc7c82f
Ignore mouseDelta (set to zero) after locking and unlocking cursor. by
2019-08-10 14:31:19 -0400
cb6e9b82
Add system::getThreadTime implementation on Windows by
2019-08-09 13:48:37 -0400
8a299b54
Rename "Module timer" back to "CPU meter" by
2019-08-09 13:33:11 -0400
8c9e594c
Use thread runtime rather than time of day for measuring module CPU. by
2019-08-09 13:27:14 -0400
5c337b6d
Reorder tag.cpp. Clean up comments. by
2019-08-09 09:08:19 -0400
4fe82060
very good improvement from cyanox by
2019-08-09 10:12:03 +0200
726d0985
Update changelog. by
2019-08-08 19:31:52 -0400
24f85335
Add dsp/approx.hpp. by
2019-08-08 19:31:13 -0400
469d6602
Restructure the tag/alias data structure. by
2019-08-08 13:42:16 -0400
729b3dc3
Move tag lists to tag.cpp. by
2019-08-08 12:14:25 -0400
56e0ce0f
Refactor engine worker thread relaunching. by
2019-08-07 19:12:39 -0400
898f13cd
MIDI-Map: re-enable filtering. MIDI-Map: fix param/filter value initialization. MIDI-CV: refactor. by
2019-08-07 12:16:44 -0400
dca30e2b
Auto-format code with astyle. by
2019-08-06 18:23:30 -0400
276c70a4
Revise astylerc. by
2019-08-06 15:42:43 -0400
3c957741
Tweak .astylerc. by
2019-08-06 15:12:12 -0400
1736687a
Use .astylerc options file rather than wrapper script for astyle. by
2019-08-06 15:00:46 -0400
558df2c1
Rename CPU meter to "module timer". by
2019-08-06 08:47:49 -0400
82cdaf15
Rewrite CONTRIBUTING. Tweak issue templates. by
2019-08-06 08:47:24 -0400
214503b5
Add Artistic Style formatting script. by
2019-08-06 06:10:12 -0400
1e5f1ff3
Remove dsp::TBiquadFilter::type from state. by
2019-08-05 09:42:05 -0400
e113e106
Include complex.h. Reimplement dsp::TBiquadFilter::getFrequencyResponse with std::complex. by
2019-08-05 09:24:04 -0400
1ba7d03c
Add dsp::BiquadFilter. by
2019-08-05 08:58:46 -0400
cdc0bde8
Port sse_mathfun_extension to simd folder. by
2019-08-05 07:44:08 -0400
846a3d1b
(refs/pull/1520/head)
AppImage by
2019-08-04 19:48:32 +0000
02bb2990
Module Browser: Sort modules by order they are added to plugins with `pluginInstance->addModel()`. by
2019-08-03 10:21:10 -0400
f044e2ae
The color of the cables can be changed with CTRL+right click by
2019-08-02 13:34:59 +0200
7c7c5123
Update deps. by
2019-07-31 20:21:09 -0400
6f67c376
Slightly improve random::uniform() performance. by
2019-07-31 20:20:45 -0400
f4151bed
Clean up code and issue templates. by
2019-07-30 12:47:10 -0400
52e30971
(tag: v1.1.3)
Refactor dist Makefile target. by
2019-07-23 17:05:23 -0400
d51e5bc4
Add changelog entry for 1.1.3. Remove verbose curl. by
2019-07-23 16:47:26 -0400
ae953b1d
Bump version. by
2019-07-23 16:29:50 -0400
62179a16
Allow included Fundamental plugin to be unsigned, which solves #1494. by
2019-07-23 04:47:02 -0400
b6e5ad55
Use OpenSSL on Windows. Include cacert.pem in dist. by
2019-07-22 23:41:40 -0700
27ae93d8
Use built-in certificate bundle for curl. by
2019-07-23 01:06:50 -0400
24e7090e
Add "pragma once" to plugin.hpp generated by helper.py. by
2019-07-23 00:52:54 -0400
9c298c2d
Make dev version. by
2019-07-23 00:52:43 -0400
bf6e2410
(refs/pull/1474/head)
revert my changes to the v1 branch and move them to the keep-previews branch. by
2019-07-22 00:26:47 +0200
a356b93e
Merge branch 'v1' of github.com:VCVRack/Rack into v1 by
2019-07-22 00:07:38 +0200
983476fd
Add date to changelog. by
2019-07-20 18:48:04 -0400
725bb639
Merge branch 'v1' of github.com:VCVRack/Rack into v1 by
2019-07-20 18:25:06 -0400
c0db4988
Add note to libcurl build flags on Mac. by
2019-07-20 18:24:23 -0400
4800b327
(tag: v1.1.2)
Bump version. by
2019-07-20 18:23:37 -0400
2fbf67c2
Write stack trace to log.txt on Windows. by
2019-07-20 14:56:05 -0700
07025fc4
Remove OpenSSL from deps on Win. by
2019-07-20 14:48:48 -0700
4a51efd2
Remove OpenSSL header. by
2019-07-20 17:40:09 -0400
7ac7fa84
Use schannel on Win instead of OpenSSL by
2019-07-20 14:22:47 -0700
6b83b796
Re-add OpenSSL in libcurl build by
2019-07-20 13:44:52 -0700
020ab778
Revert "Remove OpenSSL from dependencies." by
2019-07-20 13:40:47 -0700
d6c9a449
Remove OpenSSL from dependencies. by
2019-07-20 16:23:32 -0400
01bb9161
Merge branch 'v1' of github.com:VCVRack/Rack into v1 by
2019-07-20 13:11:42 -0700
716b1b5a
Use native SSL implementation instead of local OpenSSL. Untested on Mac/Lin. by
2019-07-20 13:10:07 -0700
bdb4bc57
Add WhiteLight to component library. by
2019-07-20 12:06:09 -0400
86c44a13
Re-enable certificate checking in network:: by
2019-07-19 14:42:34 -0400
c6b91fa7
Merge branch 'v1' of github.com:VCVRack/Rack into v1 by
2019-07-19 13:54:21 -0400
f381e122
Add string::filename() before computing string::filenameExtension(). by
2019-07-19 10:26:27 -0700
11df0e06
Remove res/ license texts because they are redundant with /LICENSE.md. Remove icons since they haven't been used since Rack 0.6. by
2019-07-17 18:20:19 -0700
8da0ca1e
Clarify wording in license details. by
2019-07-17 17:29:42 -0700
578d104b
Update CHANGELOG. by
2019-07-16 00:14:04 -0700
6163efdf
Add log path to fatal signal handler dialog message. by
2019-07-15 23:36:21 -0700
7a86e4cc
Add fatal signal handling on Mac, with better stability in the handler function. by
2019-07-15 20:24:52 -0700
53dac38d
Put tags above description in Module Browser tooltip. by
2019-07-15 19:05:21 -0700
18a2b78a
Merge branch 'v1' of github.com:VCVRack/Rack into v1 by
2019-07-15 18:57:24 -0700
7e8d1ec7
Clean up changelog and Makefile by
2019-07-15 18:55:47 -0700
05e2e7b9
Reenable backtrace printing in log. Demangle symbols on Linux. by
2019-07-13 22:56:13 -0700
7e61543e
Add email to CODE-OF-CONDUCT by
2019-07-12 12:45:55 -0700
348a26ca
Add code of conduct, from https://www.contributor-covenant.org/ by
2019-07-12 12:45:02 -0700
cc373d2b
Fix relative scrolling when dragging the ScrollBar with the mouse. by
2019-07-12 14:15:47 +0200
29a5e011
Added a setting (enabled by default) that keeps the module previews in memory forever. This makes it so that module previews aren't cleared out of memory when they have not been rendered for >60 frames making the module browser much more responsive at the cost of memory. by
2019-07-11 23:36:11 +0200
6dd809aa
Fix indentation by
2019-07-09 15:58:47 -0700
f7b050c0
Adjust helper.py to better parse illustrator-generated svg files (#1465) by
2019-07-09 18:57:28 -0400
2778aa81
(refs/pull/1454/head)
Merge branch 'v1' of https://github.com/VCVRack/Rack into v1 by
2019-07-09 17:44:20 +0200
33d75cc0
Hide CPU meter when module is disabled. by
2019-07-08 17:46:53 -0700
d7e48cf1
(refs/pull/1465/head)
Adjust helper.py to better parse illustrator-generated svg files by
2019-07-08 00:57:54 -0400
bd6feee4
Update osdialog. Update CHANGELOG. by
2019-07-07 17:24:32 -0700
adbf0304
code fmt by
2019-07-07 00:48:32 +0200
5d3c22c1
Add missing include by
2019-07-07 00:41:23 +0200
af20916e
Using a pop-up menu for zoom choices by
2019-07-07 00:20:46 +0200
61b8feb5
Merge remote-tracking branch 'upstream/v1' into v1 by
2019-07-06 21:21:38 +0200
f3bd8baa
Fix crash in RackWidget::pastePresetClipboardAction(). by
2019-07-06 09:59:42 -0700
2f8af62b
Re-enable ALSA MIDI on Linux by
2019-07-05 10:09:21 -0700
4c6255ea
Disable RtMidi JACK on Mac. by
2019-07-05 09:15:22 -0700
e7b79e14
remove iostream include by
2019-07-05 15:50:59 +0200
87a8d4f7
remove previousZoomValue assignement from constructor by
2019-07-05 15:43:49 +0200
908d0bf1
Merge remote-tracking branch 'upstream/v1' into v1 by
2019-07-05 15:37:19 +0200
0bdef3db
Merge branch 'v1' of github.com:VCVRack/Rack into v1 by
2019-07-05 02:46:33 -0400
9d014642
Clarify license by
2019-07-05 02:46:26 -0400
ef6e4673
Add working notarization target and Entitlements file for Mac. by
2019-07-04 23:28:33 -0700
e6e7f332
Add PatchManager::loadPathDialog() for dragging a file to the Rack window. by
2019-07-04 20:40:43 -0700