731 Commits (a4898ff3ecfdf03224af3b07deddd4bde4de577d)

Author SHA1 Message Date
  Robin Gareus 67e9a44342
Implement Vst Version 6 years ago
  bsp2 5654c1581d fix FBOs in dynamically loaded modules 6 years ago
  bsp2 149eb47fe4 add "fbo_shared" config option (true=use FBOs in dynamically loaded modules) 6 years ago
  bsp2 b6719a2fb8 remove debug output 6 years ago
  bsp2 29a0d43b56 add USE_BEGIN_REDRAW_FXN build option (disabled by default, see setenv_linux.sh) 6 years ago
  bsp2 633385a5ed revert host fps fallback 6 years ago
  bsp2 515a9ae6a4 Linux: fix host fps setting (=> 30fps) 6 years ago
  Cameron Leger 945c6d2f36 Fix Host FPS redraw bug 6 years ago
  bsp2 87ee048934 document "unknown" Bitwig opcodes 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 b46ccdd88e add USE_LOG_PRINTF; use recursive mutex (Linux) (fixes BWS plugin re-loading) 6 years ago
  bsp2 af32e1a0da Linux: redirect Dprintf to /tmp/vst2_log.txt (debug) 6 years ago
  bsp2 90c4134c3a don't invert "fbo" when saving settings.json 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
  bsp2 c1a5fad782 clean up GCC warnings 6 years ago
  bsp2 ba11bc075d handle events in effEditIdle only in Linux build; fix input lag (reduce number of redraws) 6 years ago
  Cameron Leger aa4e2d0532 Change Event Handling methods, other fixes 6 years ago
  bsp2 6ada0ba8c8 debug prints (commented out) 6 years ago
  bsp2 b410d8dc86 add "fbo" config option (settings.json) (for VirtualBox VM) 6 years ago
  bsp2 26c080216d extern c fixes (GCC) 6 years ago
  Cameron Leger 489e7dbfce Add initial LGLW Linux support and testing environment 6 years ago
  bsp2 6598e163ec add more debug output (windowInit()) 6 years ago
  bsp2 7dc68ecfc6 Linux: support both relative and absolute library paths 6 years ago
  bsp2 0e32465769 Linux: remove hard-coded plugin path and find it via dladdr() instead 6 years ago
  bsp2 e41fc9d46c Linux: load/init static+shared modules (=> works in vst2_debug_host) 6 years ago
  bsp2 68eb3db455 log to stdout instead of stderr in devMode 6 years ago
  bsp2 a7c8fc113a Linux: workaround logger crash (log to stderr instead) (todo: proper-fix this!) 6 years ago
  bsp2 93a77c1520 Linux: bypass VST plugin dir detection and use hard-coded path instead (just for testing!) 6 years ago
  bsp2 f068cdeb3f add support for ppqPos based timing (fixes CLK1/2 in FLStudio) 6 years ago
  bsp2 0cb0eac373 fix some GCC warnings (+ can now build Linux VST shared objects (w/o 3rd party modules, for now)) 6 years ago
  bsp2 703e45621a add -DSKIP_STATIC_MODULES (temporary, for Linux build) 6 years ago
  bsp2 d27413adda remove dep.7z and place the dependencies under version control 6 years ago
  Cameron Leger 3e409c4b78 Add one additional inline extern C issue 6 years ago
  Cameron Leger e8a70c9ba4 Cross-platform vst2_main directory changes 6 years ago
  bsp2 60aa9ec138 prepare for Linux port (can build lib and shared_lib targets) 6 years ago
  bsp2 3319c826e3 clip to min/max range when pasting param 6 years ago
  bsp2 c9e904d4d7 add "4 in, 2 out" oversample option 6 years ago
  bsp2 7e8b33f19b fix critical multi-instancing (mixed instr+fx) issue 6 years ago
  bsp2 16e4d934c5 add global settings toolbar menu (window size, refresh rate, vsync, favourite module list, ..) 6 years ago
  bsp2 4a76974790 add numerical param editing; add param copy'n'paste; add param mini-undo 6 years ago
  bsp2 04f1c947be fix rotary knobs 6 years ago
  bsp2 37176f2064 always bind GL context in mouse handler 6 years ago
  bsp2 2b5f1d174e fix: failed assertion when restoring dynamically loaded module patch state 6 years ago
  bsp2 d48fe488d8 fix: don't trash VST host context (mouse click + drag'n'drop, e.g. when loading .vcv patch files) 6 years ago
  bsp2 d9a549a9eb add soundchasing and mental modules; update LindenbergResearch.Westcoast module 6 years ago
  bsp2 8324dc853e update release notes 6 years ago
  bsp2 6049835cbb make bsp.Obxd_VCF an optional, dynamically loaded module 6 years ago