]> git.cworth.org Git - scherzo/history - score.c
Fix high octave numbers (8+) to not be interpreted as 0.
[scherzo] / score.c
2013-10-03 Carl WorthAdd a little space between key signature and notes.
2013-10-03 Carl WorthMove key-signature code to new scherzo-key.c and scherz...
2013-10-01 Carl WorthRespect the key when drawing notes.
2013-10-01 Carl WorthAdd support for drawing a key signature
2013-09-30 Carl WorthFix bugs in mismatched spelling of chord name and notes
2013-09-30 Carl WorthFix to resize staff when ledger lines are no longer...
2013-09-30 Carl WorthMake score_note_t entirely private to score.c
2013-09-30 Carl WorthChange the various score add_note functions to not...
2013-09-29 Carl WorthFix scherzo to use pitch_t rather than score_note_t...
2013-09-28 Carl WorthEncode octave within pitch_t value
2013-09-27 Carl WorthPort all code from score_pitch* to pitch*
2013-09-27 Carl WorthUse matched chord signature to guide spelling of note...
2013-09-25 Carl WorthSwitch to using pango, not cairo_show_text for chord...
2013-09-23 Carl WorthAdd a few initializations to quiet compiler warnings.
2013-09-23 Carl WorthAdd support for recognizing inverted chords.
2013-09-22 Carl WorthAllow computer-keyboard input of accidentals, and draw...
2013-09-18 Carl WorthAvoid duplicating notes within note_group_t and score_s...
2013-09-17 Carl WorthAdd preliminary chord analysis
2011-09-28 Carl WorthAdd some color coding of input notes.
2011-09-27 Carl WorthShrink staves once ledger lines are no longer needed.
2011-09-27 Carl WorthAdd correct sizing/spacing of staves and braces for...
2011-09-27 Carl WorthDraw ledger lines.
2011-09-26 Carl WorthFix bug with stuck notes when challenge would switch...
2011-09-26 Carl WorthIntegrate some simple mnemon quizzing into scherzo.
2011-09-24 Carl WorthOpen MIDI device and display notes being played in...
2011-09-23 Carl WorthStart drawing some very rudimentary notes.
2011-09-23 Carl WorthRestructure code to manually add staves, braces, and...
2011-09-17 Carl WorthMake the brace and clef symbols scale with the staff.
2011-09-17 Carl WorthAdd some scaling controls with plus/minus keybindings.
2011-09-17 Carl WorthAdd some (particularly cheesy) drawing of a brace and...
2011-09-17 Carl WorthDraw a second staff (and vertical lines at the beginnin...
2011-09-17 Carl WorthStart drawing something