summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
AgeCommit message (Collapse)Author
2011-09-05- Remodel EffectRackOrcan Ogetbil
- Fix a corruption in Meter when the mono/stereo switch is toggled in astrip.
2011-09-05Remodel the SliderOrcan Ogetbil
2011-09-01Fixed tough old skeleton: Selecting 'previous/next event' in ↵Tim E. Real
Song::execAutomationCtlPopup now moves cursor with exact frame resolution. Reverted controls to full speed (again): Removed too-cautious msgSetVolume, msgSetPan, msgSetPluginCtrlVal. Reviewing some other possibly unneeded too-cautious msgXXX audio messages :) TODO: Fix current automation values (the 'off' value). Removed unused PanKnob from mixer CMakeLists.
2011-08-29Fixed audio automation graph editing. And now 'snaps' to discrete integer or ↵Tim E. Real
bool types. All control movements should update display now. Also slightly changed behaviour of Ctrl class. TODO: Fix some painting corruption, improve discrete display, add transparency etc. etc. Applied compilation patch to rhythmbase.ui by Jean-Damien Durand.
2011-08-28fixed REC column too largeRobert Jonsson
2011-08-27mouse wheel behaviour changedRobert Jonsson
2011-08-17Finished some remaining work on the port of ComboBoxOrcan Ogetbil
2011-08-17Fixed unreadable Master Edit tempo scale (on left side), and added toolbar ↵Tim E. Real
saving and restoring.
2011-08-16More drawing fixes, improved accuracy (grids, timescales, edges, markers ↵Tim E. Real
guaranteed to align now). Much drawing changed to device (pixel) space instead of virtual space, for accuracy. Fixed display of audio automation graphs. (But not editing).
2011-08-16Remodel the Meter and the VerticalMeterOrcan Ogetbil
2011-08-13Make the shininess of the Knob ring a little smarterOrcan Ogetbil
2011-08-05Parts having hidden events now drawn using 'jagged' ends and special white ↵Tim E. Real
edges. Improved border drawing guaranteed to show L/R touching part borders. TODO: Top and bottom borders. Muted parts now show names and events. Filled with a special brush pattern for easy recognition. Huge changes to PartCanvas::drawItem(). And to all View::XmapXXX methods for better accuracy. Changed bool Part::hasHiddenNotes() to int Part::hasHiddenEvents(). Added int Part::cachedHasHiddenEvents().
2011-08-02merged experimental into trunk (clone-part-behaviour)Florian Jung
2011-07-31Remodel the KnobOrcan Ogetbil
2011-07-28oops, forgot to update ChangeLogFlorian Jung
2011-07-14Fixed loading of old songs with synths - added static keyword to array in Tim E. Real
each synth's oldMidiStateHeader() member.
2011-06-27merged stuff from experimental back to trunk:Florian Jung
- massively speeded up muse by using operation groups - changed behaviour of mid-click to "delete" in all canvases
2011-06-21Fixed wave editor position and marker drawing corruption.Tim E. Real
Updated Yamaha m06 IDF file to version 4 by Geoff King.
2011-06-19Major work, all synthesizers. Other fixes. Please see ChangeLog.Tim E. Real
2011-06-06merged with current trunk and removed (unused) support for disabling the keymapFlorian Jung
2011-06-04fixed regression with copying items on canvas with mouseRobert Jonsson
2011-06-04changed behaviour of middle click in all canvases to "delete"Florian Jung
2011-06-02applied WillyFoobar's patch: moved all Q_OBJECT statements toFlorian Jung
their appropriate place
2011-06-02the score editor now supports batch-movementsFlorian Jung
the functions return as bool if undo has been triggered
2011-05-30added a spinbox to the arranger's "Ch:"-columnFlorian Jung
2011-05-30removed midi in button from score editor (yes, it's really Florian Jung
unneccessary here ;) )
2011-05-30implemented cut,copy'n'paste and "select foo" to the score editorFlorian Jung
2011-05-29- moved cut,copy'n'paste to functions.cpp, removed unneccessaryFlorian Jung
duplication - changed behaviour of paste: now the pasted, not the original notes are selected
2011-05-28fixed buggy bugfix in score editorFlorian Jung
2011-05-28fixed track headerRobert Jonsson
2011-05-27applied some hunks of the patch sent in by WillyFoobarFlorian Jung
2011-05-26Moved all routing popup menu stuff from app, astrip, mstrip, mtrackinfo into ↵Tim E. Real
new class RoutePopupMenu, *massively* cleaning up those 4 files. Used new Route QVariant type as action data instead of integers. Moved MenuTitleItem definitions from astrip.cpp into it's own menutitleitem.cpp Added to settings: "Make popup menus stay open. Otherwise hold Ctrl."
2011-05-25added step-recording support to the score editorFlorian Jung
moved clefTypes to avoid compile-horror updated templates due to the new toolbar
2011-05-24template sample rate, drum track channel, track list headerRobert Jonsson
2011-05-24Awl::PitchEdit now can be set with the musical keyboardFlorian Jung
2011-05-24improved step recording and minor fixesFlorian Jung
2011-05-23merged with trunkFlorian Jung
2011-05-23Updated Changelog; prepared for mergeFlorian Jung
2011-05-20Popup menus: If stay-open mode, space triggers item and double-click ↵Tim E. Real
simulates return (closing).
2011-05-19Popup menus now auto-scroll if too large to fit on desktop. Tim E. Real
Midi track info patch popup now stays open for auditioning patches. Editor 'ctrl' controller popups: Split instrument/other (+ common controls!) + show ctrl numbers.
2011-05-15mouse wheel reworkRobert Jonsson
2011-05-14Fixed problem with project save dialog missing a forward slash '/'.Tim E. Real
2011-05-14Added GM drums patch in MidiInstrument::populatePatchPopup() for GM songs on ↵Tim E. Real
ch 10.
2011-05-13find unused wave filesRobert Jonsson
2011-05-13Changed default imported midi song type to GM.Tim E. Real
2011-05-13new spanish translationRobert Jonsson
2011-05-12Changed template song "default.med" song type from NO to GM, to help new users.Tim E. Real
2011-05-10Added general settings audio item: Minimum control process periodTim E. Real
Added Yamaha Mo6 instrument file by Geoff King
2011-05-08structure menu fixesRobert Jonsson
2011-05-08Draw event canvas notes if they extend past part end.Tim E. Real