accraze / python-twelve-tone

:notes: 12-tone matrix to generate dodecaphonic melodies :notes:
https://pypi.python.org/pypi/twelve-tone
BSD 2-Clause "Simplified" License
71 stars 5 forks source link

Column Tonerow support #7

Closed accraze closed 6 years ago

accraze commented 6 years ago

This allows you to specify a column number and then use that column for the tone row instead of the horizontal row in Composer.get_melody.

resolves #3

codecov-io commented 6 years ago

Codecov Report

Merging #7 into master will increase coverage by 0.52%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #7      +/-   ##
=========================================
+ Coverage   93.18%   93.7%   +0.52%     
=========================================
  Files           8       8              
  Lines         132     143      +11     
  Branches       14      15       +1     
=========================================
+ Hits          123     134      +11     
  Misses          8       8              
  Partials        1       1
Impacted Files Coverage Δ
tests/test_composer.py 94.11% <100%> (+1.52%) :arrow_up:
src/twelve_tone/composer.py 92.72% <100%> (+0.57%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f5f91eb...2b6007a. Read the comment docs.