summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2008-03-17cleanup to build glibmm the way we actually wantPaul Davis
2008-02-22Remove SMF file name print for every opened source.David Robillard
2008-02-22Clean up weird formatting from underlays patch.David Robillard
2008-02-21Fix install path problems (s/ardour2/ardour3).David Robillard
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-19Added missing file.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-10Committed underlay support (from Audun).David Robillard
2008-02-04Fix libsndfile warning (useless conditional).David Robillard
2008-02-04Fix domain to match 2.0-ongoing style.David Robillard
2008-02-03Added missing file.David Robillard
2008-02-03Update clearlooks to fancy new cairo version.David Robillard
2008-02-02Sort various things to reduce merge hell. No functional changes.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-15Merge with trunk R2920.David Robillard
2008-01-15Fix problem with notes occasionally not showing up at all.David Robillard
2008-01-14Partially fix MIDI region trim and extend.David Robillard
2008-01-13Install everything to *ardour3* instead of *ardour2*.David Robillard
2008-01-13Apply MIDI keyboard and "scroomer" patch.David Robillard
2008-01-13Reduce console noise.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 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-12-18Added missing file.David Robillard
2007-12-18Make configure script executable.David Robillard
2007-12-18Fix building.David Robillard
2007-12-18Remove ancient/unused flowcanvas and libglademm from repository.David Robillard
2007-11-26Use normal Processor run_in_place interface on Meter.David Robillard
2007-11-25Fix crash on MIDI region split.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-15Improve the readability of Session::import_audiofileTim Mayberry
2007-11-15Refactor Session::import_audiofile to reduce complexity and remove use of gotoTim Mayberry
2007-11-15Remove an unnessesary use of goto in Session::import_audiofileTim Mayberry
2007-11-15Check for cancel at the top of the main loop in Session::import_audiofile rat...Tim Mayberry