pipelined / vst2

Build vst2 plugins and hosts with Go
MIT License
135 stars 17 forks source link

Plugin building toolkit #36

Closed dudk closed 3 years ago

dudk commented 3 years ago

Implementation of #35

codecov[bot] commented 3 years ago

Codecov Report

Merging #36 (d714b38) into master (a9d1cff) will decrease coverage by 0.05%. The diff coverage is 52.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
- Coverage   45.59%   45.53%   -0.06%     
==========================================
  Files          10       10              
  Lines         329      336       +7     
==========================================
+ Hits          150      153       +3     
- Misses        165      169       +4     
  Partials       14       14              
Impacted Files Coverage Δ
events.go 90.00% <ø> (-0.33%) :arrow_down:
opcode.go 57.14% <ø> (-23.63%) :arrow_down:
processor.go 0.00% <0.00%> (ø)
vst_darwin.go 77.41% <ø> (ø)
vst_windows.go 47.82% <ø> (ø)
buffer.go 46.66% <50.00%> (+0.95%) :arrow_up:
host.go 58.51% <58.51%> (ø)
host_export.go 60.00% <60.00%> (ø)
vst.go 100.00% <100.00%> (+45.45%) :arrow_up:
... and 1 more

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 a9d1cff...d714b38. Read the comment docs.