Andrew Belt
|
ca19005e1d
|
Pass VERSION macro to src/common.cpp only.
|
3 years ago |
Andrew Belt
|
b48d777ada
|
Get retail Mac version number in system::getOperatingSystemInfo().
|
3 years ago |
Andrew Belt
|
88362055e8
|
Use simpler PortLight design.
|
3 years ago |
Andrew Belt
|
bb3c32820b
|
Fix AudioWidget channel number.
|
3 years ago |
Andrew Belt
|
13673d02f2
|
Remove alphaLabel from MenuBar.
|
3 years ago |
Andrew Belt
|
09030e0299
|
Use clamp in Port::getNumInputs/Outputs().
|
3 years ago |
Andrew Belt
|
b458c189a0
|
Fix incorrect channel count display in AudioWidget.
|
3 years ago |
Andrew Belt
|
768a29b9ae
|
Scan RtAudio devices for all drivers at launch. Make logging more
verbose.
|
3 years ago |
Andrew Belt
|
4567cc4220
|
Master audio module (the module that clocks Engine) makes more sense.
|
3 years ago |
Andrew Belt
|
16b273194d
|
Add more error handling to rtaudio driver.
|
3 years ago |
Andrew Belt
|
f5cdd22baf
|
Tweak menu item tip.
|
3 years ago |
Andrew Belt
|
8ab787e1ca
|
Add Ctrl+click menu item tip.
|
3 years ago |
Andrew Belt
|
e925855ac4
|
Fix regex for module preset filename prefix.
|
3 years ago |
Andrew Belt
|
95ed0bb5c5
|
Fix module paste key command. Fix crash when deleting module selection.
|
3 years ago |
Andrew Belt
|
8a31123eac
|
Change Widget::getRelativeOffset/Zoom() argument to `ancestor`.
|
3 years ago |
Andrew Belt
|
04a24fb71f
|
Sort preset names in module preset menu.
|
3 years ago |
Andrew Belt
|
d4feea8210
|
Add random::get() instead of extern global, which crashes Rack when
used from plugins on Windows.
|
3 years ago |
Andrew Belt
|
8160796dbb
|
Change AccountPasswordField from TextField to PasswordField.
|
3 years ago |
Andrew Belt
|
c50cafb271
|
Change user dir to Rack2. Remove "-v2" from user subdirs.
|
3 years ago |
Andrew Belt
|
f77afa08e3
|
Add Scene::getMousePos().
|
3 years ago |
Andrew Belt
|
84b98e9d96
|
Dispatch Action event on Knob when clicking and releasing without moving beyond a threshold distance.
|
3 years ago |
Andrew Belt
|
80094b0f2e
|
Remove right-hand spacing from Tooltip.
|
3 years ago |
Andrew Belt
|
28780a74bd
|
Remove "Scaled Linear" from Knob Mode menu item.
|
3 years ago |
Andrew Belt
|
e80210779e
|
Push ParamChange history action when scrolling knobs.
|
3 years ago |
Andrew Belt
|
2344abbc11
|
If knobScroll is enabled, don't move knobs while scrolling the rack.
|
3 years ago |
Andrew Belt
|
f1635cd96b
|
Add Module::jsonStripIds().
|
3 years ago |
Andrew Belt
|
a37ad4eeb5
|
Rename EventState::setHovered() etc to setHoveredWidget() etc.
|
3 years ago |
Andrew Belt
|
914fdfcba6
|
Use "inf" instead of "∞" for quantity display value, since users can't easily type it in the ParamField.
|
3 years ago |
Andrew Belt
|
62a93d099c
|
Add Internal to app::Switch.
|
3 years ago |
Andrew Belt
|
90d395ae8b
|
Add Quantity::toScaled() and fromScaled(). Clean up Quantity and ParamQuantity.
|
3 years ago |
Andrew Belt
|
c08c6e365a
|
Add ParamQuantity::smoothEnabled.
|
3 years ago |
Andrew Belt
|
de3f42edc1
|
Rename Engine::setParam() etc to Engine::setParamValue() etc.
|
3 years ago |
Andrew Belt
|
b9d91b85af
|
Add ParamQuantity::getScaledValue().
|
3 years ago |
Andrew Belt
|
4f98870e88
|
Add ParamQuantity::setSmoothScaledValue().
|
3 years ago |
Andrew Belt
|
d7a987cb70
|
Set library update period to 60 seconds.
|
3 years ago |
Andrew Belt
|
6800e7f231
|
Remove microseconds from module meter.
|
3 years ago |
Andrew Belt
|
06827ecd92
|
Disable UI CPU meter.
|
3 years ago |
Andrew Belt
|
219f60e0ef
|
Fix module meter plot bottom edge.
|
3 years ago |
Andrew Belt
|
e29a98a8aa
|
Implement system::getThreadTime() on Windows.
|
3 years ago |
Andrew Belt
|
363d97a56e
|
Add UI thread CPU meter.
|
3 years ago |
Andrew Belt
|
e98a5115b5
|
Double-space meter texts.
|
3 years ago |
Andrew Belt
|
977fe52c56
|
Finish appearance of Module meter.
|
3 years ago |
Andrew Belt
|
287e06eb08
|
Add Menu::cornerFlags.
|
3 years ago |
Andrew Belt
|
e249f82564
|
Redesign module CPU meter based on Pyer design.
|
3 years ago |
Andrew Belt
|
caf37642bf
|
Don't serialize cpuMeter to settings.
|
3 years ago |
Andrew Belt
|
ea09f6df29
|
Use `RackWidget::selectedModules` set rather than `ModuleWidget::selected` bool.
|
3 years ago |
Andrew Belt
|
8df21af258
|
Move favorite menu item from ModelBox menu to Model menu.
|
3 years ago |
Andrew Belt
|
1ecdee5981
|
Add ModelBox key commands for module manual and favorite.
|
3 years ago |
Andrew Belt
|
09e68ac26b
|
Add "Version: " to version item in Model context menu.
|
3 years ago |
Andrew Belt
|
1023247941
|
Add Model::appendContextMenu(). Display Model context menu in ModelBox of module browser.
|
3 years ago |