Andrew Belt
|
6a0797fde5
|
Remove behavior of Knob triggering an Action event if the value has not changed.
|
5 years ago |
Andrew Belt
|
5919c4adcc
|
Fix memory leak of mapJ variable in MIDI-Map.
|
5 years ago |
Andrew Belt
|
341ae5125d
|
Fix OpenGlWidget by calling superclass step().
|
5 years ago |
Andrew Belt
|
59fef98b52
|
Change allowCursorLock menu item.
|
5 years ago |
Andrew Belt
|
2ae4a93c1d
|
Use the correct byte for channel pressure MIDI messages in MIDI-CV.
|
5 years ago |
Andrew Belt
|
e4c5f817ea
|
Decrease resolution to VGA 640 × 480.
|
5 years ago |
Andrew Belt
|
419e4670e0
|
Add menu item for settings::allowCursorLock.
|
5 years ago |
Andrew Belt
|
01dbc1dde3
|
Move "Update Rack" menu bar item to top of menu.
|
5 years ago |
Andrew Belt
|
bdcefe94a8
|
Tweak "Update all" label
|
5 years ago |
Andrew Belt
|
68fbec5d6c
|
Improve behavior of "Update all" button.
|
5 years ago |
Andrew Belt
|
d6c8d84ede
|
Clean up types in dsp/window.hpp. Fix createModel() in helpers.hpp if a member field exists called `model`. Fix `make install` path for plugins. Fail silently if a MIDI message >3 bytes is received.
|
5 years ago |
Andrew Belt
|
ca89558bb4
|
Use -v1 filename suffix for plugins/, settings.json, autosave.vcv, and template.vcv when running in non-dev-mode.
|
5 years ago |
Andrew Belt
|
97e892f865
|
Rename VCV Plugin Manager to VCV Library.
|
5 years ago |
Andrew Belt
|
9789f22d59
|
Add "autosavePeriod" to settings.json.
|
5 years ago |
Andrew Belt
|
f79cff0784
|
Don't query plugins in dev mode.
|
5 years ago |
Andrew Belt
|
2c5fdb32cc
|
Mostly finished plugin manager client.
|
5 years ago |
Andrew Belt
|
31cc663dd8
|
Sort modules by plugin brand instead of plugin name. WIP Plugins menu bar item.
|
5 years ago |
Andrew Belt
|
5a4656f56a
|
Change VCV Store name to VCV Plugin Manager.
|
5 years ago |
Andrew Belt
|
1aa351cecc
|
Add TSchmittTrigger. Update/clean up changelog.
|
5 years ago |
Andrew Belt
|
1252437344
|
Add Engine::getFrame().
|
5 years ago |
Andrew Belt
|
5a40e0a140
|
Create dsp/midi.hpp, based on CV_MIDI's implementation of PolyphonicMidiOutput.
|
5 years ago |
Andrew Belt
|
0b2c911ba3
|
Most most of plugin/model validation to fromJson.
|
5 years ago |
Andrew Belt
|
ca5e496375
|
Remove models without names
|
5 years ago |
Andrew Belt
|
5bba5e9a69
|
Add "disabled" property to module object in manifest.
|
5 years ago |
Andrew Belt
|
3f513e1adb
|
Add more validation to plugin loading.
|
5 years ago |
Andrew Belt
|
439b3f6ba2
|
Fix default zoom level.
|
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
|
cb3f136d51
|
Encode Port::active as channels=0. Change behavior of Port::setChannels().
|
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
|
aa088e369a
|
Add links to README. Add union to simd::Vector for serially accessing vector elements.
|
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 |