bsp2
6d6a73ae1a
re-add Sway.svg
6 years ago
bsp2
8072f29a4a
remove sway.svg
6 years ago
bsp2
add29f2123
re-add Sway.svg
6 years ago
bsp2
d30dcb0043
delete lowercase sway.svg
6 years ago
bsp2
f1a4dfd2e5
screenshot
6 years ago
bsp2
5654c1581d
fix FBOs in dynamically loaded modules
(thanks, Cameron!)
6 years ago
bsp2
149eb47fe4
add "fbo_shared" config option (true=use FBOs in dynamically loaded modules)
6 years ago
bsp2
9e60e936f9
update SquinkyLabs modules to v0.6.9
6 years ago
bsp2
e7392d5655
add AudibleInstruments.Marbles/Plaits/Stages
6 years ago
bsp2
19edd3c924
add dBiz module screenshot
6 years ago
bsp2
8c10b98231
update dBiz modules (fixes UI issues)
6 years ago
bsp2
b6719a2fb8
remove debug output
6 years ago
bsp2
ff9a8952be
unbind before rebind
6 years ago
bsp2
a397517ed7
Linux: add lglw LOG_FXN; enable USE_BEGIN_REDRAW_FXN
6 years ago
bsp2
29a0d43b56
add USE_BEGIN_REDRAW_FXN build option (disabled by default, see setenv_linux.sh)
6 years ago
bsp2
4349c31e2b
add USE_XEVENTPROC; add lglw_glcontext_rebind() (experimental)
6 years ago
bsp2
633385a5ed
revert host fps fallback
6 years ago
bsp2
bb811b1cec
Merge pull request #17 from cameronleger/v0.6-linux-lglw
Fix Host FPS redraw bug
6 years ago
bsp2
515a9ae6a4
Linux: fix host fps setting (=> 30fps)
6 years ago
Cameron Leger
1c84c83e83
Merge remote-tracking branch 'bsp2/v0.6' into v0.6-linux-lglw
6 years ago
Cameron Leger
945c6d2f36
Fix Host FPS redraw bug
6 years ago
bsp2
87ee048934
document "unknown" Bitwig opcodes
6 years ago
Cameron Leger
43717e8b54
Merge remote-tracking branch 'bsp2/v0.6' into v0.6-linux-lglw
6 years ago
bsp2
b5b6fb6ad3
stub-handle Bitwig opcodes 56+66
6 years ago
bsp2
5bf1590347
normalize parameter value (VSTPluginGetParameter)
6 years ago
bsp2
a7dbb2dac9
USE_LOG_PRINTF / debug prints
6 years ago
bsp2
eb4de36adf
consolidate EXTRA_FLAGS
6 years ago
Cameron Leger
14909ac0fe
Merge remote-tracking branch 'bsp2/v0.6' into v0.6-linux-lglw
6 years ago
bsp2
b46ccdd88e
add USE_LOG_PRINTF; use recursive mutex (Linux) (fixes BWS plugin re-loading)
6 years ago
Cameron Leger
d7509c0063
Merge remote-tracking branch 'bsp2/v0.6' into v0.6-linux-lglw
6 years ago
bsp2
af32e1a0da
Linux: redirect Dprintf to /tmp/vst2_log.txt (debug)
6 years ago
bsp2
2308620f6e
fix lglw_log(); consume pending events after closing the window
6 years ago
Cameron Leger
36091861d3
Merge remote-tracking branch 'bsp2/v0.6' into v0.6-linux-lglw
6 years ago
bsp2
90c4134c3a
don't invert "fbo" when saving settings.json
6 years ago
bsp2
81ff8a67b6
implement WM_DELETE_WINDOW
6 years ago
bsp2
04ed890ca8
Linux: set FPU rounding mode (zero)
6 years ago
bsp2
c562fb51b4
Linux: set FPU rounding mode (zero)
6 years ago
Cameron Leger
5b4a34396f
Arch
6 years ago
bsp2
90ad3c2a55
fix initial window size
6 years ago
bsp2
c1a5fad782
clean up GCC warnings
6 years ago
bsp2
52f8c50096
add EXTRA_* compiler/linker/optimization flags. default to athlon-fx CPU architecture.
6 years ago
bsp2
8d07162e28
use LDFLAGS
6 years ago
bsp2
ba11bc075d
handle events in effEditIdle only in Linux build; fix input lag (reduce number of redraws)
6 years ago
bsp2
131d800c7e
Merge pull request #16 from cameronleger/v0.6-linux-lglw
Change Event Handling methods, other fixes
6 years ago
Cameron Leger
aa4e2d0532
Change Event Handling methods, other fixes
Run lglw_events in effEditIdle (debug plugin)
Run lglw_events in effEditIdle (VSR plugin)
Run effEditIdle loop in debug host if no _XEventProc
Temporarily swap lglw_log for printf (needs fixing)
Suppress most mouse event messages
Bring back sending of child events to parent (rare occurence)
Cleanup some lglw_window_open code
lglw_window_open event mask setup to receive events for itself
Comment the setting of _XEventProc (to get to effEditIdle loop)
NoEventMask on mouse grabbing, possible fix for grabbing issues
Setup working and non-blocking lglw_events
6 years ago
bsp2
299be69ee5
implement PAGEUP / PAGEDOWN keys
6 years ago
bsp2
30cc445cde
add Dlog*() macros (4 verbosity levels)
6 years ago
bsp2
d33071e5e2
handle cursor keys, ins+del, home+end; disable unhandled XSendEvent()
6 years ago
bsp2
71e0b5f84d
add Dprintf_verbose(); redraw window in timer callback
6 years ago
bsp2
bc39d94d41
add Dprintf_verbose()
6 years ago