Tutorial 8 - Working the Core

modules.core allows you to build all kinds of applications. The last tutorial in this section presents you with some information that might help you build software with this subpackage.

>>> from mingus.core import *

This will import the modules discussed in the previous tutorials in the current namespace. So notes, diatonic, intervals, chords, scales, value, meter and progressions are all directly accessible.


Module Dependencies

../../_images/core.1.png

You can learn everything about mingus.core in the reference section.