summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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-04Fix domain to match 2.0-ongoing style.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-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 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-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
2007-11-15Use sys::basename instead of PBD::basename_nosuffix in Session::import_audiofileTim Mayberry
2007-11-15Simplify finalization code in Session::import_audiofileTim Mayberry
2007-11-15Use std::copy instead of for loop in Session::import_audiofileTim Mayberry
2007-11-15Use full name of file being imported in status message during importTim 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-15Use std::auto_ptr instead of boost::scoped_ptr in Session::import_audiofileTim Mayberry
2007-11-15Move variable declaration closer to usageTim Mayberry
2007-11-15Use sys::remove instead of ::unlink in Session::import_audiofile for portabilityTim Mayberry
2007-11-15Remove unused variable in Session::import_audiofileTim Mayberry
2007-11-15Use scoped_ptr in Session::import_audiofile to manage ImportableSourceTim Mayberry