Commit graph

96 commits

Author SHA1 Message Date
falkTX
994ff05567 Stop using VCV name
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-05 16:48:17 +00:00
dreamer
8134b2b679
Add HetrickCV (#69)
* try to add HetrickCV

* specify modules separately

* HetrickCV builds

* custom MidSide; invert panels; add to LICENSES file

* undo trailing whitespace removal in docs; add res symlink
2021-12-05 16:34:56 +00:00
falkTX
16f1afc73c
Enable LTO for win64 builds; Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-05 15:15:29 +00:00
falkTX
312c49aa7d
Add Glue the Giant, fix build
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-04 23:53:03 +00:00
falkTX
62af644a49
Update Bidoo, now GPLv3+ compatible! :D
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-04 16:25:42 +00:00
falkTX
4d1b470837
Update to latest Rack
Signed-off-by: falkTX <falktx@falktx.com>
2021-12-01 16:27:19 +00:00
falkTX
877cf9418a Fix headless build 2021-11-24 23:20:50 +00:00
falkTX
0ac564aeae
Update the rest of the plugins, tweak Fundamental dark rules
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-23 23:25:56 +00:00
falkTX
8df28459a2
Update a few modules and VCV
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-23 20:40:34 +00:00
falkTX
d4c453487f
Dark mode for the new Bidoo modules
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-16 12:16:35 +00:00
falkTX
946cba3e98 Update to latest published Rack code
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-16 10:57:51 +00:00
falkTX
818d9d3254
Fix headless and debug build
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-15 23:33:21 +00:00
falkTX
c4426fd125
Finish createModel override, fix Ildaeil race condition on load
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-15 22:26:26 +00:00
falkTX
41dddc3bb1 Attempt at creating widget before loading state 2021-11-15 19:35:33 +00:00
falkTX
d14713bdf9
Get hotkeys to work, most of them anyway
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-13 14:06:54 +00:00
falkTX
0df3db43c6 Prefer HOME env var before trying getpwuid 2021-11-12 16:13:52 +00:00
falkTX
fb9909e421 Implement file->export, show error message on failure 2021-11-12 15:53:23 +00:00
falkTX
38702e91f2
Handle a few more colors, AudibleInstruments looks correct
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-07 11:07:54 +00:00
falkTX
9bce61f3b8
Dark mode for ESeries and JW-Modules
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-07 10:35:22 +00:00
falkTX
cc610760d6 Full dark mode 2021-11-07 03:21:21 +00:00
falkTX
0f889e77fc Replace silver screws with black ones, invert colors
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-06 20:06:42 +00:00
falkTX
0e3b41362f
Alternative way to look for resources
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-05 10:51:30 +00:00
falkTX
667cf05361
Filter out Fundamental VCV logos too; Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-05 10:34:49 +00:00
falkTX
fe4c0f6127 Use puts instead of printf to keep mingw happy 2021-11-05 00:21:10 +00:00
falkTX
383f02ee2b Filter out VCV logo from Core files at runtime 2021-11-04 23:58:43 +00:00
falkTX
1af687aa6c
Use the nvgCreateGL from DPF, fixes Windows builds
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-04 12:07:39 +00:00
falkTX
d6d0e0f734
Get rid of engine context pointer
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-04 11:13:45 +00:00
falkTX
0c916ae619
Switch back to using NanoVG UI
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-04 10:49:34 +00:00
falkTX
9771e89997 Fix crash on close after the latest commits 2021-11-04 01:14:50 +00:00
falkTX
24c9a3b6c2 Cleanup 2021-11-04 00:49:13 +00:00
falkTX
9ff29396df
New approach for Window (always valid; swap handles for real UI)
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-03 23:27:24 +00:00
falkTX
823ad6b53d
Remove threading options from UI since they will do nothing now
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-03 20:36:33 +00:00
falkTX
3766f0bd42
Override Engine to 100% ensure proper threading (ie, none)
Signed-off-by: falkTX <falktx@falktx.com>
2021-11-03 20:34:41 +00:00
falkTX
e920e18f1f
Fix initial scroll position for new projects
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-29 19:53:59 +01:00
falkTX
9b9d8f6d4d
Use DPF built-in dejavu sans font as default
This allows to display text even with resources not available

Signed-off-by: falkTX <falktx@falktx.com>
2021-10-29 15:58:36 +01:00
falkTX
991ed6c8a7 Initial setup for Cardinal plugin variants 2021-10-27 19:34:16 +01:00
falkTX
b3a1efdc4b Rename file menu option "Open" as "Import..." 2021-10-27 15:55:42 +01:00
falkTX
9d90823a32 Use async dialog in place of osdialog 2021-10-27 15:30:14 +01:00
falkTX
570f9f94a9 Make sure libarchive uses libzstd instead of external tools; Cleanup 2021-10-27 00:16:12 +01:00
falkTX
0c7c99c8fc
More careful UI creation
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-26 21:35:05 +01:00
falkTX
e83d514eb6
Initial code for remote push over OSC
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-23 15:48:09 +01:00
falkTX
a00020e597
Support fully headless builds
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-23 02:30:42 +01:00
falkTX
79e74ef909
Add in NANOVG_GLES2 for possible future case usage
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-23 01:21:07 +01:00
falkTX
453789c38a
Leave stuff behind from the unsuccessful remote attempt
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-23 01:14:09 +01:00
falkTX
c6b0a0241e
Get file->open to use DPF file browser actions, not osdialog
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-22 14:22:49 +01:00
falkTX
88beb01572
Alternative folder setup for custom files, override MenuBar.cpp
Signed-off-by: falkTX <falktx@falktx.com>
2021-10-22 14:08:57 +01:00