Commit graph

3054 commits

Author SHA1 Message Date
Jean Pierre Cimalando
bf9ec425bb Send key ranges to editor 2021-02-22 19:57:50 +01:00
JP Cimalando
f732163d1f
Merge pull request #645 from jpcima/misc
Rename Opcode member "opcode" to "name"
2021-02-22 19:31:10 +01:00
Jean Pierre Cimalando
10ffad5d4b Rename Opcode member "opcode" to "name" 2021-02-22 19:16:27 +01:00
Jean Pierre Cimalando
1fdf900725 Fix release asserts never enabled in parser/messaging 2021-02-22 19:15:49 +01:00
JP Cimalando
8e84da84ad
Merge pull request #644 from jpcima/sfz-directory
File manipulation features in editor
2021-02-22 10:53:30 +01:00
Jean Pierre Cimalando
36279561a4 Add action for creating new SFZ 2021-02-22 10:35:06 +01:00
Jean Pierre Cimalando
8de978df91 Add native helper for the question dialog 2021-02-22 09:11:16 +01:00
Jean Pierre Cimalando
2dbfbf3148 Add editor action to open SFZ dir 2021-02-22 08:11:47 +01:00
Jean Pierre Cimalando
bd13260046 Add native helper to open a directory 2021-02-22 08:06:06 +01:00
Jean Pierre Cimalando
7627f7c074 Have the file chooser automatically open SFZ dir 2021-02-22 07:40:30 +01:00
JP Cimalando
7487209547
Merge pull request #643 from jpcima/hermite-oscillator
Hermite interpolator for oscillators
2021-02-22 03:54:00 +01:00
Jean Pierre Cimalando
d0b20459c9 Hermite interpolator for oscillators 2021-02-22 03:42:58 +01:00
JP Cimalando
21294e7d4a
Merge pull request #640 from jpcima/oversample
Oversampler update
2021-02-22 03:12:09 +01:00
Jean Pierre Cimalando
5f93729b53 Restore the license header 2021-02-22 02:43:43 +01:00
Jean Pierre Cimalando
25dd348191 Deduplication of hiir coefs in effects 2021-02-22 02:43:33 +01:00
Jean Pierre Cimalando
ff359df5cd Oversampler special cases 2x 4x 2021-02-22 02:03:21 +01:00
Jean Pierre Cimalando
781f2167ad Update disto fx with new oversampler 2021-02-22 01:20:57 +01:00
Jean Pierre Cimalando
69729b386b Comment emphasis about the generated file 2021-02-22 00:55:33 +01:00
Jean Pierre Cimalando
4b6497272d Implement sfizz oversampler using new code 2021-02-22 00:31:49 +01:00
Jean Pierre Cimalando
090619cfa4 Add the generated oversampling code 2021-02-22 00:31:49 +01:00
Jean Pierre Cimalando
0034fe5903 Add tool to generate oversampler coeffs and code 2021-02-22 00:31:49 +01:00
Jean Pierre Cimalando
e154c135fc Add the filter designer from hiir 2021-02-22 00:31:49 +01:00
JP Cimalando
5bbbe3d491
Merge pull request #561 from jpcima/simde
Interpolation using simde
2021-02-22 00:08:50 +01:00
Jean Pierre Cimalando
2473c57cc6 Enable use of OpenMP simd pragmas 2021-02-21 23:29:54 +01:00
Jean Pierre Cimalando
b682fa28e4 Use simde_x_mm_abs_ps 2021-02-21 23:29:54 +01:00
Jean Pierre Cimalando
16a074bc50 Use simde custom fork
Until simd-everywhere/simde#704 gets fixed
2021-02-21 23:29:54 +01:00
Jean Pierre Cimalando
36d99ec1f3 Convert the math helpers to simde 2021-02-21 23:29:54 +01:00
Jean Pierre Cimalando
cb9cc622d0 Rewrite SIMD sum 4-to-1 2021-02-21 23:29:54 +01:00
Jean Pierre Cimalando
cfb2b94532 Let clang-tidy find simde 2021-02-21 23:29:54 +01:00
Jean Pierre Cimalando
d7b9dc2285 Interpolators with simde 2021-02-21 23:29:54 +01:00
Jean Pierre Cimalando
a338ec7368 Add simde as project library 2021-02-21 23:29:54 +01:00
Jean Pierre Cimalando
a9cf45b0c9 Add simde 0.7.2 2021-02-21 23:29:54 +01:00
Jean Pierre Cimalando
e2a5c07edb Remove BM_opcodeSpec 2021-02-21 23:29:41 +01:00
JP Cimalando
08558ceae2
Merge pull request #641 from jpcima/try-new-container
Try new container
2021-02-17 08:19:08 +01:00
Jean Pierre Cimalando
02bc67d84c Update paths of mingw build 2021-02-17 08:11:50 +01:00
Jean Pierre Cimalando
dde3547d4e Try custom mingw container 2021-02-17 07:14:37 +01:00
Paul Ferrand
b5cb624697 Merge booboo between the PRs 2021-02-12 10:16:39 +01:00
Paul Ferrand
ce1dda54e6
Merge pull request #630 from paulfd/aftertouch
Preliminary work for aftertouch handling
2021-02-12 10:04:07 +01:00
Paul Ferrand
b782b3bc16
Merge pull request #634 from paulfd/note-polyphony-1
Note polyphony tweaks
2021-02-12 10:03:51 +01:00
Paul Ferrand
da41ed5076
Merge pull request #632 from paulfd/noexcept-compile-error
Corrected a compile error on gcc 9.3
2021-02-12 10:03:37 +01:00
Paul Ferrand
f9eb818895
Merge pull request #559 from paulfd/region-parsing
Opcode parsing and defaults
2021-02-12 10:02:46 +01:00
Paul Ferrand
acb860e984 Cleanups 2021-02-11 06:10:10 +01:00
Paul Ferrand
dc68054981 Cleanups 2021-02-11 06:10:10 +01:00
Paul Ferrand
2fd8c892cf Last test errors 2021-02-11 06:10:10 +01:00
Paul Fd
16e32f0bd1 Release test errors 2021-02-11 06:10:10 +01:00
Paul Fd
f62b1ba834 C++11 error 2021-02-11 06:10:10 +01:00
Paul Fd
cb2caf4b15 Working tests 2021-02-11 06:10:10 +01:00
Paul Ferrand
49d749e354 WIP 2021-02-11 06:10:10 +01:00
Paul Fd
9a1e3971a9 WIP 2021-02-11 06:10:10 +01:00
Paul Fd
293e7a935f WIP 2021-02-11 06:10:10 +01:00