Andrew Belt
|
061ccf63c1
|
Update changelog.
|
3 months ago |
Andrew Belt
|
7032310da7
|
Make left/right keys go to start/end of selection if text is selected in TextField.
|
3 months ago |
Andrew Belt
|
d2d4d6c02c
|
Make home/end keys go to start/end of line instead of entire text in TextField.
|
3 months ago |
Andrew Belt
|
4eb3cf3533
|
Add string::positionToLocation() and positionToLocation(). Handle up/down keys in TextField.
|
3 months ago |
Andrew Belt
|
651713de77
|
Add spotlightBrightness and spotlightRadius to settings.
|
3 months ago |
Andrew Belt
|
f110452eb3
|
Update changelog date.
|
3 months ago |
Andrew Belt
|
32b95a7e49
|
Initialize dsp::MidiParser::releaseVelocityEnabled in reset().
|
3 months ago |
Andrew Belt
|
4d8586ff78
|
Revise German translation from Stephan Müsch.
|
3 months ago |
Andrew Belt
|
600ef0a2f7
|
Increase recent patch paths to 20.
|
3 months ago |
Andrew Belt
|
26d2b7b7c8
|
Add string::strcasecmp().
|
3 months ago |
Andrew Belt
|
b71f1dbcea
|
Sort tags in module browser dropdown button by language translation.
|
3 months ago |
Andrew Belt
|
ae29864ce3
|
Use kern.osproductversion to get Mac version in system::getOperatingSystemInfo().
|
3 months ago |
Andrew Belt
|
6d8bd0e005
|
Update changelog.
|
3 months ago |
Andrew Belt
|
a99637a7e9
|
Rename and reorder VCV MIDI modules' settings.
|
3 months ago |
Andrew Belt
|
379814bc40
|
Add Makefile target to download VCV Free package.
|
3 months ago |
Andrew Belt
|
ad855ad8e9
|
Revert "Update glfw fork."
This reverts commit fe030ca005.
|
3 months ago |
Andrew Belt
|
c3dbc5e24c
|
Move hidden cursor to center of window in Widget::cursorLock().
|
3 months ago |
Andrew Belt
|
ad78992e79
|
Fix resetting cursor pos in cursorPosCallback() for non-integer pixelRatios.
|
3 months ago |
Andrew Belt
|
0a805b5399
|
Fix Window::cursorLock() delta again using new method.
|
3 months ago |
Andrew Belt
|
fe030ca005
|
Update glfw fork.
|
3 months ago |
Andrew Belt
|
de8fa6197b
|
CV to MIDI: Generate Note Off message for active notes when number of channels is decreased.
|
5 months ago |
Andrew Belt
|
6494ded230
|
Allow capital note names A--G in MIDI to Gate and Gate to MIDI.
|
5 months ago |
Andrew Belt
|
f90af88905
|
MIDI to CV: Add "Use release velocity" setting. Refactor MidiParser.
|
5 months ago |
Andrew Belt
|
44f85a8e46
|
MIDI to Gate: Add Aftertouch "Gate amplitude" mode.
|
5 months ago |
Andrew Belt
|
264d1d4c46
|
MIDI to Gate: Add "Trigger mode".
|
5 months ago |
Andrew Belt
|
976b111673
|
MIDI to CV: Add monophonic modes: Last, First, Lowest, Highest. Add "Release retrigger" mode.
|
5 months ago |
Andrew Belt
|
229d3eea35
|
Parse SVG colors in format rgb(255,0,0) etc.
|
6 months ago |
Andrew Belt
|
44ee1e73e3
|
Make random::Xoroshiro128Plus more compatible with C++ std random number generators.
|
6 months ago |
Andrew Belt
|
d85fde2447
|
In RtMidiOutputDevice::runThread(), always re-acquire top message after waiting, since wait_for() returning `timeout` does not imply that notify_one() was not called while waiting.
Also, send message immediately if duration is less than 1 ms.
|
6 months ago |
Andrew Belt
|
e70560a863
|
Disable warning about variable-length arrays.
|
7 months ago |
Andrew Belt
|
56542273be
|
Don't remove settings and autosave patch before overwriting it with new file.
|
7 months ago |
Andrew Belt
|
d1ce1e646d
|
Fix documentation of overwriting in system::rename().
|
7 months ago |
Andrew Belt
|
71bee13682
|
Fix operator""_XX() function names.
|
8 months ago |
Andrew Belt
|
5275546b7c
|
Edit contributing section.
|
8 months ago |
Andrew Belt
|
c7e6a8577c
|
helper.py: Accept short hex colors in SVG.
|
9 months ago |
Andrew Belt
|
26ff3dcf3d
|
Improve readability of CONTRIBUTING.md.
|
9 months ago |
Andrew Belt
|
43772d071d
|
Increase delay even more in Window::cursorLock() to ignore mouse delta on Mac.
|
9 months ago |
Andrew Belt
|
ae65fcaa7b
|
Increase delay in Window::cursorLock() to ignore mouse delta on Mac.
|
9 months ago |
Andrew Belt
|
768d859187
|
Update changelog.
|
9 months ago |
Andrew Belt
|
8ea470f343
|
Revert "Don't statically link libstdc++ into plugins. Make plugins dynamically link to Rack's libstdc++."
This reverts commit e3699b53ef.
|
9 months ago |
Andrew Belt
|
fbf4d91b05
|
Force `CMAKE_POLICY_VERSION_MINIMUM=3.5` for only GLEW and libarchive, not all Rack/plugin deps. Updating the Cmake policy version to support Cmake 4 should be the responsibility of each dep.
|
9 months ago |
Andrew Belt
|
bfd530b722
|
Update changelog.
|
9 months ago |
Andrew Belt
|
03608af645
|
Update bundled Fundamental to 2.6.2.
|
9 months ago |
Andrew Belt
|
40e529f393
|
Use a different workaround (time-based) for GLFW Mac bug where setting GLFW_CURSOR_DISABLED creates a large mouse delta in a few frames.
|
9 months ago |
Andrew Belt
|
5fba8d0c50
|
Add graphics/audio driver memory leaks to valgrind suppressions.
|
10 months ago |
Andrew Belt
|
5d24fefb69
|
Update valgrind suppressions for Linux.
|
10 months ago |
Andrew Belt
|
e3699b53ef
|
Don't statically link libstdc++ into plugins. Make plugins dynamically link to Rack's libstdc++.
|
10 months ago |
Andrew Belt
|
75666e25ec
|
Update to GLEW 2.2.0. Set Cmake minimum version 3.5 when building deps with Cmake.
|
10 months ago |
Andrew Belt
|
51f20bc286
|
Fix libarchive static library name in dep Makefile
|
10 months ago |
Andrew Belt
|
4b99d216b8
|
Load translations after logging environment during launch.
|
10 months ago |