Andrew Belt
|
9be5332daf
|
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
|
7 years ago |
Andrew Belt
|
1e06ab90e9
|
Merge branch 'master' of github.com:VCVRack/Rack
|
7 years ago |
Andrew Belt
|
020e169a25
|
Add grouping to AudioInterface
|
7 years ago |
Andrew Belt
|
efdd34c949
|
Add partial MIDI CC Interface, MIDI CV fixes
|
7 years ago |
Andrew Belt
|
6186861c53
|
AudioInterface rework, Notes rework, partial MIDIToCVInterface rework
|
7 years ago |
Andrew Belt
|
859a87dea5
|
Merge pull request #740 from ArnaudE/master
Adding RtAudio Flag so that it does not auto-connect with JACK
|
7 years ago |
Arnaud Estublier
|
8b4c3ae136
|
Adding RtAudio Flag so that it does not auto-connect with JACK
|
7 years ago |
Andrew Belt
|
31e1659c31
|
Finish AppleRingBuffer
|
7 years ago |
Andrew Belt
|
e14f85b1a8
|
Use pre-autogen'd rtmidi package
|
7 years ago |
Andrew Belt
|
26edda4ee8
|
Tweak math.hpp includes again
|
7 years ago |
Andrew Belt
|
b7b054fa6b
|
Use cmath in math.hpp
|
7 years ago |
Andrew Belt
|
81c9e0856e
|
Try to include C99 math functions
|
7 years ago |
Andrew Belt
|
a6e86b5282
|
Allow separation from Module and ModuleWidget in Model subclass
|
7 years ago |
Andrew Belt
|
74501d2785
|
Fix deprecated absf
|
7 years ago |
Andrew Belt
|
6dcf3e4b57
|
Use isfinite from C instead of std::isfinite from C++
|
7 years ago |
Andrew Belt
|
fc17785d1d
|
Remove abs() function in rack namespace, remove cmath include
|
7 years ago |
Andrew Belt
|
42a3301780
|
Update blendish dep
|
7 years ago |
Andrew Belt
|
c21b65e31f
|
Reset rack scroll offset when rack patch is cleared
|
7 years ago |
Andrew Belt
|
b33a0875df
|
Rename gui.hpp to window.hpp
|
7 years ago |
Andrew Belt
|
9f2a362c13
|
Divide widgets.hpp to widgets.hpp and ui.hpp
|
7 years ago |
Andrew Belt
|
0433b88b98
|
Change Port's createInput and createOutput to create
|
7 years ago |
Andrew Belt
|
b93018c990
|
Add Widget::create static methods, replaces create*() helpers in
rack.hpp
|
7 years ago |
Andrew Belt
|
67499624ee
|
Add box shadow behind modules, tweak light fall times
|
7 years ago |
Andrew Belt
|
cbb2f860a7
|
Remove low and high thresholds from SchmittTrigger, use 0 and 1 as fixed
defaults
|
7 years ago |
Andrew Belt
|
2f3ae0d37e
|
Use RACK_DIR in plugins Makefile framework
|
7 years ago |
Andrew Belt
|
5752f1e9b1
|
Deprecated Plugin::website and Plugin::manual
|
7 years ago |
Andrew Belt
|
2f61378781
|
Rename randomf() to randomUniform()
|
7 years ago |
Andrew Belt
|
99b7618858
|
If key is consumed, RackScene should not attempt to recognize key
commands
|
7 years ago |
Andrew Belt
|
41916e5281
|
Remove black cable
|
7 years ago |
Andrew Belt
|
d335b14250
|
Rename near() to isNear()
|
7 years ago |
Andrew Belt
|
1f93333bd6
|
Rename interp to interpolateLinear()
|
7 years ago |
Andrew Belt
|
358386a57e
|
Refactoring, remove "f" and "i" prefixes from math.hpp functions
|
7 years ago |
Andrew Belt
|
fdd97a7205
|
Merge branch 'master' of github.com:VCVRack/Rack
|
7 years ago |
Andrew Belt
|
507dfca913
|
Added clock modulator tag
|
7 years ago |
Andrew Belt
|
31d7b7c000
|
Replace github release of speexdsp with pre-autogen'd package hosted on
the vcvrack.com website
|
7 years ago |
Andrew Belt
|
5d0c922440
|
Fix eucmod typos
|
7 years ago |
Andrew Belt
|
324f6d04ab
|
Fix for menu clamping
|
7 years ago |
Andrew Belt
|
1b0797952e
|
Rename util.hpp to common.hpp, fix include paths
|
7 years ago |
Andrew Belt
|
9a6d110f6e
|
Refactor util.hpp
|
7 years ago |
Andrew Belt
|
c483779fb7
|
Refactor math.hpp
|
7 years ago |
Andrew Belt
|
33e6094bb1
|
Define SLUG macro from Makefile for plugins
|
7 years ago |
Andrew Belt
|
b5f39d7bd9
|
Use curl instead of wget for make dep
|
7 years ago |
Andrew Belt
|
7c2e8c6780
|
Rename randomSeedTime to randomInit and assert that it's called only
once
|
7 years ago |
Andrew Belt
|
55b47be432
|
Fix scrolling menus again
|
7 years ago |
Andrew Belt
|
b21e2b1f2e
|
Add absf() to math.hpp
|
7 years ago |
Andrew Belt
|
4d9b130f47
|
Added active light indicators to AudioInterface and MIDItoCVInterface
|
7 years ago |
Andrew Belt
|
13f341b9ba
|
Enable denormals-are-zero (DAZ) mode in engine
|
7 years ago |
Andrew Belt
|
8d2833beeb
|
Merge branch 'master' of github.com:VCVRack/Rack
|
7 years ago |
Andrew Belt
|
f611ac1fd4
|
Re-fix LightWidget drawing
|
7 years ago |
Andrew Belt
|
f0fe881a1f
|
Merge pull request #628 from briansorahan/626-RackWidget-error-message-fix
fix error message in RackWidget::fromJson
|
7 years ago |