Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ from_Track
Function
from_Track
mingus/extra/musicxml.py:307–310 ·
view source on GitHub ↗
(track)
Source
from the content-addressed store, hash-verified
305
306
307
def
from_Track(track):
308
c = Composition()
309
c.add_track(track)
310
return
_composition2musicxml(c).toprettyxml()
311
312
313
def
from_Composition(comp):
Callers
nothing calls this directly
Calls
3
add_track
Method · 0.95
Composition
Class · 0.90
_composition2musicxml
Function · 0.85
Tested by
no test coverage detected