Commit graph

1065 commits

Author SHA1 Message Date
Jean Pierre Cimalando
c8c60be0dd Avoid shadowing an existing variable 2020-08-10 18:30:29 +02:00
Jean Pierre Cimalando
71ae5943c9 Extract the table size off U-he metadata 2020-08-10 00:01:21 +02:00
Jean Pierre Cimalando
d6b98d531d Add extraction of wavetable info 2020-08-05 01:14:59 +02:00
Jean Pierre Cimalando
4bf2a16f05 More generic utility to extract audio file metadata 2020-08-05 01:14:55 +02:00
Jean Pierre Cimalando
220f9acc1c Add a header missing from the file list 2020-08-05 01:11:45 +02:00
JP Cimalando
73dd5da21f
Merge pull request #294 from jpcima/incremental-file-load
Audio file incremental reading
2020-08-04 18:14:30 +02:00
Jean Pierre Cimalando
93bca10a45 Voice accessor without const qualifier 2020-07-28 14:55:15 +02:00
Jean Pierre Cimalando
e574aeb592 Filter shortcut by relative formula 2020-07-27 21:01:07 +02:00
Jean Pierre Cimalando
45fe825bc0 Fix a problem of unwanted copy 2020-07-26 23:30:46 +02:00
Jean Pierre Cimalando
ce43bb39ff Allow NumericId to be copyable 2020-07-26 21:23:10 +02:00
Paul Ferrand
c2716c3bea getNumActiveVoices takes a boolean flag to recompute the number of active voices
All tests updated as this was the previous default behavior.
2020-07-26 14:04:30 +02:00
Paul Ferrand
4fadda23de Store the last number of active voices instead of computing it on each call to the getter 2020-07-26 14:04:30 +02:00
Jean Pierre Cimalando
320fc2cdaa Add a benchmark 2020-07-26 01:14:24 +02:00
JP Cimalando
2d7fbe365a
Merge pull request #327 from paulfd/sustain_lo
Support for `sustain_lo`
2020-07-25 23:09:28 +02:00
Jean Pierre Cimalando
f6b549d0db Allow opcodes to print in test outputs 2020-07-24 23:22:56 +02:00
Jean Pierre Cimalando
eac81e6733 Also check for opcode containing $ in value extraction 2020-07-23 22:32:07 +02:00
Paul Ferrand
2d7e81edef Support for sustain_lo 2020-07-19 23:09:36 +02:00
Paul Ferrand
92d061897f
Merge pull request #317 from paulfd/quick-changes-release
Prepping small things for the release
2020-07-08 14:24:05 +02:00
Paul Ferrand
bcff0aa3b6
Merge pull request #298 from paulfd/release-key
Add support for "sustain_cc=" and "trigger=release_key"
2020-07-08 14:23:41 +02:00
Paul Ferrand
f2ffad44bf
Merge pull request #313 from paulfd/xfade-smoothers
Crossfade smoothers
2020-07-07 14:49:28 +02:00
Paul Ferrand
dda4a94a1b The process call in the smoother now takes an external canShortcut parameter
If the filter can shortcut, it will check that the first input of the span is within a reasonable range of the current value of the filter, and if so it resets it to this value and proceeds as if it were not smoothing
2020-07-07 11:17:53 +02:00
Paul Ferrand
9bb4643e0c Added since messages 2020-07-06 16:29:33 +02:00
Paul Ferrand
9dc12187bc
Merge branch 'develop' into release-key 2020-07-06 10:08:40 +02:00
Paul Ferrand
18d4240e58 Further separate the crossfades and initialize them properly 2020-07-06 09:06:23 +02:00
Paul Ferrand
4ee4bbe9c1 Smooth the crossfades 2020-07-06 09:06:23 +02:00
Paul Ferrand
f874ad3db5 Add short paths for the smoothers
When the input is basically constant in particular
2020-07-06 09:06:23 +02:00
Paul Ferrand
cda4ae2db3 Triggering on note or CC is not exclusive 2020-07-06 09:03:06 +02:00
Paul Ferrand
b46b30f35d Use the pitch keycenter for cc triggers 2020-07-06 08:56:55 +02:00
Paul Ferrand
0a328068b2 Don't require an explicit hikey/key=-1 to trigger on CC 2020-07-06 08:56:55 +02:00
redtide
962176e1eb Added Faust and hpp impl files to src/CMakeLists.txt 2020-07-05 22:58:34 +02:00
redtide
d363627f21 Added include files in CMakeLists as support for QtCreator IDE 2020-07-05 22:19:52 +02:00
Paul Ferrand
c810e81ade
Merge branch 'develop' into release-key 2020-07-05 14:21:53 +02:00
Paul Ferrand
6e25337560
Merge pull request #309 from paulfd/windows-tests
Windows tests
2020-07-05 14:20:55 +02:00
Paul Ferrand
007fcbb3a3 Deactivate the gain smoothing 2020-07-04 18:55:39 +02:00
Paul Ferrand
c0c76e7c44
Merge pull request #306 from paulfd/noise-generators-2
Differentiate between gnoise and noise in generators
2020-07-04 18:13:34 +02:00
Paul Ferrand
a4e5518542 Correct MSVC errors and warnings 2020-07-04 14:44:10 +02:00
Paul Ferrand
c2dbd8929a Differentiate between gnoise and noise in generators 2020-07-04 14:02:07 +02:00
JP Cimalando
2f173f7209
Merge pull request #293 from jpcima/scheduling
Scheduling
2020-07-04 11:01:21 +02:00
JP Cimalando
b32eb0caf8
Merge pull request #303 from jpcima/map-path
lv2: add state path mapping
2020-07-04 11:00:43 +02:00
Jean Pierre Cimalando
d019bb1a93 lv2: add state path mapping 2020-07-04 10:10:49 +02:00
Paul Ferrand
b8a23ee205 Add comments and a helper function to test ring validity 2020-07-02 10:15:24 +02:00
Paul Ferrand
498e1b95bb Correct the self-masking behavior 2020-07-02 08:54:31 +02:00
Paul Ferrand
8251160633 Put stuff into cpp files and add docs 2020-07-02 08:54:31 +02:00
Paul Ferrand
32fe0cacf1 Use the voice stealer for all polyphony limits 2020-07-02 08:54:31 +02:00
Paul Ferrand
50ab6910e1 Find a free voice on the fly 2020-07-02 08:54:31 +02:00
Paul Ferrand
396fb2199a Add the voice stealing helper 2020-07-02 08:54:31 +02:00
Paul Ferrand
7559dfdd7b Use the existing OpcodeScope and ass the "<master>" level 2020-07-02 08:54:31 +02:00
Paul Ferrand
89093b1826 Use explicit pointers 2020-07-02 08:54:31 +02:00
Paul Ferrand
2195466055 Rebase and use the swap and pop helper 2020-07-02 08:54:31 +02:00
Paul Ferrand
5ef921485b Add the region sets (hierarchy)
Link the voice lifecycle into region sets and polyphony groups
Respect crudely the polyphony limits without stealing for now
2020-07-02 08:54:31 +02:00