.. _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


    

