Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-22 | cleaned up misleading orphaned code in MidiSeq::processMsg | Florian Jung | |
2013-08-20 | Event/Part selection now via UndoOp::Select* | Florian Jung | |
additionally: added Song::applyOperation() removed unused param from (un)chainTrackParts | |||
2013-08-20 | cast away constness in authorized audio-thread-code: doUndo etc | Florian Jung | |
2013-08-20 | tiny fix | Florian Jung | |
2013-08-20 | clean disabled code in midiseq | Florian Jung | |
2013-08-19 | some const-correctness. Part interface overhaul. | Florian Jung | |
various fixes. | |||
2013-08-16 | some constness | Florian Jung | |
2013-08-16 | Parts have their own, non-shared EventList (still WIP!) | Florian Jung | |
removed refcounting in Eventlist Part::events() is now a const EventList& chaining parts now a Part:: member function made Track::events, ::mpevents public instead of using an insane reference-accessor TODO: need a grouping indicator of clones (like the eventlist pointer was used for) | |||
2013-08-16 | removing commented out code | Florian Jung | |
2013-08-11 | removed unused UndoOp ctors | Florian Jung | |
2013-08-11 | assertions for UndoOp ctors | Florian Jung | |
2013-08-11 | typo | Florian Jung | |
2013-08-10 | removed ModifyPart/changePart. Replaced with ModifyPartLength etc. | Florian Jung | |
2013-08-10 | cleanup | Florian Jung | |
2013-06-23 | removed unused WaveView editing capabilities. (Is done by WaveCanvas) | Florian Jung | |
2013-05-14 | move drum in drum editor with midi in | Robert Jonsson | |
2013-05-12 | fixed drum playback in new drum editor | Robert Jonsson | |
2013-05-08 | chunk fix | Robert Jonsson | |
2013-05-08 | Yet another MAJOR audio engine and plugin/synth process chain re-write. | Tim E. Real | |
And much more, see ChangeLog, May 8 2013. | |||
2013-04-05 | autosave was too quick | Robert Jonsson | |
2013-04-05 | save and titles | Robert Jonsson | |
2013-04-04 | simpledrums pitch and ctrl+arrows | Robert Jonsson | |
2013-03-29 | 2.1.2 | Robert Jonsson | |
2013-03-28 | metronome icon in arranger | Robert Jonsson | |
2013-03-28 | read old drummaps | Robert Jonsson | |
2013-03-27 | fixed moving drum events | Robert Jonsson | |
2013-03-10 | added more colors | Robert Jonsson | |
2013-03-04 | print shortcuts for tools | Robert Jonsson | |
2013-03-02 | added ardour theme | Robert Jonsson | |
2013-03-01 | Wave Editor: Fixed some painting problems. Optimizations, speed boosts. | Tim E. Real | |
2013-02-26 | theme tweaks | Robert Jonsson | |
2013-02-25 | Disable "adjust wave offset" in Wave Editor until fixed. | Tim E. Real | |
2013-02-24 | color fixes | Robert Jonsson | |
2013-02-23 | Added missing line draw shortcut (F) to drum editor. | Tim E. Real | |
2013-02-22 | New: Install pre-built PDF + single/split HMTL docs. Separate devel docs. ↵ | Tim E. Real | |
Added build script. | |||
2013-02-20 | MASSIVE FIXES: MANY editor, usability, operation fixes and changes. | Tim E. Real | |
See ChangeLog. | |||
2013-02-17 | patch from Willy Foobar | Robert Jonsson | |
2013-02-13 | dark theme | Robert Jonsson | |
2013-02-09 | oops2, some fiddling with the part graphics got included | Robert Jonsson | |
2013-02-07 | metronome work | Robert Jonsson | |
2013-02-04 | fixed gain adjustment in wave editor | Robert Jonsson | |
2013-02-02 | Solved: "Old style" Drums: Track channel/port re-enabled, drum list columns ↵ | Tim E. Real | |
default to them. Required some icon and colour changes. See ChangeLog. Fixed Old Style Drum lockup: Certain item channel overrides caused infinite loop in Audio::processMidi(). | |||
2013-01-28 | release 2.1.1 | Robert Jonsson | |
2013-01-28 | missing file | Robert Jonsson | |
2013-01-28 | added setting for default track height | Robert Jonsson | |
2013-01-27 | Feature: Shortcuts dialog modeless + has default global shortcut ↵ | Tim E. Real | |
Ctl+Shift+F1 + "Printable file" button. Memory leaks! Many widgets and dialogs had no parent and were not deleted! See ChangeLog. | |||
2013-01-26 | Feature/fix: Zoom at cursor! Zoom now zooms about cursor. | Tim E. Real | |
2013-01-20 | Fixed confused controllers on seek with multiple muted/off midi tracks/parts | Tim E. Real | |
on same port/channel. | |||
2013-01-17 | Fixed song length way too big after recorded wave is added. | Tim E. Real | |
2013-01-16 | Don't play midi parts if track is off | Tim E. Real | |