summaryrefslogtreecommitdiff
path: root/muse2
AgeCommit message (Collapse)Author
2011-04-15added menus for adding new staves to score windowsFlorian Jung
introduced Toplevel::SCORE cleaned up the code a bit still TODO: support and display score-names possible bugs: ScoreEdit::parts() isn't kept
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
additionally: lots of changes in the organisation of the code: - moved some functions (parse_note_len() etc) out of ScoreCanvas into global scope - created staff_t type - moved some functions (create_itemlist() etc) into staff_t
2011-04-13improved y-coord.-handling for stavesFlorian Jung
some changes in the y-handling, removed YDIST, changed y=0-line updated TODO, added roadmap this doesn't add any user-noticable functionality, but only made the code more future-proof
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
this revision is fully functional (or at least should be), but maybe new bugs were introduced. TODO: some things in the source are done pretty ugly, need to beautify that and some features (e.g. grand staves) still need to be done
2011-04-11cosmetic stuff: made many functions static, improved pixmap loadingFlorian Jung
synced with current trunk
2011-04-11fixed division bug by adding divide_floor() functionFlorian Jung
previously, integer divisions were used. however, i need rounding always down, but operator/ rounds towards zero. ( -2 / 7 = 0, but should be -1) plus some cosmetic stuff (ints->unsigneds, removed some warnings)
2011-04-11implemented highlighting currently played notesFlorian Jung
plus bugfix: manipulating non-zero-aligned parts works now correctly plus some cosmetic stuff in the source (ints -> unsigneds)
2011-04-11Fix gui column.Tim E. Real
2011-04-10Please see ChangeLogTim E. Real
2011-04-10implemented scrolling while dragging notesFlorian Jung
2011-04-10implemented automatic scrolling and did some cosmetic stuff:Florian Jung
corrected time-sig and key-change order, full-measure-rests are now drawn properly and distances have been set properly
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
plus bugfix: event times are now treated correctly
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-04-09minor fixesRobert Jonsson
2011-04-01Fixed custom LADSPA DSSI GUI support. Tested OK with FLAM.Tim E. Real
2011-04-01Initial support for custom LADSPA DSSI GUIs, such as those generated by FLAM.Tim E. Real
2011-03-28Oops, left a debug message in there.Tim E. Real
2011-03-28Fixed midi controller graphs' velocity items selections.Tim E. Real
2011-03-28Reclaim some screen real estate. Set zero margin and spacing in ScrollScale ↵Tim E. Real
constructor.
2011-03-27score edit placeholder addedRobert Jonsson
2011-03-27More controller graph, and midi track info fixes.Tim E. Real
2011-03-24Some fixes/steps towards better controller graph editing.Tim E. Real
2011-03-16write to the right track and stuffRobert Jonsson
2011-03-16draw midi part during recordingRobert Jonsson
2011-03-12cursor mode functionalRobert Jonsson
2011-03-10cursor bitmapRobert Jonsson
2011-03-10cursor modeRobert Jonsson
2011-03-09lighter graidentRobert Jonsson
2011-03-08removed some warningsRobert Jonsson
2011-03-07gradientsRobert Jonsson
2011-03-07clean3Robert Jonsson
2011-03-06draw parts while recordingRobert Jonsson
2011-03-05tweaks here and tweaks thereRobert Jonsson
2011-03-01restore geometry midi config dialogRobert Jonsson
2011-03-01allow to show/hide track-types from arrangerRobert Jonsson
2011-02-28progress dialogRobert Jonsson
2011-02-28Added some missing Qt headers.Tim E. Real
2011-02-27D&D fixes ...dungeons and dragons?! better check the changelogRobert Jonsson
2011-02-27Fixed piano roll controller graph text drawing (finally!)Tim E. Real
2011-02-26Fixed some controller graph drawing issues.Tim E. Real
2011-02-24Improved midi auto-connections. Fixed Organ synth crashing.Tim E. Real