summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/scoreedit.cpp
AgeCommit message (Expand)Author
2011-05-24more doubleclick-lineedits for the drum listFlorian Jung
2011-05-23Updated Changelog; prepared for mergeFlorian Jung
2011-05-23implemented legato functionFlorian Jung
2011-05-23the "remove" function now supports velo- and length-thresholdsFlorian Jung
2011-05-22the track's clef is now respected when opening a new score windowFlorian Jung
2011-05-22- speeded up pasting, shrinking parts, drawing controllers inFlorian Jung
2011-05-22functions.cpp has been massively speeded up by using operation groupsFlorian Jung
2011-05-20added "reorder list" function to drum rollFlorian Jung
2011-05-19added a modified MTScale to the score editorFlorian Jung
2011-05-19improved step-recording:Florian Jung
2011-05-18moved more files -- DOES NOT COMPILE!Florian Jung
2011-05-18arranger now displays some controllers, pitchbend and program changesFlorian Jung
2011-05-18implemented crescendo functionFlorian Jung
2011-05-17implemented change existing note's velocityFlorian Jung
2011-05-16the *.mf files aren't installed any moreFlorian Jung
2011-05-16set focus policy to strong in all editorsFlorian Jung
2011-05-16fixed saving window stateFlorian Jung
2011-05-15defaults for toolbars are now savedFlorian Jung
2011-05-15- changed lots of functions and moved them into functions.cppFlorian Jung
2011-05-11some housekeeping:Florian Jung
2011-05-11the distance between staves now gets automatically increased to avoid stave A...Florian Jung
2011-05-11fixed endless-loop-bug by limiting note.pitch to 0..127 (i.e., valid ranges)Florian Jung
2011-05-11not indicating undo any more when only clicking on a noteFlorian Jung
2011-05-11implemented erasing notes with [delete]Florian Jung
2011-05-10implemented lasso selectionFlorian Jung
2011-05-10the score editor can now select notes, however, not via lassoFlorian Jung
2011-05-10score editor now displays the currently selected notesFlorian Jung
2011-05-08the proper AL::raster quantisation functions are used in the scoreeditorFlorian Jung
2011-05-08made quantize, modify note len and modify velocity functions globalFlorian Jung
2011-05-04implemented rearranging staves (moving them up/down)Florian Jung
2011-05-03- too short notes are now displayed with the minimum possible lengthFlorian Jung
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-28Small scoreedit and dssi controls out fix. More separation of Alsa/Jack midi ...Tim E. Real
2011-04-2732-notes are now fully supported (also 32-rests are supported now)Florian Jung
2011-04-26added "new score window"-menu-entry for quickly opening a new scoreFlorian 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-25implemented event clippingFlorian 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-21merged in keymap-undo and -songChanged support from trunkFlorian Jung
2011-04-20added quant-len-toolbarFlorian Jung
2011-04-19fixed bug with inserting notes in a staff with a bass-clefFlorian Jung
2011-04-19added some menusFlorian Jung
2011-04-18added toolbarFlorian Jung