summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/scoreedit.h
AgeCommit message (Expand)Author
2011-05-02score windows now have proper window titlesFlorian Jung
2011-05-01 -removed split_note property from staff_t (replaced by SPLIT_NOTE macro) Florian Jung
2011-04-2732-notes are now fully supported (also 32-rests are supported now)Florian Jung
2011-04-26debugging output is only displayed with the -D optionFlorian Jung
2011-04-25implemented color=velocityFlorian Jung
2011-04-25inserting notes with a length which is too small for the currentFlorian Jung
2011-04-24ScoreEdit doesn't inherit from MidiEditor any more, which solvesFlorian Jung
2011-04-22notes are added to the correct part now:Florian Jung
2011-04-22corrected some coloring stuffFlorian Jung
2011-04-22the user can now set pixels_per_wholeFlorian Jung
2011-04-21removing a currently shown part is now handled gracefullyFlorian Jung
2011-04-20added quant-len-toolbarFlorian Jung
2011-04-19added some menusFlorian Jung
2011-04-18added toolbarFlorian Jung
2011-04-18score editor now listens to most (if not all) interesting signals and redrawsFlorian Jung
2011-04-17implemented y-scrollingFlorian Jung
2011-04-17a mastertrack keymap editor has been inserted and usedFlorian Jung
2011-04-15scores now have names; the user can't change them yet,Florian Jung
2011-04-15added menus for adding new staves to score windowsFlorian Jung
2011-04-14staves can now be removed and merged (by drag-and-drop)Florian Jung
2011-04-14added support for user-selectable clefs (also treble+bass)Florian Jung
2011-04-13improved y-coord.-handling for stavesFlorian Jung
2011-04-12introduced keymap, fixed all the ugly stuff from the last commitFlorian Jung
2011-04-12first approach of displaying multiple staves in one score windowFlorian Jung
2011-04-11cosmetic stuff: made many functions static, improved pixmap loadingFlorian Jung
2011-04-11fixed division bug by adding divide_floor() functionFlorian Jung
2011-04-11implemented highlighting currently played notesFlorian Jung
2011-04-10implemented scrolling while dragging notesFlorian Jung
2011-04-10implemented automatic scrolling and did some cosmetic stuff:Florian Jung
2011-04-10added some scrolling stuff and fixed segfault when closingFlorian Jung
2011-04-10implemented drawing a preamble containing clef, timesig and keyFlorian Jung
2011-04-10colored notes and multiple tracks for the scoreeditor are now supportedFlorian Jung
2011-04-10fixed bugs with overlapping notes and hardcoded song lengthFlorian Jung
2011-04-10clefs and time signatures with more than one digit were done correctlyFlorian Jung
2011-04-10inserting notes and undo handling now worksFlorian Jung
2011-04-10implemented removing notesFlorian Jung
2011-04-10fixed bug with parse_note_len()Florian Jung
2011-04-10initial commit on branch scoreeditFlorian Jung
2011-03-27score edit placeholder addedRobert Jonsson