thedpws / pitcher

A python library and framework for composing music.
GNU General Public License v3.0
1 stars 0 forks source link

Extract the pitch feature #61

Closed thedpws closed 4 years ago

thedpws commented 4 years ago

Given a note (belonging to the melody voice), calculate a variable describing its pitch.

Right now, the pitch is described by multiple variables: octave, key, accidentals, and step.

thedpws commented 4 years ago

Closed by #66