Andrew Belt
|
7390c4a840
|
Update changelog
|
5 years ago |
Andrew Belt
|
f68a981d11
|
Add SegmentDisplay to component library. Fix huge light halo issue with non-square lights.
|
5 years ago |
Andrew Belt
|
8476828452
|
Add LEDLightSlider and other component library classes.
|
5 years ago |
Andrew Belt
|
d0c92852f9
|
Bump version.
|
5 years ago |
Andrew Belt
|
ee876efa88
|
Use actual monitor refresh rate instead of 60 Hz as frame rate reference.
|
5 years ago |
Andrew Belt
|
7b0ce97406
|
Add Engine > Frame rate menu bar item.
|
5 years ago |
Andrew Belt
|
e631131aea
|
Replace "frameRateLimit" and "frameRateSync" in settings with "frameSwapInterval".
|
5 years ago |
Andrew Belt
|
ac5e544d62
|
Change screenshot flag to -t [zoom]. Re-enable on Mac.
|
5 years ago |
Andrew Belt
|
e59e8aca40
|
Add sort-of-automatic updater on Linux.
|
5 years ago |
Andrew Belt
|
69681d2dbd
|
Add numpad key commands. Clean up Scene::onHoverKey().
|
5 years ago |
Andrew Belt
|
3d21a2a7b2
|
Add key command for engine CPU timer.
|
5 years ago |
Andrew Belt
|
63a939d432
|
Hide menu and scrollbars when fullscreen.
|
5 years ago |
Andrew Belt
|
618454e7c0
|
Stop engine wprker threads when engine is paused.
|
5 years ago |
Andrew Belt
|
deba1974f1
|
Don't use GLU in dep.cpp either.
|
5 years ago |
Andrew Belt
|
b6fad51506
|
Don't use GLU header
|
5 years ago |
Andrew Belt
|
1388e9ebb1
|
Add network::init(). Add asset::bundlePath.
|
5 years ago |
Andrew Belt
|
cd4dfaf516
|
Update curl and OpenSSL
|
5 years ago |
Andrew Belt
|
4b78d20201
|
Add changelogUrl to helper script.
|
5 years ago |
Andrew Belt
|
49654d0c82
|
Fix sustain pedal bug in polyphonic mode.
|
5 years ago |
Andrew Belt
|
fb140075d1
|
Update formatting of code generated by helper script.
|
5 years ago |
Andrew Belt
|
7f6f933420
|
Add automatic unzipping when updating on Mac.
|
5 years ago |
Andrew Belt
|
18e463c01e
|
Add changelog entry for 1.1.5.
|
5 years ago |
Andrew Belt
|
40b258e84f
|
Correct documentation for math::interpolateLinear.
|
5 years ago |
Andrew Belt
|
a629561f58
|
Move plugin.cpp's extractZip to system::unzipToFolder().
|
5 years ago |
Andrew Belt
|
52d838d28f
|
Accept backspace key command on key-repeat with Module Browser search box.
|
5 years ago |
Andrew Belt
|
3b2a12559f
|
Reorder tag and brand lists in Module Browser
|
5 years ago |
Andrew Belt
|
7b74d0a2a8
|
Add Hardware tag.
|
5 years ago |
Andrew Belt
|
0053517ec7
|
Delete ModuleWidget children before deleting Module.
|
5 years ago |
Andrew Belt
|
2902dbb01b
|
Add libsamplerate to Windows build
|
5 years ago |
Andrew Belt
|
1dd0538ef0
|
Add libsamplerate to Mac build
|
5 years ago |
Andrew Belt
|
4d895f2a30
|
Add libsamplerate license to LICENSE-dist.
|
5 years ago |
Andrew Belt
|
7f5eb46724
|
Add libsamplerate to deps. Reorder dep Makefile.
|
5 years ago |
Andrew Belt
|
38fb2c8682
|
Line-break descriptions for tags
|
5 years ago |
Andrew Belt
|
07099e9ccb
|
MIDI-Map: Jump value for MIDI CC buttons.
|
5 years ago |
Andrew Belt
|
c082ce998b
|
Use dev version
|
5 years ago |
Andrew Belt
|
873f6719d0
|
Use higher precision (but lower accuracy) thread runtime counter on Windows.
|
5 years ago |
Andrew Belt
|
29ba78ab68
|
Bump version.
|
5 years ago |
Andrew Belt
|
6c553c9b42
|
Update changelog.
|
5 years ago |
Andrew Belt
|
ab0b0852df
|
Add Base64 encoding/decoding to string.hpp.
|
5 years ago |
Andrew Belt
|
ff2ac805e2
|
Fix #1510
|
5 years ago |
Andrew Belt
|
f55d039ee9
|
Fix #1479
|
5 years ago |
Andrew Belt
|
ace28e4ab0
|
Make SchmittTrigger a template specialization instead of a separate class.
|
5 years ago |
Andrew Belt
|
d4586c3481
|
Check plugin version against Rack ABI version before plugin is loaded.
|
5 years ago |
Andrew Belt
|
ad2ca6cbd7
|
Update tag list URL.
|
5 years ago |
Andrew Belt
|
352b882579
|
Remove exception resetting.
|
5 years ago |
Andrew Belt
|
a52c79df80
|
Port some of sse_mathfun to functions.hpp. Clean up SIMD headers.
|
5 years ago |
Andrew Belt
|
edc55bf3e3
|
Implement system::getThreadTime on Mac.
|
5 years ago |
Andrew Belt
|
8d8b5f87d0
|
Measure CPU time every N frames instead of every frame. Measure overhead of calling system::getThreadTime() to avoid reporting high measurements.
|
5 years ago |
Andrew Belt
|
a27b57fe10
|
Add float_4 implementation of approxExp2Floor.
|
5 years ago |
Andrew Belt
|
06c81a5293
|
Change _mm_cvtps_epi32 (rounding conversion) to _mm_cvttps_epi32 (truncating conversion) in float_4 -> int32_4 cast. Add << and >> operators for int32_4.
|
5 years ago |