Andrew Belt
|
8de2c36de3
|
Add Window::activateContext().
|
3 years ago |
Andrew Belt
|
8d911c559e
|
Log edition name instead of abbreviation in standalone adapter.
|
3 years ago |
Andrew Belt
|
bd9363d051
|
Change default manifest version in helper.py to 2.0.0.
|
3 years ago |
Andrew Belt
|
319ece9430
|
Set ModuleWidget width to 12HP if SVG panel has zero width.
|
3 years ago |
Andrew Belt
|
ce7469d102
|
Rename Core panels. Implement Audio and MIDI-CV redesigns.
|
3 years ago |
Andrew Belt
|
0c2506789a
|
Merge branch 'v2' of github.com:VCVRack/Rack-private into v2
|
3 years ago |
Andrew Belt
|
efaa237e18
|
Add Core panel redesigns by Pyer.
|
3 years ago |
Andrew Belt
|
fb010d66e4
|
Add onThreshold/offThreshold arguments to SchmittTrigger.
|
3 years ago |
Andrew Belt
|
1dfd3b6535
|
Check library updates when Library menu is opened or user logs in.
|
3 years ago |
Andrew Belt
|
17b1b308f7
|
Remove library updates loop. Add try_locking to library mutexes.
|
3 years ago |
Andrew Belt
|
c53ad4b75e
|
Add rightText arguments to docs of menu item helpers.
|
3 years ago |
Andrew Belt
|
4b952b42cb
|
Add LEDButton down state from Pyer.
|
3 years ago |
Andrew Belt
|
93c4e087b5
|
Check that setModule() was called in ModuleWidget constructor.
|
3 years ago |
Andrew Belt
|
8b5d4483a9
|
Add LEDLightButton.
|
3 years ago |
Andrew Belt
|
41f00d3b6b
|
Add CKSSThreeHorizontal.
|
3 years ago |
Andrew Belt
|
3eeb7ba7c0
|
Allow optional sourceFilename in helper.py createmodule command.
|
3 years ago |
Andrew Belt
|
d9b169ebaf
|
Add bidirectional module fallback: MindMeld-ShapeMasterPro/ShapeMasterPro.
|
3 years ago |
Andrew Belt
|
d84847995e
|
Save autosave patch on close in PatchManager instead of standalone adapter.
|
3 years ago |
Andrew Belt
|
9d3d1143ea
|
When destroying patch (e.g. on close), dispatch onSave to all Modules so they save their patch storage, etc.
|
3 years ago |
Andrew Belt
|
00d8f899d5
|
Add random::get<T>() functions.
|
3 years ago |
Andrew Belt
|
7724efa41b
|
Add loading/saving of wavetables.
|
3 years ago |
Andrew Belt
|
29cafc48ef
|
Add Timer::getTime().
|
3 years ago |
Andrew Belt
|
23428d171f
|
Make dsp::Timer a template.
|
3 years ago |
Andrew Belt
|
f6cba26b8d
|
Remove default arguments from math::rescale() since it's non-obvious whether they should apply to the input or output scale.
|
3 years ago |
Andrew Belt
|
df2fcf3cdf
|
Make LedDisplay a Widget instead of OpaqueWidget.
|
3 years ago |
Andrew Belt
|
2e34cdf497
|
Add default arguments to simd::clamp().
|
3 years ago |
Andrew Belt
|
42b5861d13
|
Implement LedDisplay redesign by Pyer.
|
3 years ago |
Andrew Belt
|
ba7283fca7
|
helper.py: Assume unitless SVG dimensions are in px instead of mm.
|
3 years ago |
Andrew Belt
|
ce11ceab53
|
Make system::copy() overwrite destination.
|
3 years ago |
Andrew Belt
|
4a15d69a19
|
Transform drawLayer() in ZoomWidget and TransformWidget.
|
3 years ago |
Andrew Belt
|
9eef95cf03
|
Add VultModules and VultModulesFree as plugin slug fallbacks of each other.
|
3 years ago |
Andrew Belt
|
fc1a90d0e1
|
Use non-recursive plugin::getPlugin() and getModel().
|
3 years ago |
Andrew Belt
|
8dc4e2310d
|
Make style regex match only hex colors in helper.py.
|
3 years ago |
Andrew Belt
|
672dc2b42c
|
Add support to helper.py for Illustrator's Unique object ID mode for SVG export. Add ability to specify component class name in SVG with `name#ClassName`.
|
3 years ago |
Andrew Belt
|
219bbaf137
|
Merge branch 'v2' of github.com:VCVRack/Rack-private into v2
|
3 years ago |
Andrew Belt
|
f4ddb556e4
|
Switch from ZIP to PKG installer on Mac.
|
3 years ago |
Andrew Belt
|
dca79c78fa
|
Link to GitHub LICENSE-dist.md with full URL.
|
3 years ago |
Andrew Belt
|
418eb0846c
|
Remove debug in system::unarchiveToDirectory().
|
3 years ago |
Andrew Belt
|
b548bbde6e
|
Clean up Info.plist on Mac.
|
3 years ago |
Andrew Belt
|
08e1f9a954
|
Add port name and "Duplicate/create new cable" to port context menu.
|
3 years ago |
Andrew Belt
|
a786493ba1
|
Swap "Duplicate" and "Duplicate with cables" key commands. Add menu item to module and Edit menus.
|
3 years ago |
Andrew Belt
|
90fe39bffb
|
Add shift-click to delete top cable on port.
|
3 years ago |
Andrew Belt
|
d0658081bc
|
Use same logic in Browser as SvgPanel for determining whether to render framebuffer with oversampling.
|
3 years ago |
Andrew Belt
|
8131083655
|
Draw layer 1 (lights) of ModuleWidgets in Browser and Window::screenshotModules().
|
3 years ago |
Andrew Belt
|
65c15baf95
|
Make Scrollbar translucent.
|
3 years ago |
Andrew Belt
|
b32255d270
|
Reduce minimum window size.
|
3 years ago |
Andrew Belt
|
1878e97e4c
|
Serialize gridOffset of RackScrollWidget in patch.
|
3 years ago |
Andrew Belt
|
1caf689797
|
Scroll rack if dragging near the edge of the screen only for certain widgets.
|
3 years ago |
Andrew Belt
|
d847d9791b
|
Add Widget::isDescendantOf(). Only scroll RackScrollWidget when dragging a child of its container with the left mouse button.
|
3 years ago |
Andrew Belt
|
10067ceadc
|
Add RackScrollWidget::getZoom/setZoom/getGridOffset/setGridOffset(). Serialize zoom in patch instead of settings.
|
3 years ago |