Andrew Belt
|
0053517ec7
|
Delete ModuleWidget children before deleting Module.
|
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
|
873f6719d0
|
Use higher precision (but lower accuracy) thread runtime counter on Windows.
|
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
|
d4586c3481
|
Check plugin version against Rack ABI version before plugin is loaded.
|
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
|
a21d7d7100
|
Remove debugging.
|
5 years ago |
Andrew Belt
|
2bc7c82fc1
|
Ignore mouseDelta (set to zero) after locking and unlocking cursor.
|
5 years ago |
Andrew Belt
|
cb6e9b82c1
|
Add system::getThreadTime implementation on Windows
|
5 years ago |
Andrew Belt
|
8a299b54c3
|
Rename "Module timer" back to "CPU meter"
|
5 years ago |
Andrew Belt
|
8c9e594c32
|
Use thread runtime rather than time of day for measuring module CPU.
|
5 years ago |
Andrew Belt
|
5c337b6de3
|
Reorder tag.cpp. Clean up comments.
|
5 years ago |
Andrew Belt
|
469d66024a
|
Restructure the tag/alias data structure.
|
5 years ago |
Andrew Belt
|
729b3dc3c9
|
Move tag lists to tag.cpp.
|
5 years ago |
Andrew Belt
|
56e0ce0f79
|
Refactor engine worker thread relaunching.
|
5 years ago |
Andrew Belt
|
898f13cd91
|
MIDI-Map: re-enable filtering.
MIDI-Map: fix param/filter value initialization.
MIDI-CV: refactor.
|
5 years ago |
Andrew Belt
|
dca30e2b53
|
Auto-format code with astyle.
|
5 years ago |
Andrew Belt
|
3c957741bc
|
Tweak .astylerc.
|
5 years ago |
Andrew Belt
|
558df2c178
|
Rename CPU meter to "module timer".
|
5 years ago |
Andrew Belt
|
02bb2990da
|
Module Browser: Sort modules by order they are added to plugins with `pluginInstance->addModel()`.
|
5 years ago |
Andrew Belt
|
6f67c376c0
|
Slightly improve random::uniform() performance.
|
5 years ago |
Andrew Belt
|
f4151bed2e
|
Clean up code and issue templates.
|
5 years ago |
Andrew Belt
|
d51e5bc40e
|
Add changelog entry for 1.1.3. Remove verbose curl.
|
5 years ago |
Andrew Belt
|
62179a1673
|
Allow included Fundamental plugin to be unsigned, which solves #1494.
|
5 years ago |
Andrew Belt
|
27ae93d85e
|
Use built-in certificate bundle for curl.
|
5 years ago |
Andrew Belt
|
2fbf67c287
|
Write stack trace to log.txt on Windows.
|
5 years ago |
Andrew Belt
|
4a51efd2b5
|
Remove OpenSSL header.
|
5 years ago |
Andrew Belt
|
7ac7fa8486
|
Use schannel on Win instead of OpenSSL
|
5 years ago |
Andrew Belt
|
86c44a132a
|
Re-enable certificate checking in network::
|
5 years ago |
Andrew Belt
|
f381e1227a
|
Add string::filename() before computing string::filenameExtension().
|
5 years ago |
Andrew Belt
|
6163efdf13
|
Add log path to fatal signal handler dialog message.
|
5 years ago |
Andrew Belt
|
7a86e4cc7c
|
Add fatal signal handling on Mac, with better stability in the handler function.
|
5 years ago |
Andrew Belt
|
53dac38d78
|
Put tags above description in Module Browser tooltip.
|
5 years ago |
Andrew Belt
|
05e2e7b9c0
|
Reenable backtrace printing in log. Demangle symbols on Linux.
|
5 years ago |
Andrew Belt
|
33d75cc035
|
Hide CPU meter when module is disabled.
|
5 years ago |
Andrew Belt
|
f3bd8baa4a
|
Fix crash in RackWidget::pastePresetClipboardAction().
|
5 years ago |
Andrew Belt
|
e6e7f33256
|
Add PatchManager::loadPathDialog() for dragging a file to the Rack window.
|
5 years ago |
Andrew Belt
|
09b5bfe2ae
|
Decrease scroll speed on Mac for all mice.
|
5 years ago |
Andrew Belt
|
f855667f77
|
Don't deserialize left/rightModuleIds.
|
5 years ago |
Andrew Belt
|
02f0ff2201
|
Assert that there are no duplicate PortWidgets added to a ModuleWidget.
|
5 years ago |
Andrew Belt
|
ba614d272f
|
Oversample screenshots by 2.
|
5 years ago |
Andrew Belt
|
266b63d5aa
|
Fix expander assignment when force-dragging modules.
|
5 years ago |
Andrew Belt
|
a5e1ac75f8
|
Finish auto-updater on Windows. Add network::urlPath(). Reimplement
runProcessDetached() using ShellExecuteExW() instead of CreateProcess().
|
5 years ago |
Andrew Belt
|
923537402e
|
Add updater.hpp/cpp and more advanced app updating functionality.
|
5 years ago |