Commit graph

1213 commits

Author SHA1 Message Date
JP Cimalando
d442812604
Merge pull request #378 from paulfd/loop-start-0
Explicitely signify if a loop if present
2020-08-19 03:44:23 +02:00
Paul Ferrand
42da5ff810
Merge pull request #358 from paulfd/simd-clamp-and-within
Additional SIMD helpers
2020-08-19 01:02:04 +02:00
Paul Ferrand
da75095a9b Explicitely signify if a loop if present
Before we tried to "guess", which causes problems if a loop spans the entire file
2020-08-18 23:09:03 +02:00
Paul Ferrand
05de17e32e The sustain cc is still a CC and has to be registered in the regions 2020-08-18 22:36:00 +02:00
JP Cimalando
be7ff64a17
Merge pull request #376 from jpcima/adsr-rate
Adjust the ADSR exponential rate
2020-08-18 22:16:54 +02:00
Jean Pierre Cimalando
12e2c95f5c Set the threshold of ADSR release to -80 dB 2020-08-18 19:43:36 +02:00
Jean Pierre Cimalando
4c0a7f6dfd Adjust the ADSR exponential rate 2020-08-18 18:15:20 +02:00
JP Cimalando
02e4f0e468
Merge pull request #361 from jpcima/opcodes-light
Move template functions of Opcode.h to implementation side
2020-08-18 00:45:07 +02:00
Jean Pierre Cimalando
06d111cbd4 Do not require a curve for the concave case (test helper) 2020-08-17 16:01:58 +02:00
Jean Pierre Cimalando
f5d61fe183 Fix amp_veltrack 2020-08-17 15:31:58 +02:00
Jean Pierre Cimalando
aba8d966ab Include <cmath> in FileMetadata 2020-08-13 22:50:20 +02:00
Jean Pierre Cimalando
ad2dda3595 Round audio file detune to the exact cent 2020-08-13 22:48:05 +02:00
Jean Pierre Cimalando
0d6195a42e No lint for bugprone-macro-parentheses 2020-08-13 19:00:29 +02:00
Jean Pierre Cimalando
6cc160b9ff Move template functions of Opcode.h to implementation side 2020-08-13 18:38:13 +02:00
JP Cimalando
09341723c3
Merge pull request #338 from jpcima/mm+lfo
LFO
2020-08-13 13:40:07 +02:00
Paul Ferrand
b71a2fb94b Explicitely compute the step out of the loop 2020-08-13 02:48:31 +02:00
Jean Pierre Cimalando
3b1ce0e164 Implement the correct LFO fade in 2020-08-13 02:48:31 +02:00
Paul Ferrand
c034fd3e30 Add an allWithin SIMD helper 2020-08-12 17:05:08 +02:00
Paul Ferrand
ff8ac64d61 Add clamping SIMD helper 2020-08-12 17:05:08 +02:00
Jean Pierre Cimalando
f94e868155 Elimination of some warnings 2020-08-12 07:46:54 +02:00
JP Cimalando
b914e19491
Merge pull request #347 from jpcima/hq-wavetables
Higher quality wavetable mipmaps
2020-08-12 01:16:05 +02:00
Paul Ferrand
ab868df3c4 Const stuff 2020-08-11 22:52:17 +02:00
Paul Ferrand
e70cadc8cc Typo 2020-08-11 22:48:18 +02:00
Paul Ferrand
b1fef10d01 Const stuff 2020-08-11 22:30:33 +02:00
JP Cimalando
6076f17173
Merge pull request #354 from jpcima/host-time
Plugin-level support for host time
2020-08-11 20:52:51 +02:00
Jean Pierre Cimalando
bf8b3fd111 Support multi-level volumes 2020-08-11 17:16:57 +02:00
Jean Pierre Cimalando
36f5a62f04 Plugin-level support for host time 2020-08-11 16:04:20 +02:00
JP Cimalando
95bf4fc480
Merge pull request #333 from jpcima/file-metadata
File metadata
2020-08-10 19:02:10 +02:00
Jean Pierre Cimalando
23107ee17d Rewrite the access function riffChunk in one line 2020-08-10 19:01:30 +02:00
JP Cimalando
5bbc0cbeb8
Merge pull request #351 from jpcima/anonymous-ccs-mm
Anonymous CCs with modulation matrix
2020-08-10 18:53:59 +02:00
Jean Pierre Cimalando
c8c60be0dd Avoid shadowing an existing variable 2020-08-10 18:30:29 +02:00
Paul Ferrand
2e0278c7cf Passing off_time automatically sets the off_mode to time 2020-08-10 17:33:21 +02:00
Paul Ferrand
812a867194 Off voices rather than killing them 2020-08-10 17:22:05 +02:00
Paul Ferrand
3fdf0ef7cd Remove the age guard 2020-08-10 17:21:15 +02:00
Paul Ferrand
4529d371f0 Add a helper function to off all sister voices at once 2020-08-10 17:10:40 +02:00
Paul Ferrand
f318c528a2 Guard the voice stealing iif voices are empty 2020-08-10 17:10:19 +02:00
Paul Ferrand
2cdf4f165f Add helpers to count playing voices in polyphony groups 2020-08-10 17:09:58 +02:00
Paul Ferrand
5ef6141c4b Add a way to change the release rate after the envelope started and separate this from the release() method in the Voice 2020-08-10 16:14:55 +02:00
Paul Ferrand
d3cc4281d9 Parse off time 2020-08-10 16:14:03 +02:00
Paul Ferrand
7a1a2c9381 Finer tests and behavior for note_polyphony- note_polyphony is shared amoung polyphony groups- Lower velocity samples do not mute higher velocity samples, but they still play! 2020-08-10 15:23:02 +02:00
Paul Ferrand
e660b80042 Check all used CCs and output them in the MIDNAM file if they have no name 2020-08-10 02:13:59 +02:00
JP Cimalando
023b6cd0d1
Merge pull request #349 from paulfd/kinwie-polyphony-test
Kinwie polyphony tests
2020-08-10 00:41:38 +02:00
Jean Pierre Cimalando
6e392f9563 Fix a minor mistake about opcode scope 2020-08-10 00:25:04 +02:00
Paul Ferrand
a81149044a Honor the base gain and volume before modifiers 2020-08-10 00:14:32 +02:00
Jean Pierre Cimalando
71ae5943c9 Extract the table size off U-he metadata 2020-08-10 00:01:21 +02:00
Paul Ferrand
a8c524b7e8 Slightly looser masking condition 2020-08-09 23:29:28 +02:00
Paul Ferrand
9b11530331 Honor the base gain and volume before modifiers 2020-08-09 23:17:31 +02:00
Paul Ferrand
1b5a841d97 Handle default switch at all levels 2020-08-09 22:57:28 +02:00
Paul Ferrand
20bc1e93d0
Merge pull request #324 from paulfd/release-multiple-voices
Release logic (multiple notes for release=trigger + rt_dead handling)
2020-08-09 22:18:29 +02:00
Jean Pierre Cimalando
eab53ba05a Add SFZv2 LFO and a small set of modulation targets 2020-08-09 21:45:25 +02:00