MCPcopy 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
307def from_Track(track):
308 c = Composition()
309 c.add_track(track)
310 return _composition2musicxml(c).toprettyxml()
311
312
313def from_Composition(comp):

Callers

nothing calls this directly

Calls 3

add_trackMethod · 0.95
CompositionClass · 0.90
_composition2musicxmlFunction · 0.85

Tested by

no test coverage detected