bsp2
19007a222e
remove debug output
6 years ago
bsp2
849f0f95d5
update patches
6 years ago
bsp2
073b54d039
support channel aftertouch
6 years ago
bsp2
0d441a42d7
update README
6 years ago
bsp2
4b2471fd34
update patches
6 years ago
bsp2
54ed9c8aa2
fix out of bounds memory read in Bidoo.REI pitchshifter (randomly caused loud noise bursts after patch loading)
6 years ago
bsp2
0135b09423
remove debug output
6 years ago
bsp2
5cad5087b8
use x86intrin.h include in GCC / clang builds
6 years ago
bsp2
ffab729529
REI: fix noise burst after patch load
6 years ago
bsp2
1b1645e5bd
March 2019 modules update (add missing Skylights modules)
6 years ago
bsp2
f41a95d1e7
March 2019 modules update
6 years ago
bsp2
f8e7b21248
March 2019 modules update
6 years ago
bsp2
7f121ed49e
update cf modules to v0.6.7
6 years ago
bsp2
a4898ff3ec
fix resize crash / add LGLW_CONTEXT_ALLOW_USE_AFTER_FREE build option
6 years ago
bsp2
a88e91a8d4
Merge pull request #19 from cameronleger/v0.6-linux-lglw
Fix Window Resizing issues, remove LGLW logging by default
6 years ago
Cameron Leger
ecb9d82ecc
Fix Window Resizing issues, remove LGLW logging by default
Creating/Destroying GL Context is refactored into local functions
Create/Destroy GL Context when resizing Window
Resize child *after* parent
Resize hidden window
There were two issues with resizing:
First, the view was not properly resized as the GL Context always keeps its initial size. Now, the hidden window is resized, the GL Context is recreated, then the actual window is resized
Second, for some reason when resizing the Child, the Parent Window's total size would update, but not the Window itself. This led to the delta math being wrong as it applied to the new size instead of its old size. Now, the Parent is resized first, then the Child
6 years ago
bsp2
b841419dce
Merge pull request #18 from x42/patch-1
Implement Vst Version Callback
6 years ago
Robin Gareus
67e9a44342
Implement Vst Version
Some hosts check the VST-standard version of plugins.
This fixes MIDI Ports, which are only available in VST 2.x, for some hosts (Ardour 5.x in particular)
6 years ago
bsp2
0f5576f92e
update readme
6 years ago
bsp2
1eac63a3f5
set default CPU_ARCH to -msse2
6 years ago
bsp2
b2860f1bb7
update changelog
6 years ago
bsp2
cd68f9d96d
update readme
6 years ago
bsp2
1ab61d12aa
disable instrument idle detection by default
6 years ago
bsp2
3c1001662b
fix SubmarineFree.WK101 build error
6 years ago
bsp2
25efcb8ccd
update SubmarineFree modules to v0.6.8
6 years ago
bsp2
b40525c7cb
change reset values (ADSR)
6 years ago
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