743 Commits (e9f1388e73f77e57beff2d9fbebbacbca443f7e4)

Author SHA1 Message Date
  bsp2 b573cbf07b add Core.HalfNotes and Core.ParamProxy modules (self-editing patches) 6 years ago
  bsp2 f6419ed96a clean up + fix deadlock issue 6 years ago
  bsp2 d321f5f150 replace std::mutex by std::recursive_mutex + protect setProgramChunk() by engine.mutex 6 years ago
  bsp2 59bee7796d fix GCC warning 6 years ago
  bsp2 7a44bfe4cd fix MIDI Note On idle detection mode and add configurable threshold settings 6 years ago
  bsp2 0566d49cf0 fix "Save as" and "Revert" keyboard shortcuts 6 years ago
  bsp2 da0c4b0854 add fixDenorm global setting (settings.json + Toolbar) 6 years ago
  bsp2 19007a222e remove debug output 6 years ago
  bsp2 073b54d039 support channel aftertouch 6 years ago
  bsp2 0135b09423 remove debug output 6 years ago
  bsp2 1b1645e5bd March 2019 modules update (add missing Skylights modules) 6 years ago
  bsp2 f8e7b21248 March 2019 modules update 6 years ago
  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