pitchtools.registrate

abjad.tools.pitchtools.registrate(pcs, pitches)

Turn pitch-classes into pitches.

Example:

abjad> pitchtools.registrate(
      [10, 0, 2, 6, 8, 7, 5, 3, 1, 9, 4, 11],
      [10, 19, 20, 23, 24, 26, 27, 29, 30, 33, 37, 40]) 

[10, 24, 26, 30, 20, 19, 29, 27, 37, 33, 40, 23]

Previous topic

pitchtools.pitch_number_to_octave

Next topic

pitchtools.send_pitch_number_to_octave

This Page