pipelined / vst2

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

Introduce most of SDK types #33

Closed dudk closed 3 years ago

dudk commented 3 years ago

This PR includes most of VST2 SDK types except the following categories.

Offline processing:

Files handling:

codecov[bot] commented 3 years ago

Codecov Report

Merging #33 (bb9f065) into master (a484a34) will increase coverage by 1.02%. The diff coverage is 82.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   41.78%   42.80%   +1.02%     
==========================================
  Files           9        9              
  Lines         292      292              
==========================================
+ Hits          122      125       +3     
  Misses        156      156              
+ Partials       14       11       -3     
Impacted Files Coverage Δ
opcode.go 80.76% <ø> (ø)
opcode_string.go 36.36% <ø> (ø)
sdk.go 100.00% <ø> (ø)
vst.go 51.51% <0.00%> (-3.04%) :arrow_down:
events.go 90.32% <90.32%> (ø)
vst_darwin.go

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 a484a34...bb9f065. Read the comment docs.

dudk commented 3 years ago

Refers #11