Commit graph

2946 commits

Author SHA1 Message Date
Jean Pierre Cimalando
a69497e7bf Add @dwuertz to contributors 2021-02-02 19:51:54 +01:00
JP Cimalando
fec97ffc16
Merge pull request #618 from dwuertz/fix-region-end
Respect region end opcode
2021-02-02 18:18:09 +01:00
Dominique Würtz
c793af2e01 Respect region end opcode 2021-02-02 18:08:38 +01:00
Jean Pierre Cimalando
82899edc45 Update clang-tidy 2021-02-02 17:25:39 +01:00
JP Cimalando
958a7afc48
Merge pull request #623 from jpcima/active-voice-count
Do not count overflow voices which are over limit
2021-02-02 17:24:11 +01:00
JP Cimalando
641a78805a
Merge pull request #622 from jpcima/notes-names-unicode
Handle unicode note names
2021-02-02 17:19:56 +01:00
Jean Pierre Cimalando
f5aa3c7b9c Do not count overflow voices which are over limit 2021-02-02 17:18:17 +01:00
JP Cimalando
a1f6ec10ad
Merge pull request #617 from jpcima/thread-safety
Thread safety
2021-02-02 17:08:45 +01:00
Jean Pierre Cimalando
bc466866c3 Handle unicode note names 2021-02-02 17:03:24 +01:00
Jean Pierre Cimalando
cb91698144 Update doc with thread-safety constraints 2021-02-02 15:46:11 +01:00
Jean Pierre Cimalando
3fea4ba0e5 Fix AudioUnit with spin mutex 2021-02-02 14:19:12 +01:00
Jean Pierre Cimalando
62ec01a362 Thread-safety for the JACK client 2021-02-02 14:19:12 +01:00
Jean Pierre Cimalando
e0a7fb1dbc Thread-safety at VST level 2021-02-02 14:19:12 +01:00
Jean Pierre Cimalando
1d6b06aa2e Thread-safety at LV2 level 2021-02-02 14:19:12 +01:00
Jean Pierre Cimalando
c110acc966 Provide the spin mutex as internal library 2021-02-02 14:19:12 +01:00
Jean Pierre Cimalando
e178ae25e6 Remove all callback guards 2021-02-02 14:19:12 +01:00
Jean Pierre Cimalando
8b8caf4937 Remove callback guard where useless 2021-02-02 14:19:12 +01:00
JP Cimalando
86e7e6fbcc
Merge pull request #621 from jpcima/xruns
Fix a variety of xrun situations
2021-02-02 14:18:22 +01:00
Jean Pierre Cimalando
7d0347263d Fix a variety of xrun situations 2021-02-02 14:09:35 +01:00
JP Cimalando
0a6382777e
Merge pull request #619 from jpcima/voice-manager-fix
Fix voice groups destroyed after polyphony changed
2021-02-02 12:56:26 +01:00
Jean Pierre Cimalando
53fc2a03fa Fix voice groups destroyed after polyphony changed 2021-02-02 12:28:32 +01:00
Jean Pierre Cimalando
00f2e7e261 Remove unneeded includes 2021-02-01 18:22:10 +01:00
Jean Pierre Cimalando
56dcb6de4b Ignore the alignment check for sfizz_arg_t, fails on old gcc 32bit 2021-02-01 17:56:48 +01:00
JP Cimalando
c03f39d526
Merge pull request #615 from jpcima/fix
Allow the build to pass in some Linux x86
2021-02-01 17:12:44 +01:00
Jean Pierre Cimalando
49721cbf17 Allow the build to pass in some Linux x86 2021-02-01 17:04:50 +01:00
JP Cimalando
872bc69b1c
Merge pull request #614 from jpcima/reloading
Avoid reloading invalid files in a loop
2021-02-01 16:40:05 +01:00
Jean Pierre Cimalando
519bcb2f7f Avoid reloading invalid files in a loop 2021-02-01 16:25:13 +01:00
Jean Pierre Cimalando
4ec9fd1f3d Update README.md [ci skip] 2021-02-01 14:12:56 +01:00
JP Cimalando
fc3bb7a62c
Merge pull request #613 from jpcima/aria-lfo
Match the LFO against ARIA
2021-02-01 13:46:14 +01:00
Jean Pierre Cimalando
bdc388bd69 Update tests 2021-02-01 13:35:08 +01:00
Jean Pierre Cimalando
42271fd682 Match LFO behavior to ARIA: pulse and sine 2021-02-01 12:56:22 +01:00
JP Cimalando
d40a3ce162
Merge pull request #612 from jpcima/adsr-cleanup
Make ADSREnvelope not a template
2021-02-01 10:59:29 +01:00
Jean Pierre Cimalando
9cb0a457a5 Make ADSREnvelope not a template 2021-02-01 10:30:17 +01:00
JP Cimalando
9629fcad63
Merge pull request #609 from jpcima/sinc
Windowed sinc interpolation
2021-02-01 09:53:10 +01:00
JP Cimalando
b0b0806d9e
Merge pull request #611 from jpcima/cmake-option-ex
System-dependent options
2021-02-01 03:16:38 +01:00
Jean Pierre Cimalando
c27e8f409f System-dependent options 2021-02-01 03:00:43 +01:00
Jean Pierre Cimalando
c7a75ee2fc Accelerate windowed sinc SSE2 2021-02-01 00:53:21 +01:00
Jean Pierre Cimalando
0629a6b30d Add the windowed-sinc benchmark 2021-01-31 23:52:39 +01:00
Jean Pierre Cimalando
d5bb51488d Improve the x64 code output slightly 2021-01-31 23:32:10 +01:00
Jean Pierre Cimalando
4dbe8bd602 Add windowed sinc interpolation 2021-01-31 23:32:10 +01:00
Jean Pierre Cimalando
bf3f41482f Increase file padding, for longer windowed sinc kernels 2021-01-31 23:32:10 +01:00
Jean Pierre Cimalando
75c169217d Add the kaiser window helper 2021-01-31 23:32:10 +01:00
JP Cimalando
ea0c122e0f
Merge pull request #610 from jpcima/benchmarks-cmake
cmake improvement for benchmarks
2021-01-31 23:31:00 +01:00
Jean Pierre Cimalando
3a59fc77e9 cmake improvement for benchmarks 2021-01-31 23:23:23 +01:00
JP Cimalando
01daa94227
Merge pull request #600 from jpcima/compat
Permit loading SFZ which contain errors (Hindu Flute)
2021-01-30 12:28:37 +01:00
Jean Pierre Cimalando
10935e7be8 Permit loading SFZ which contain errors (Hindu Flute) 2021-01-30 12:17:49 +01:00
Jean Pierre Cimalando
2a82e5000b Update SValueMenu display after value change 2021-01-22 03:51:00 +01:00
JP Cimalando
ea3c43ca39
Merge pull request #599 from jpcima/adjustable-tuning-frequency
Make tuning frequency editable by wheel
2021-01-21 22:09:52 +01:00
Jean Pierre Cimalando
7b81a5f86d Make tuning frequency editable by wheel 2021-01-21 22:01:02 +01:00
JP Cimalando
b4d6dbaef8
Merge pull request #597 from jpcima/hermite
Hermite interpolator as default; has less HF attenuation
2021-01-21 10:10:59 +01:00