.. _moduleComposition.phasing:

music21.composition.phasing
===========================

.. WARNING: DO NOT EDIT THIS FILE: AUTOMATICALLY GENERATED. Edit the .py file directly

.. module:: music21.composition.phasing



.. function:: pitchedPhase(cycles=None, show=False)


    Creates a phase composition in the style of
    1970s minimalism, but bitonally.

    The source code describes how this works.



    >>> from music21 import *
    >>> composition.phasing.pitchedPhase(cycles = 4, show = True)




    .. image:: images/phasingDemo.*
                :width: 576





.. function:: partPari(show=True)


    generate the score of Arvo Pärt's "Pari Intervallo" algorithmically
    using music21.scale.ConcreteScale() to simulate Tintinabulation.



.. function:: pendulumMusic(show=True, loopLength=160.0, totalLoops=1, maxNotesPerLoop=40, totalParts=16, scaleStepSize=3, scaleType=<class 'music21.scale.OctatonicScale'>, startingPitch='C1')


