* bugfix from http://tracker.ardour.org/view.php?id=2155 thanks to kristian: fix...
[ardour.git] / libs /
2008-04-07 Hans Baier* bugfix from tracker.ardour.org/view.php?id=2155 thank...
2008-04-05 Hans Baier* Bugfix: resizing beginnings of MIDI regions did not...
2008-04-04 Hans Baier* bugfix: Connecting/disconnecting MIDI ports did not...
2008-04-03 Hans Baier* implemented editing velocities (tracker.ardour.org...
2008-03-26 Paul Davishans' patches for MIDI note resizing++
2008-03-19 Paul Davisfix up delivery of MTC & MMC; add zero=last_timestamp...
2008-03-19 Paul Davisfix up and re-enable MTC transmission
2008-03-19 Paul Davisreduce (from 5k to 512) the number of events that non...
2008-03-19 Paul Davisreinstate Ye Olde MIDI (input) thread; fix up a few...
2008-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
2008-03-18 Paul Davisband-aid fix for wrong-thread-MIDI-writes
2008-03-17 Paul Davisadded back glibmm2/Makefile.am
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-03-17 Paul Daviscleanup to build glibmm the way we actually want
2008-02-22 David RobillardRemove SMF file name print for every opened source.
2008-02-22 David RobillardClean up weird formatting from underlays patch.
2008-02-21 David RobillardFix install path problems (s/ardour2/ardour3).
2008-02-21 David RobillardFix timing on MIDI import.
2008-02-20 David RobillardSome work towards MIDI plugins (LV2 plugins with (MIDI...
2008-02-19 David RobillardMerge with 2.0-ongoing R3082.
2008-02-19 David RobillardAdded missing file.
2008-02-19 David RobillardLess crash-happy MIDI reading on weird MIDI files.
2008-02-19 David Robillard'Channel safe' MIDI:
2008-02-18 David RobillardChannel-aware note recording in MidiModel (i.e. multi...
2008-02-18 David RobillardPreliminary (read: kludgey) MIDI import support.
2008-02-17 David RobillardMerge with 2.0-ongoing R3077.
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-02-10 David RobillardCommitted underlay support (from Audun).
2008-02-04 David RobillardFix libsndfile warning (useless conditional).
2008-02-04 David RobillardFix domain to match 2.0-ongoing style.
2008-02-03 David RobillardAdded missing file.
2008-02-03 David RobillardUpdate clearlooks to fancy new cairo version.
2008-02-02 David RobillardSort various things to reduce merge hell. No functiona...
2008-02-02 David RobillardMerge with 2.0-ongoing R2988
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-19 David RobillardMerge with 2.0-ongoing R2943.
2008-01-19 David RobillardMerge with trunk R2935.
2008-01-17 David RobillardAdded missing files.
2008-01-17 David RobillardMIDI region stretching.
2008-01-15 David RobillardMerge with trunk R2920.
2008-01-15 David RobillardFix problem with notes occasionally not showing up...
2008-01-14 David RobillardPartially fix MIDI region trim and extend.
2008-01-13 David RobillardInstall everything to *ardour3* instead of *ardour2*.
2008-01-13 David RobillardApply MIDI keyboard and "scroomer" patch.
2008-01-13 David RobillardReduce console noise.
2008-01-13 David RobillardFix MIDI playback.
2008-01-12 David RobillardMerge with 2.0-ongoing R2885.
2008-01-10 David RobillardMerge with 2.0-ongoing R2885.
2008-01-10 David RobillardMerge with 2.0-ongoing R2883.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-12-20 Doug McLainPort level meters to trunk
2007-12-18 David RobillardAdded missing file.
2007-12-18 David RobillardMake configure script executable.
2007-12-18 David RobillardFix building.
2007-12-18 David RobillardRemove ancient/unused flowcanvas and libglademm from...
2007-11-26 David RobillardUse normal Processor run_in_place interface on Meter.
2007-11-25 David RobillardFix crash on MIDI region split.
2007-11-15 Tim MayberryChange return type of Session::import_audiofiles to...
2007-11-15 Tim MayberryRename Session::import_audiofile to Session::import_aud...
2007-11-15 Tim MayberryImprove the readability of Session::import_audiofile
2007-11-15 Tim MayberryRefactor Session::import_audiofile to reduce complexity...
2007-11-15 Tim MayberryRemove an unnessesary use of goto in Session::import_au...
2007-11-15 Tim MayberryCheck for cancel at the top of the main loop in Session...
2007-11-15 Tim MayberryUse sys::basename instead of PBD::basename_nosuffix...
2007-11-15 Tim MayberrySimplify finalization code in Session::import_audiofile
2007-11-15 Tim MayberryUse std::copy instead of for loop in Session::import_au...
2007-11-15 Tim MayberryUse full name of file being imported in status message...
2007-11-15 Tim MayberryPass a path argument to ImportableSource rather than...
2007-11-15 Tim MayberryFix mixed usage of tabs and spaces for indentation...
2007-11-15 Tim MayberryUse std::auto_ptr instead of boost::scoped_ptr in Sessi...
2007-11-15 Tim MayberryMove variable declaration closer to usage
2007-11-15 Tim MayberryUse sys::remove instead of ::unlink in Session::import_...
2007-11-15 Tim MayberryRemove unused variable in Session::import_audiofile
2007-11-15 Tim MayberryUse scoped_ptr in Session::import_audiofile to manage...
2007-11-15 Tim MayberryRefactor part of Session::import_audiofile into write_a...
2007-11-15 Tim MayberryUse std::vector and boost::shared_array instead of...
2007-11-15 Tim MayberryUse boost::scoped_array to manage working buffer for...
2007-11-15 Tim MayberryMove filename generation in Session::import_audiofile...
2007-11-15 Tim MayberryUse boost::shared_ptr for RAII with a SNDFILE handle...
2007-11-13 Carl HetheringtonMore missing bits.
2007-11-13 Carl HetheringtonYet more missing things. I'm going slightly mad.
2007-11-13 Carl HetheringtonAdd some more bits.
2007-11-13 Carl HetheringtonFix up permissions.
2007-11-13 Carl HetheringtonFix up permissions.
2007-11-13 Carl HetheringtonMore missing stuff...
2007-11-13 Carl HetheringtonRe-add glibmm2 properly.
2007-11-13 Carl HetheringtonAdd stuff missing from yesterday's library commit.
2007-11-13 Tim MayberryDon't log info message when creating session directories
2007-11-13 Tim MayberryDon't log a warning when the system template directory...
2007-11-13 Tim MayberryRemove unused header include from ardour/ladspa_plugin.cc
2007-11-13 Tim MayberryModify Session::path_from_region_name for portability
2007-11-13 Tim MayberryReplace Glib::file_test with sys::exists in Session...
2007-11-13 Carl HetheringtonAdd missing cairomm lib from previous commit.
2007-11-12 Carl HetheringtonUpgrade gtkmm to 2.10.8, glibmm to 2.13.3 and add cairo...
2007-11-12 Paul Davismerged with trunk revs 2605-2627
2007-11-08 Paul Davismerged with 2.0-ongoing changes 2582-2605 (not thorough...
2007-11-07 Paul Davispatch to prevent (mostly) CD marker being set for the...
2007-11-05 Carl HetheringtonFix for some problems with punch ranges.
2007-10-31 David RobillardDo unto MIDI as thou hath done unto audio.
2007-10-31 David RobillardTruly atomic port mixdown function setting.
next