bdcefe94Tweak "Update all" label by
Andrew Belt
2019-06-11 12:41:29 -0400
68fbec5dImprove behavior of "Update all" button. by
Andrew Belt
2019-06-11 12:37:38 -0400
d6c8d84eClean 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. by
Andrew Belt
2019-06-11 08:09:16 -0400
6b6c8528Tweak CONTRIBUTING by
Andrew Belt
2019-06-10 12:54:20 -0400
ca89558bUse -v1 filename suffix for plugins/, settings.json, autosave.vcv, and template.vcv when running in non-dev-mode. by
Andrew Belt
2019-06-10 12:49:00 -0400
97e892f8Rename VCV Plugin Manager to VCV Library. by
Andrew Belt
2019-06-10 10:36:24 -0400
74ffc607Add CONTRIBUTING.md. by
Andrew Belt
2019-06-10 10:15:19 -0400
9789f22dAdd "autosavePeriod" to settings.json. by
Andrew Belt
2019-06-10 10:11:03 -0400
f79cff07Don't query plugins in dev mode. by
Andrew Belt
2019-06-10 08:57:17 -0400
2c5fdb32Mostly finished plugin manager client. by
Andrew Belt
2019-06-10 07:29:42 -0400
31cc663dSort modules by plugin brand instead of plugin name. WIP Plugins menu bar item. by
Andrew Belt
2019-06-10 06:37:08 -0400
fca409cfRemove left/rightByteShift from simd. by
Andrew Belt
2019-06-09 13:26:39 -0400
754a4a48Add left/rightByteShift to simd by
Andrew Belt
2019-06-08 19:40:57 -0400
22546d1dAdd conversions and casts to simd::Vector types. by
Andrew Belt
2019-06-08 09:26:41 -0400
262c6a04Add simd::int32_4 by
Andrew Belt
2019-06-08 08:58:17 -0400
6f473048Add note about alignment of Vector::load() by
Andrew Belt
2019-06-08 06:47:16 -0400
5a4656f5Change VCV Store name to VCV Plugin Manager. by
Andrew Belt
2019-06-08 06:27:29 -0400
c9d3cf6bAdd periods to changelog. by
Andrew Belt
2019-06-08 05:09:21 -0400
1aa351ceAdd TSchmittTrigger. Update/clean up changelog. by
Andrew Belt
2019-06-08 05:06:32 -0400
12524373Add Engine::getFrame(). by
Andrew Belt
2019-06-06 06:51:04 -0400
24ec4291Add brand to helper.py createmanifest. by
Andrew Belt
2019-06-06 02:30:34 -0400
50bed5e1Add CC aliases to dsp::MidiGenerator. Fix setChannelPressure(). by
Andrew Belt
2019-06-06 00:40:42 -0400
5a40e0a1Create dsp/midi.hpp, based on CV_MIDI's implementation of PolyphonicMidiOutput. by
Andrew Belt
2019-06-05 23:44:04 -0400
e667c7daFix documentation for RCFilter::setCutoff to dodge math error. Add setCutoffFreq with the correct frequency relation. by
Andrew Belt
2019-06-05 07:45:51 -0400
0b2c911bMost most of plugin/model validation to fromJson. by
Andrew Belt
2019-06-05 05:56:16 -0400
95ea82c2Copy DISTRIBUTABLES relative to plugin directory. by
Andrew Belt
2019-06-05 04:44:05 -0400
07f678f4Update issue templates. by
Andrew Belt
2019-06-04 22:05:03 -0400
351cc857Issue template by
Andrew Belt
2019-06-04 21:50:42 -0400
ca5e4963Remove models without names by
Andrew Belt
2019-06-04 10:09:35 -0400
5bba5e9aAdd "disabled" property to module object in manifest. by
Andrew Belt
2019-06-04 09:59:55 -0400
3f513e1aAdd more validation to plugin loading. by
Andrew Belt
2019-06-04 07:54:53 -0400
439b3f6bFix default zoom level. by
Andrew Belt
2019-06-04 07:07:55 -0400
d5280bd5Add Core.json to dist by
Andrew Belt
2019-06-04 06:58:53 -0400
fe18110eAdded Port::active alias for Port::channels. Set default Port channels to 0. by
Andrew Belt
2019-06-04 04:04:41 -0400
ba2d5f8eMove Core metadata from Core/plugin.cpp to Core.json manifest. Finish most of Plugin menu functionality. Rewrite plugin loading code. by
Andrew Belt
2019-06-04 03:56:22 -0400
cc9e0337Don't hang MIDI keyboard driver notes when a modifier is held upon release. by
Andrew Belt
2019-06-03 03:18:53 -0400
e4a4722dAdd <tuple> include. by
Andrew Belt
2019-06-02 06:46:28 -0400
a1cc0eefFix C++11 syntax for some compilers. by
Andrew Belt
2019-06-02 06:44:50 -0400
a272cf29Change MIDI-Map color to yellow. Change ParamHandle indicator from circle to square. by
Andrew Belt
2019-06-02 05:33:45 -0400
08a4d734Add text and color to ParamHandle. by
Andrew Belt
2019-06-02 04:42:56 -0400
41552e79Restructure ParamHandle Engine internals. by
Andrew Belt
2019-06-02 04:05:34 -0400
8ae5ac0eAdd voltages on AudioInterface inputs. by
Andrew Belt
2019-06-01 23:08:28 -0400
2307845bClear voltages of higher channels when a Cable copies from Output to Input. by
Andrew Belt
2019-06-01 21:52:11 -0400
31ee9bdfAdd documentation to Port::setChannels(). by
Andrew Belt
2019-06-01 21:13:14 -0400
cb3f136dEncode Port::active as channels=0. Change behavior of Port::setChannels(). by
Andrew Belt
2019-06-01 20:54:58 -0400
326fa2d8Added simd::pow(T, int) by
Andrew Belt
2019-06-01 19:40:05 -0400
f678e52dSet audio::Port::maxChannels in AudioInterface. by
Andrew Belt
2019-06-01 16:16:07 -0400
69c5ec89Normalize plugin and model slugs when loading patches. Fail with warning when model slug is invalid, instead of crashing. by
Andrew Belt
2019-05-31 20:40:26 -0400
4b3508bfRename scalar array in simd::Vector. by
Andrew Belt
2019-05-30 22:10:56 -0400
aa088e36Add links to README. Add union to simd::Vector for serially accessing vector elements. by
Andrew Belt
2019-05-30 21:31:50 -0400
436615f3Simplify Light::setBrightness/Smooth. by
Andrew Belt
2019-05-28 19:44:02 -0400
02ef6641Add Port::getVoltageSum. Rename get/setVoltages to read/writeVoltages. Add getVoltages. by
Andrew Belt
2019-05-28 18:03:04 -0400
2c147c28Add tags to ModuleBrowser tooltip. by
Andrew Belt
2019-05-28 00:23:40 -0400
ae6cd368Make escape hide ModuleBrowser, not clear search field. by
Andrew Belt
2019-05-27 22:37:34 -0400
98f3f306Set vg field in Font and Image. by
Andrew Belt
2019-05-27 15:01:52 -0400
837efa6fSelect first module in ModuleBrowser if Enter is pressed. by
Andrew Belt
2019-05-26 15:26:52 -0400
e2709567Fix ModuleBrowser search field not being selected on show. by
Andrew Belt
2019-05-26 14:25:35 -0400
1e60fffbFinalize busboard. by
Andrew Belt
2019-05-25 22:52:25 -0400
90d784d4Finalize Core Audio panels. by
Andrew Belt
2019-05-25 22:29:22 -0400
45b884d5 (refs/pull/1639/head)add new patches (melodyz) by
bsp2
2019-05-25 16:29:43 +0200
8fa8cfd2update README by
bsp2
2019-05-25 16:28:25 +0200
69693906Use <> instead of "" for include directive. by
Andrew Belt
2019-05-24 23:26:10 -0400
00eae8cbEnable production version checking. by
Andrew Belt
2019-05-24 22:32:10 -0400
beefa87eAdd update notification to Help menu item. Remove update popup dialog message, and remove "checkVersion" from settings. by
Andrew Belt
2019-05-24 20:47:37 -0400
4d2203daupdate README by
bsp2
2019-05-24 22:08:10 +0200
7f2db697Make CPU meter text span two lines. by
Andrew Belt
2019-05-24 13:48:27 -0400
80532b15update CHANGELOG + README by
bsp2
2019-05-24 14:24:37 +0200
d22e99cdupdate CHANGELOG by
bsp2
2019-05-24 14:14:44 +0200
97409e2dreplace osdialog_gtk2 by osdialog_zenity by
bsp2
2019-05-24 13:52:42 +0200
34d78a06Sort ModelBoxes the same regardless of whether a search query is entered in Module Browser. by
Andrew Belt
2019-05-24 03:53:27 -0400
c2ffcbbfAdd favorite score to settings, based on @modlfo's scoring algorithm. Sort by favorite score in Module Browser. by
Andrew Belt
2019-05-24 03:44:33 -0400
73de481aupdate Bogaudio.* to v0.6.16 by
bsp2
2019-05-23 22:46:00 +0200
814581c5update Bidoo.* to v0.6.29 by
bsp2
2019-05-23 22:22:39 +0200
5b7b40e9add CatroModulo modules by
bsp2
2019-05-23 21:54:19 +0200
0cf549b2fall back to settings_default.json when settings.json does not exist, yet by
bsp2
2019-05-23 21:06:08 +0200
0c08a8d1Use pmmintrin.h header instead of x86intrin.h. by
Andrew Belt
2019-05-23 12:43:24 -0400
8bca3decFix SvgSwitch value to frame mapping for minValue != 0. by
Andrew Belt
2019-05-23 12:40:40 -0400
705dfab6Prevent ModuleBrowser module list from scrolling horizontally. by
Andrew Belt
2019-05-22 16:37:54 -0400
eb708478Fix "Show favorites" button in ModuleBrowser. Change search string format. by
Andrew Belt
2019-05-22 16:19:04 -0400
829c02c0Remove fuzzyScore implementation because it sucks. Replace it with a trivial substring search. by
Andrew Belt
2019-05-22 16:05:16 -0400
114cc58fFix ModuleBrowser brand and tag list filtering. by
Andrew Belt
2019-05-22 15:50:11 -0400
c19358a9move remaining GPL modules to separate plugin DLLs / SOs by
bsp2
2019-05-22 14:00:08 +0200
42cdfc32add libspeexdsp.lib to Rack_shared.lib by
bsp2
2019-05-22 13:58:24 +0200
225d3e31add build rule for .cc files by
bsp2
2019-05-22 13:57:27 +0200
5b3c9b36Add brand to plugin::Plugin and plugin manifest. Use brand instead of author in Module Browser. by
Andrew Belt
2019-05-21 17:29:06 -0400
b8fa86aaUse author name instead of plugin name for ModuleBrowser tooltips. by
Andrew Belt
2019-05-21 16:35:37 -0400
f179d154add SubmarineUtility modules by
bsp2
2019-05-21 18:43:35 +0200
c8a87a68merge moduleFromJson() from Rack 0.6.2 by
bsp2
2019-05-21 18:42:30 +0200
06621ce8disable debug output by
bsp2
2019-05-21 18:41:56 +0200
984a47b5disable debug output by
bsp2
2019-05-21 18:41:32 +0200
cfa143feFlip default note values upside down on MIDI-Gate and CV-Gate so they match drumpad hardware. by
Andrew Belt
2019-05-21 01:50:16 -0400
e23789c2Add numpad device to keyboard driver. by
Andrew Belt
2019-05-20 23:33:03 -0400
ea517f16update README by
bsp2
2019-05-20 16:14:52 +0200
26abab6dRename float4 to float_4. by
Andrew Belt
2019-05-20 01:07:47 -0400
1b168ce3Rename f32_4 to float4 by
Andrew Belt
2019-05-20 00:58:40 -0400
ea8eca4cAdd simd to various dsp functions. by
Andrew Belt
2019-05-20 00:31:23 -0400
a0daf4b4Make maximum zoom level 400%. Store zoom in settings logarithmically instead of linearly. by
Andrew Belt
2019-05-19 20:37:32 -0400
4612052eFix correctness bugs/typos in simd library. Add log10, sgn, andnot, and ifelse to simd. by
Andrew Belt
2019-05-19 20:24:36 -0400
59e46924Add module description to ModuleBrowser tooltip. by
Andrew Belt
2019-05-19 10:59:59 -0400
bdab02e4update README by
bsp2
2019-05-19 16:54:23 +0200