Arnaud Estublier
|
d6ce409843
|
Adding RtAudio Flag so that it does not auto-connect with JACK
|
7 years ago |
Andrew Belt
|
2ff1ee5c86
|
Allow separation from Module and ModuleWidget in Model subclass
|
7 years ago |
Andrew Belt
|
72042051ec
|
Use isfinite from C instead of std::isfinite from C++
|
7 years ago |
Andrew Belt
|
f4da514bb8
|
Reset rack scroll offset when rack patch is cleared
|
7 years ago |
Andrew Belt
|
979e44f650
|
Rename gui.hpp to window.hpp
|
7 years ago |
Andrew Belt
|
7755c67084
|
Divide widgets.hpp to widgets.hpp and ui.hpp
|
7 years ago |
Andrew Belt
|
6a8d2f5a4d
|
Change Port's createInput and createOutput to create
|
7 years ago |
Andrew Belt
|
2873f35e72
|
Add Widget::create static methods, replaces create*() helpers in
rack.hpp
|
7 years ago |
Andrew Belt
|
4a54cfc8c8
|
Add box shadow behind modules, tweak light fall times
|
7 years ago |
Andrew Belt
|
0e29f19320
|
Rename randomf() to randomUniform()
|
7 years ago |
Andrew Belt
|
cbffd494ca
|
If key is consumed, RackScene should not attempt to recognize key
commands
|
7 years ago |
Andrew Belt
|
b2f4d2c66d
|
Remove black cable
|
7 years ago |
Andrew Belt
|
69d6052fe5
|
Rename near() to isNear()
|
7 years ago |
Andrew Belt
|
9a443f07c8
|
Refactoring, remove "f" and "i" prefixes from math.hpp functions
|
7 years ago |
Andrew Belt
|
450b255be9
|
Added clock modulator tag
|
7 years ago |
Andrew Belt
|
60d98a641f
|
Rename util.hpp to common.hpp, fix include paths
|
7 years ago |
Andrew Belt
|
d024ccf8a0
|
Refactor util.hpp
|
7 years ago |
Andrew Belt
|
5be5696dff
|
Refactor math.hpp
|
7 years ago |
Andrew Belt
|
80a2d923f2
|
Rename randomSeedTime to randomInit and assert that it's called only
once
|
7 years ago |
Andrew Belt
|
074287e306
|
Fix scrolling menus again
|
7 years ago |
Andrew Belt
|
63cd488674
|
Added active light indicators to AudioInterface and MIDItoCVInterface
|
7 years ago |
Andrew Belt
|
f31c13270d
|
Enable denormals-are-zero (DAZ) mode in engine
|
7 years ago |
Andrew Belt
|
077c179a1e
|
Re-fix LightWidget drawing
|
7 years ago |
Brian Sorahan
|
0e104ae869
|
fix error message in RackWidget::fromJson
|
7 years ago |
Andrew Belt
|
5e6463f5af
|
Reorganize midi.hpp and audio.hpp, add prompt before clearing patch after crash, add Bridge scaffolding to AudioIO
|
7 years ago |
Andrew Belt
|
b51e380e36
|
Draw opaque wire if one of its ports is hovered
|
7 years ago |
Andrew Belt
|
d55d460c1f
|
ModuleWidget serializes pos in rack grid coordinates instead of pixel
coordinates
|
7 years ago |
Andrew Belt
|
4a3bf84e42
|
Serialize wire color
|
7 years ago |
Andrew Belt
|
3a8dc0e0e3
|
Use Module::params/inputs/outputs indices instead of
ModuleWidget::params/inputs/outputs indices for patch ids
|
7 years ago |
Andrew Belt
|
575e4df2fd
|
Use RELEASE=1 to build release version. VERSION is automatically set in the Makefile now.
Add detection code for legacy1 mode for patch files.
Initialize patch on launch if the last launch crashed after 15 seconds.
|
7 years ago |
Andrew Belt
|
ae251d8e57
|
Un-reverting last commit
|
7 years ago |
Andrew Belt
|
0142ee2d20
|
Last commit doesn't do anything, reverted
|
7 years ago |
Andrew Belt
|
355614f86d
|
Close stream upon destructing AudioInterface
|
7 years ago |
Andrew Belt
|
680ef9ed08
|
Refactor plugin sync code
|
7 years ago |
Andrew Belt
|
d7875d5e30
|
Add midi.cpp with MidiIO class
|
7 years ago |
Andrew Belt
|
ca5d43ed9d
|
Use closest sample rate in AudioIO::openStream()
|
7 years ago |
Andrew Belt
|
144de3943c
|
Stop audio instead of abort, use requested sample rate instead of
closest
|
7 years ago |
Andrew Belt
|
ce1906a288
|
Use AudioIO in AudioInterface
|
7 years ago |
Andrew Belt
|
092fb60b57
|
Remove request URL from log.txt
|
7 years ago |
Andrew Belt
|
f129f026f6
|
Add AudioWidget
|
7 years ago |
ben
|
a99bca7daa
|
fix pedal gate release
|
7 years ago |
Andrew Belt
|
3e5890b79d
|
Added support for continuous encoders, aka Knob widgets with infinite
min/max values
|
7 years ago |
ben
|
d2aa5af287
|
Fix quad midi pedal handling
|
7 years ago |
ben
|
5584def2e8
|
Implement single message per step for all midi modules and Fix quad midi reset bug
|
7 years ago |
Matt Demanett
|
45e28ebbb1
|
Replace libsamplerate with libspeexdsp for sample rate conversion.
|
7 years ago |
Andrew Belt
|
e2239bcc6d
|
Disable SSL cert verification, add openssl dlls to Windows build
|
7 years ago |
Andrew Belt
|
a2d815db84
|
Leave Add Module popup metadata window open after mouse leaves module
section
|
7 years ago |
Andrew Belt
|
dc91b5d403
|
Update plugin manager to new online Rack plugin manager API
|
7 years ago |
Andrew Belt
|
d9efe43112
|
Don't write empty file if toJson is unsuccessful
|
7 years ago |
Andrew Belt
|
36cd050ba4
|
Remove Module::reset(), Module::initialize(), and Module::randomize(),
add onRandomize(), onReset(), onCreate(), and onDelete()
|
7 years ago |