Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce most of SDK types #33

Merged
merged 28 commits into from
Nov 20, 2020
Merged

Introduce most of SDK types #33

merged 28 commits into from
Nov 20, 2020

Conversation

dudk
Copy link
Member

@dudk dudk commented Nov 19, 2020

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

Offline processing:

  • VstOfflineTask
  • VstOfflineTaskFlags
  • VstOfflineOption
  • VstVariableIo

Files handling:

  • VstAudioFile
  • VstAudioFileFlags
  • VstAudioFileMarker
  • VstFileType
  • VstFileSelectCommand
  • VstFileSelectType
  • VstFileSelect

@codecov
Copy link

codecov bot commented Nov 19, 2020

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%) ⬇️
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 dudk merged commit d1ee545 into master Nov 20, 2020
@dudk dudk deleted the sdk-types branch November 20, 2020 17:20
@dudk
Copy link
Member Author

dudk commented Nov 20, 2020

Refers #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant