summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2008-04-26* recording/playing/saving/loading program changes basically seems to work nowHans Baier
2008-04-24* preliminary impl for PGM Change support in MidiModelHans Baier
2008-04-23* refactored MidiControlIterator to improve readability of codeHans Baier
2008-04-22* disabled some debugging outputHans Baier
2008-04-21*fixed bug: channel mask not set in MidiRingBufferHans Baier
2008-04-21* UI fixes for track channel selectionHans Baier
2008-04-19* first prototype for track based channel selection worksHans Baier
2008-04-15* fixed bug: crash because of invalidated iterator while removing midi notes ...Hans Baier
2008-04-11* persistent undo for MIDI edits works nowHans Baier
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-04-10* refactored (un)marshalling of DeltaCommand into cleaner code using sigcHans Baier
2008-04-09* implemented persistent undo for MidiModel::DeltaCommand. Deserializing work...Hans Baier
2008-04-08* fixed bug: MIDI region did not sound if its position was less than its star...Hans Baier
2008-04-03* implemented editing velocities (http://tracker.ardour.org/view.php?id=2148)Hans Baier
2008-03-19reinstate Ye Olde MIDI (input) thread; fix up a few startup warningsPaul Davis
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-21Fix timing on MIDI import.David Robillard
2008-02-20Some work towards MIDI plugins (LV2 plugins with (MIDI supporting) event port...David Robillard
2008-02-19Merge with 2.0-ongoing R3082.David Robillard
2008-02-19Less crash-happy MIDI reading on weird MIDI files.David Robillard
2008-02-19'Channel safe' MIDI:David Robillard
2008-02-18Channel-aware note recording in MidiModel (i.e. multi-channel note input does...David Robillard
2008-02-18Preliminary (read: kludgey) MIDI import support.David Robillard
2008-02-17Merge with 2.0-ongoing R3077.David Robillard
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-02-02Merge with 2.0-ongoing R2988David Robillard
2008-02-02Merge with trunk R2978.David Robillard
2008-01-19Merge with 2.0-ongoing R2943.David Robillard
2008-01-19Merge with trunk R2935.David Robillard
2008-01-17Added missing files.David Robillard
2008-01-17MIDI region stretching.David Robillard
2008-01-14Partially fix MIDI region trim and extend.David Robillard
2008-01-13Fix MIDI playback.David Robillard
2008-01-12Merge with 2.0-ongoing R2885.David Robillard
2008-01-10Merge with 2.0-ongoing R2883.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-12-20Port level meters to trunkDoug McLain
2007-11-26Use normal Processor run_in_place interface on Meter.David Robillard
2007-11-15Change return type of Session::import_audiofiles to void as the int return va...Tim Mayberry
2007-11-15Rename Session::import_audiofile to Session::import_audiofiles now that it im...Tim Mayberry
2007-11-15Pass a path argument to ImportableSource rather than SNDFILE handle so resour...Tim Mayberry
2007-11-15Fix mixed usage of tabs and spaces for indentation in ardour/importable_source.hTim Mayberry
2007-11-15Refactor part of Session::import_audiofile into write_audio_data_to_new_files...Tim Mayberry
2007-11-12merged with trunk revs 2605-2627Paul Davis
2007-11-08merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compi...Paul Davis
2007-10-31Truly atomic port mixdown function setting.David Robillard
2007-10-31new files addedPaul Davis
2007-10-31new port design, probably about 90% done (i.e it mostly works and this commit...Paul Davis
2007-10-26use filechooser widget in export dialog, selected files set format combos, hi...Nick Mainsbridge