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
|
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
|
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
|
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
|
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
|
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
|
e23789c287
|
Add numpad device to keyboard driver.
|
5 years ago |
Andrew Belt
|
a0daf4b480
|
Make maximum zoom level 400%. Store zoom in settings logarithmically instead of linearly.
|
5 years ago |
Andrew Belt
|
59e46924b3
|
Add module description to ModuleBrowser tooltip.
|
5 years ago |
Andrew Belt
|
6a730b8268
|
Disable plugins menubar item.
|
5 years ago |
Andrew Belt
|
076f8b1965
|
Clean up ui namespace. Remove blendish state from ui classes.
|
5 years ago |
Andrew Belt
|
54544bbe93
|
Use Module::Expander struct for accessing expander messages.
|
5 years ago |
Andrew Belt
|
212404c664
|
Add Widget::addChildBottom(). Change ModuleWidget::setPanel behavior. Improve event docstrings. Temporarily disable glibc 2.23 header on Linux.
|
5 years ago |
Andrew Belt
|
09c85276d6
|
Use linear scaling for Light value.
|
5 years ago |
Andrew Belt
|
5e0378cb5a
|
Clean up app namespace.
|
5 years ago |
Andrew Belt
|
afd6d4bb8e
|
Clean up various headers.
|
5 years ago |
Andrew Belt
|
df0388c9fb
|
Re-add METHOD_ prefix to network::Method enums
|
5 years ago |
Andrew Belt
|
30c5b24ec5
|
Add Engine::yieldWorker() which turns worker spinlocks into mutex locks. Fix race condition in EngineWorker::run() when changing number of threads.
|
5 years ago |
Andrew Belt
|
e92b9d0339
|
Save temporary patch file and rename it over desired patch.
|
5 years ago |
Andrew Belt
|
e4db0bf892
|
Clean up AudioWidget/MidiWidget default state. Re-enable JACK in RtAudio dep.
|
5 years ago |
Andrew Belt
|
3b5380d28c
|
Added Core AUDIO-16
|
5 years ago |
Andrew Belt
|
478c8fcc71
|
Change name of driver to driverId and device to deviceId in audio namespace.
|
5 years ago |
Andrew Belt
|
fee87cddff
|
Simplify RackScrollWidget scroll box computation and behavior.
|
5 years ago |
Andrew Belt
|
432aa9023e
|
Initial functionality for plugin::syncUpdates().
|
5 years ago |
Andrew Belt
|
9d6ee7c070
|
Open changelog in browser if UpdateItem is clicked in the plugin menubar.
|
5 years ago |
Andrew Belt
|
fa1c70220d
|
Add plugin update menu items.
|
5 years ago |
Andrew Belt
|
c873956533
|
Make the escape key clear the ModuleBrowser search field if it contains text.
|
5 years ago |
Andrew Belt
|
f58fc44799
|
Expand RackScrollWidget bounding box to current scroll position
|
5 years ago |
Andrew Belt
|
149f7f0e2b
|
Plugin Manager menu progress.
|
5 years ago |
Andrew Belt
|
d6488601d1
|
Add "cableColors" setting.
|
5 years ago |
Andrew Belt
|
5f5bfc7a42
|
Partial reorganization of Plugin menu.
|
5 years ago |
Andrew Belt
|
53274088be
|
Rename Toolbar to MenuBar.
|
5 years ago |
Andrew Belt
|
7b97c2e8b0
|
Expand Rack size based on module bounding box instead of viewport.
|
5 years ago |
Andrew Belt
|
31d99cbdcd
|
Add assertions to Module helpers.
|
5 years ago |