Andrew Belt
|
da45a33ed3
|
Use patches/ directory as default patch location
|
6 years ago |
Andrew Belt
|
64458ce60f
|
Use hex strings for colors in patch file instead of object
|
6 years ago |
Andrew Belt
|
e7171e9a3e
|
Added colors to logger (terminal mode only), use notes for gamepad
buttons instead of CC
|
6 years ago |
Andrew Belt
|
26a5651a66
|
Added more verbose logging
|
6 years ago |
Andrew Belt
|
a9fd3a8c17
|
Add Vec::flip()
|
6 years ago |
Andrew Belt
|
5a90888a09
|
Header file tweaks
|
6 years ago |
Andrew Belt
|
e90301faf3
|
Tweak documentation
|
6 years ago |
Andrew Belt
|
acbe3370f8
|
Plugin extracter and loader
|
6 years ago |
Andrew Belt
|
158a396170
|
Add prefix to string functions
|
6 years ago |
Andrew Belt
|
ef64c13287
|
Add systemOpenBrowser
|
6 years ago |
Andrew Belt
|
13cbc78f23
|
Add timestamp to logger, remove version check at boot and .vcv file
upgrade notification
|
6 years ago |
Andrew Belt
|
ec52f1f121
|
Use screen blending with alpha compositing for LightWidget rendering
|
6 years ago |
Andrew Belt
|
b2715a5642
|
Revert generic math functions
|
6 years ago |
Andrew Belt
|
6f36a77e7b
|
Make min, max, and clamp generics
|
6 years ago |
Andrew Belt
|
5bc9a696b0
|
Add min and max functions for floats (let me know if this breaks
anything)
|
6 years ago |
Andrew Belt
|
7178b836d5
|
Add two-color theme to Rack
|
6 years ago |
Andrew Belt
|
ad20f3c997
|
Add shadows to knobs, remove ability to rescale knobs (must export
different sized SVGs)
|
6 years ago |
Andrew Belt
|
13fe861ddd
|
Add CV functionality to MIDI to CV interface
|
6 years ago |
Andrew Belt
|
8c3bd70744
|
Added defer() function to util
|
6 years ago |
Andrew Belt
|
c092a27f09
|
include cstdlib in math util header
|
6 years ago |
Andrew Belt
|
d392b424d2
|
Use cursor and selection for index positions instead of begin and end
for TextField
|
6 years ago |
Andrew Belt
|
e8d0783aba
|
Add manufacturer item to ModuleBrowser, other ModuleBrowser
functionality
|
6 years ago |
Andrew Belt
|
df297d3291
|
Merge ext with dep, add Rack-SDK zip file to dist
|
6 years ago |
Andrew Belt
|
6049c0abe5
|
Added util/color.hpp, fixed LightWidget color algorithm, added Ctrl+U key command for "Disconnect cables", refactor audio.cpp/midi.cpp, add new Audio Interface panel
|
6 years ago |
Andrew Belt
|
181e3290f6
|
Tweak math.hpp includes again
|
6 years ago |
Andrew Belt
|
28c8ef5c9c
|
Use cmath in math.hpp
|
6 years ago |
Andrew Belt
|
6e84665286
|
Try to include C99 math functions
|
6 years ago |
Andrew Belt
|
dc03081184
|
Fix deprecated absf
|
6 years ago |
Andrew Belt
|
72042051ec
|
Use isfinite from C instead of std::isfinite from C++
|
6 years ago |
Andrew Belt
|
ddf97fa161
|
Remove abs() function in rack namespace, remove cmath include
|
6 years ago |
Andrew Belt
|
2873f35e72
|
Add Widget::create static methods, replaces create*() helpers in
rack.hpp
|
6 years ago |
Andrew Belt
|
0e29f19320
|
Rename randomf() to randomUniform()
|
6 years ago |
Andrew Belt
|
cbffd494ca
|
If key is consumed, RackScene should not attempt to recognize key
commands
|
6 years ago |
Andrew Belt
|
69d6052fe5
|
Rename near() to isNear()
|
6 years ago |
Andrew Belt
|
ad5cf18fad
|
Rename interp to interpolateLinear()
|
6 years ago |
Andrew Belt
|
9a443f07c8
|
Refactoring, remove "f" and "i" prefixes from math.hpp functions
|
6 years ago |
Andrew Belt
|
fec38e8c0d
|
Fix eucmod typos
|
6 years ago |
Andrew Belt
|
17c1f2a416
|
Fix for menu clamping
|
6 years ago |
Andrew Belt
|
60d98a641f
|
Rename util.hpp to common.hpp, fix include paths
|
6 years ago |
Andrew Belt
|
d024ccf8a0
|
Refactor util.hpp
|
6 years ago |
Andrew Belt
|
5be5696dff
|
Refactor math.hpp
|
6 years ago |
Andrew Belt
|
dc91b5d403
|
Update plugin manager to new online Rack plugin manager API
|
6 years ago |
Andrew Belt
|
e5ba0db78a
|
Escape download link
|
7 years ago |
Andrew Belt
|
232fccce38
|
Move version check dialog box to RackScene on main thread
|
7 years ago |
Andrew Belt
|
bf2032c3e0
|
Autosave settings: opacity, tension, authentication token
|
7 years ago |
Andrew Belt
|
4ded7b1748
|
Fix Windows build, use portaudio pre-builds, remove curl init/destroy
|
7 years ago |
Andrew Belt
|
eb61860bdf
|
Forgot to include util/request
|
7 years ago |