klknn / synth2

virtual analog synth plugin for Linux/Windows/Mac (VST, AU, LV2)
Boost Software License 1.0
41 stars 2 forks source link

Implement a chorus/flanger module. #5

Closed klknn closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #5 (756e5a0) into master (ded4772) will decrease coverage by 0.62%. The diff coverage is 89.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   99.15%   98.53%   -0.63%     
==========================================
  Files          14       15       +1     
  Lines         951     1024      +73     
==========================================
+ Hits          943     1009      +66     
- Misses          8       15       +7     
Impacted Files Coverage Δ
source/synth2/gui.d 100.00% <ø> (ø)
source/synth2/lfo.d 100.00% <ø> (ø)
source/synth2/chorus.d 80.48% <80.48%> (ø)
source/synth2/client.d 98.82% <100.00%> (+0.07%) :arrow_up:
source/synth2/params.d 100.00% <100.00%> (ø)
source/synth2/ringbuffer.d 94.59% <0.00%> (+2.70%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ded4772...756e5a0. Read the comment docs.