Andrew Belt
|
fe18110e22
|
Added Port::active alias for Port::channels. Set default Port channels to 0.
|
5 years ago |
Andrew Belt
|
ba2d5f8e2d
|
Move Core metadata from Core/plugin.cpp to Core.json manifest. Finish most of Plugin menu functionality. Rewrite plugin loading code.
|
5 years ago |
Andrew Belt
|
cc9e0337e0
|
Don't hang MIDI keyboard driver notes when a modifier is held upon release.
|
5 years ago |
Andrew Belt
|
e4a4722de5
|
Add <tuple> include.
|
5 years ago |
Andrew Belt
|
a1cc0eef69
|
Fix C++11 syntax for some compilers.
|
5 years ago |
Andrew Belt
|
a272cf29bd
|
Change MIDI-Map color to yellow. Change ParamHandle indicator from circle to square.
|
5 years ago |
Andrew Belt
|
08a4d73457
|
Add text and color to ParamHandle.
|
5 years ago |
Andrew Belt
|
41552e79f2
|
Restructure ParamHandle Engine internals.
|
5 years ago |
Andrew Belt
|
8ae5ac0e85
|
Add voltages on AudioInterface inputs.
|
5 years ago |
Andrew Belt
|
2307845b94
|
Clear voltages of higher channels when a Cable copies from Output to Input.
|
5 years ago |
Andrew Belt
|
31ee9bdfc7
|
Add documentation to Port::setChannels().
|
5 years ago |
Andrew Belt
|
cb3f136d51
|
Encode Port::active as channels=0. Change behavior of Port::setChannels().
|
5 years ago |
Andrew Belt
|
326fa2d8af
|
Added simd::pow(T, int)
|
5 years ago |
Andrew Belt
|
f678e52df1
|
Set audio::Port::maxChannels in AudioInterface.
|
5 years ago |
Andrew Belt
|
69c5ec8983
|
Normalize plugin and model slugs when loading patches. Fail with warning when model slug is invalid, instead of crashing.
|
5 years ago |
Andrew Belt
|
4b3508bf4a
|
Rename scalar array in simd::Vector.
|
5 years ago |
Andrew Belt
|
aa088e369a
|
Add links to README. Add union to simd::Vector for serially accessing vector elements.
|
5 years ago |
Andrew Belt
|
436615f361
|
Simplify Light::setBrightness/Smooth.
|
5 years ago |
Andrew Belt
|
02ef6641f4
|
Add Port::getVoltageSum. Rename get/setVoltages to read/writeVoltages. Add getVoltages.
|
5 years ago |
Andrew Belt
|
2c147c285e
|
Add tags to ModuleBrowser tooltip.
|
5 years ago |
Andrew Belt
|
ae6cd36837
|
Make escape hide ModuleBrowser, not clear search field.
|
5 years ago |
Andrew Belt
|
98f3f30692
|
Set vg field in Font and Image.
|
5 years ago |
Andrew Belt
|
837efa6f08
|
Select first module in ModuleBrowser if Enter is pressed.
|
5 years ago |
Andrew Belt
|
e27095674e
|
Fix ModuleBrowser search field not being selected on show.
|
5 years ago |
Andrew Belt
|
1e60fffb6d
|
Finalize busboard.
|
5 years ago |
Andrew Belt
|
90d784d4be
|
Finalize Core Audio panels.
|
5 years ago |
Andrew Belt
|
696939069d
|
Use <> instead of "" for include directive.
|
5 years ago |
Andrew Belt
|
00eae8cb5d
|
Enable production version checking.
|
5 years ago |
Andrew Belt
|
beefa87ef6
|
Add update notification to Help menu item. Remove update popup dialog message, and remove "checkVersion" from settings.
|
5 years ago |
Andrew Belt
|
7f2db6971c
|
Make CPU meter text span two lines.
|
5 years ago |
Andrew Belt
|
34d78a0619
|
Sort ModelBoxes the same regardless of whether a search query is entered in Module Browser.
|
5 years ago |
Andrew Belt
|
c2ffcbbfd7
|
Add favorite score to settings, based on @modlfo's scoring algorithm. Sort by favorite score in Module Browser.
|
5 years ago |
Andrew Belt
|
0c08a8d1c8
|
Use pmmintrin.h header instead of x86intrin.h.
|
5 years ago |
Andrew Belt
|
8bca3dec39
|
Fix SvgSwitch value to frame mapping for minValue != 0.
|
5 years ago |
Andrew Belt
|
705dfab685
|
Prevent ModuleBrowser module list from scrolling horizontally.
|
5 years ago |
Andrew Belt
|
eb70847883
|
Fix "Show favorites" button in ModuleBrowser. Change search string format.
|
5 years ago |
Andrew Belt
|
829c02c051
|
Remove fuzzyScore implementation because it sucks. Replace it with a trivial substring search.
|
5 years ago |
Andrew Belt
|
114cc58f05
|
Fix ModuleBrowser brand and tag list filtering.
|
5 years ago |
Andrew Belt
|
5b3c9b36af
|
Add brand to plugin::Plugin and plugin manifest. Use brand instead of author in Module Browser.
|
5 years ago |
Andrew Belt
|
b8fa86aa46
|
Use author name instead of plugin name for ModuleBrowser tooltips.
|
5 years ago |
Andrew Belt
|
cfa143fee6
|
Flip default note values upside down on MIDI-Gate and CV-Gate so they match drumpad hardware.
|
5 years ago |
Andrew Belt
|
e23789c287
|
Add numpad device to keyboard driver.
|
5 years ago |
Andrew Belt
|
26abab6de3
|
Rename float4 to float_4.
|
5 years ago |
Andrew Belt
|
1b168ce3a3
|
Rename f32_4 to float4
|
5 years ago |
Andrew Belt
|
ea8eca4cd3
|
Add simd to various dsp functions.
|
5 years ago |
Andrew Belt
|
a0daf4b480
|
Make maximum zoom level 400%. Store zoom in settings logarithmically instead of linearly.
|
5 years ago |
Andrew Belt
|
4612052e04
|
Fix correctness bugs/typos in simd library. Add log10, sgn, andnot, and ifelse to simd.
|
5 years ago |
Andrew Belt
|
59e46924b3
|
Add module description to ModuleBrowser tooltip.
|
5 years ago |
Andrew Belt
|
871617ad6c
|
Fix docstrings. Add createParamCentered to rack0.hpp.
|
5 years ago |
Andrew Belt
|
0517cc20aa
|
Fix return values of deprecated random*() functions in rack0.hpp.
|
5 years ago |