Commit graph

1081 commits

Author SHA1 Message Date
Paul Fd
9d3364889b Adapt the block size of the effect bus to the one of the Synth 2020-03-06 11:20:18 +01:00
Paul Fd
49a182d90f Add effects in the callback log 2020-03-06 11:20:18 +01:00
Paul Fd
7794861ce1 Build the effect bus in the vector 2020-03-06 11:20:18 +01:00
Paul Fd
3ce0dedc45 Mostly cosmetics 2020-03-06 11:20:18 +01:00
Paul Fd
92e58316d1 Const and cosmetics 2020-03-06 11:20:18 +01:00
Paul Fd
70bc12f484 use find_if 2020-03-06 11:20:18 +01:00
Paul Fd
7532291545 Moved the factory to unique pointers 2020-03-06 11:20:18 +01:00
Jean Pierre Cimalando
28c12f32f3 Initial effects 2020-03-06 11:20:18 +01:00
Paul Ferrand
291920f263
Merge pull request #101 from paulfd/parser-rework
Changed the way the parser handles multiple parameters in opcodes
2020-03-06 11:16:52 +01:00
Paul Fd
692b2cda6a Silently ignore ampersands in opcode name 2020-03-05 16:07:23 +01:00
Paul Ferrand
eed69f8223
Merge pull request #89 from paulfd/perf-report
Add a script to parse the timing logs into performance reports
2020-03-05 13:16:12 +01:00
Paul Fd
a17f6b9169 Changed the parameter vectors to uint16 2020-03-05 13:14:45 +01:00
Paul Fd
a393ff6615 Changed the way the parser handles multiple parameters in opcodes (idea from @jpcima ;) 2020-03-05 12:53:10 +01:00
Paul Fd
507188fc88 Corrected a couple mistakes in legends 2020-03-05 12:19:37 +01:00
Jean Pierre Cimalando
c43a17c432 Add the C++ wrapper to the static library 2020-03-04 20:02:24 +01:00
JP Cimalando
2e5cdba275
Merge pull request #85 from jpcima/multiply-add
Add multiplyAdd with fixed gain
2020-03-02 16:45:07 +01:00
Jean Pierre Cimalando
42343c88a1 Add tests for MultiplyAdd 2020-03-02 16:29:47 +01:00
Jean Pierre Cimalando
259e201fac Add the multiplyAdd methods for AudioSpan 2020-03-02 14:07:06 +01:00
Paul Fd
d2e44ccf12 lv2 ttl patch for lv2lint 2020-03-01 20:52:09 +01:00
JP Cimalando
978e9d9bc1
Merge pull request #86 from jpcima/downsampler
Add the HIIR downsampler
2020-03-01 20:46:50 +01:00
Jean Pierre Cimalando
e47bcc909e clang-format: do not sort includes [ci skip] 2020-03-01 09:06:26 +01:00
Jean Pierre Cimalando
954997f1cd Enable Windows builds to use math.h constants 2020-03-01 08:50:42 +01:00
redtide
c2fdced546 Bump versions 2020-02-29 13:47:05 +01:00
redtide
8dfcac4572 Generate pkgconfig file also for non shared configurations 2020-02-28 21:01:12 +01:00
redtide
c0b43c6f37 Use correct path for LV2 on MINGW 2020-02-28 20:49:53 +01:00
redtide
f98c6beff8 Restore INSTALL_DIR variable for macOS build script 2020-02-28 20:24:15 +01:00
redtide
6e9558e750 Set InnoSetup output directory to current 2020-02-28 18:24:10 +01:00
redtide
0ba67948b0 Fix for previous commit 2020-02-28 18:08:53 +01:00
redtide
72ae779a1d Set version automatically in InnoSetup script 2020-02-28 17:51:38 +01:00
redtide
a9e32691ac Ignore Windows build directory [ci skip] 2020-02-28 16:52:12 +01:00
redtide
2fbf674720 Minimal release files rename [ci skip] 2020-02-28 16:46:21 +01:00
redtide
bf710f9f9c Fix InnoSetup x86 build 2020-02-28 15:29:31 +01:00
Jean Pierre Cimalando
6998f3ef8b Try setting the architecture when building setup 2020-02-28 11:22:47 +01:00
Paul Ferrand
3297d3a6f2 Put abseil back to 0f86336 2020-02-28 09:10:05 +01:00
Paul Ferrand
f6aebc5373 Disable install targets with msvc 2020-02-28 09:00:38 +01:00
Jean Pierre Cimalando
3ab6579443 Fix the oversampler's detection of SIMD features 2020-02-28 08:23:36 +01:00
Paul Ferrand
462cd95531
Merge pull request #88 from jpcima/install-on-mingw
Install rules fixed for MinGW
2020-02-28 01:39:42 +01:00
Paul Fd
a1c4dcb548 Add a script to parse the timing logs into performance reports 2020-02-28 01:24:52 +01:00
Paul Fd
270cfb55b1 Increase the default logger queue size 2020-02-28 01:17:41 +01:00
redtide
985753d9f2 Try to fix appveyor token again 2020-02-28 00:21:50 +01:00
redtide
6d8cc454b1 Try to fix appveyor token 2020-02-28 00:06:00 +01:00
redtide
367dab84e0 Try to fix appveyor token 2020-02-27 23:45:48 +01:00
redtide
df413a2f5a Indentation fix [skip ci] 2020-02-27 23:45:02 +01:00
Jean Pierre Cimalando
9f4d0b0a78 Fix a previous mistake of little impact 2020-02-27 23:04:23 +01:00
Jean Pierre Cimalando
f2ff236468 Install rules fixed for MinGW 2020-02-27 23:02:02 +01:00
Jean Pierre Cimalando
2a09dd36d1 Static linking for MinGW with properties 2020-02-27 21:28:22 +01:00
redtide
814020a244 Added CLang coding style 2020-02-27 21:22:43 +01:00
Paul Ferrand
689d6aeb88
Merge pull request #87 from jpcima/mingw-static
Static linking for MinGW
2020-02-27 21:10:30 +01:00
Jean Pierre Cimalando
4c41811bb4 Static linking for MinGW 2020-02-27 20:54:18 +01:00
redtide
b07c429d7b Fix prefix on pkgconfig releases (see #83) 2020-02-27 15:19:44 +01:00