]> git.cworth.org Git - scherzo/commit
Encode octave within pitch_t value
authorCarl Worth <cworth@cworth.org>
Sat, 28 Sep 2013 19:18:01 +0000 (12:18 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 28 Sep 2013 19:18:01 +0000 (12:18 -0700)
commite77d712bf9f99c3d95f909621ae177b9f8175163
tree28eb2dfc442f21436fdbf79931d137a46e5e3cb8
parent659845dcf5781c10a2b292f0b7f6fe372874ff8a
Encode octave within pitch_t value

This simplifies the code quite a bit. Instead of passing around pairs
of (pitch, octave) all over the place a simple pitch_t value suffices.
pitch.h
scherzo.c
score.c
score.h