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

[WIP] Ableton source file parsing #78

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

louptheron
Copy link
Collaborator

First attempt to parse a track source file.
I started with an Ableton file (which is a gziped XML) to extract:

  • plugins
  • Ableton version,
  • number of tracks

TODO:

  • Move this to an async worker ? (it takes some time to parse the file)
  • The IPFS CID seems to be the same for all .als files, dunno why...

@louptheron louptheron requested a review from moul November 19, 2020 16:15
@codecov-io
Copy link

Codecov Report

Merging #78 (4248b02) into master (5a125c1) will increase coverage by 1.74%.
The diff coverage is 51.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #78      +/-   ##
=========================================
+ Coverage    2.55%   4.29%   +1.74%     
=========================================
  Files          22      22              
  Lines        1646    1698      +52     
=========================================
+ Hits           42      73      +31     
- Misses       1592    1609      +17     
- Partials       12      16       +4     
Flag Coverage Δ
unittests 4.29% <51.66%> (+1.74%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/sgtm/page_new.go 0.00% <0.00%> (ø)
pkg/sgtm/processing.go 26.04% <75.75%> (+26.04%) ⬆️
pkg/sgtm/util.go 54.54% <100.00%> (+54.54%) ⬆️

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 5a125c1...4248b02. Read the comment docs.

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.

None yet

2 participants