summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2009-01-02Ports say when they're going away.Carl Hetherington
2009-01-02install/uninstall to ardour3 not ardour2Paul Davis
2009-01-02save/restore meter point from carl for #1748Paul Davis
2009-01-01* removed field Session::_desired_transport_speed since it is never used anyw...Hans Baier
2009-01-01* cosmetic changeHans Baier
2009-01-01*fixed bug in MidiClock_Slave: Use current framerate for speed calculationsHans Baier
2009-01-01* refactor Session::follow_slave to be easier to read and understandHans Baier
2009-01-01* radically cleaned up / refactored midi_clock_slave.ccHans Baier
2009-01-01* made MidiClock_Slave conform more to to the Spec by starting transportHans Baier
2009-01-01* fix broken MidiClockTicker (introduced by revision 4361)Hans Baier
2008-12-31Flip stacked regions order so that the highest layer is at the top of the pil...Carl Hetherington
2008-12-31Bug fixes to find_next_region_boundary (), unless I'm missing something.Carl Hetherington
2008-12-30Wrap some Jack_MidiPort stuff in #ifdefs to solve dylib errors on OS XSakari Bergen
2008-12-29Fix some compiling warnings and errors in OS XSakari Bergen
2008-12-29* fixed missing track color mode persistenceHans Baier
2008-12-29* fixed bug introduced in revision 3335: Hibyte lost in channel mask when res...Hans Baier
2008-12-29* added a bit of documentation in an effort to understand the codeHans Baier
2008-12-27Fix immediate event delivery (panic button, controller sliders, etc).David Robillard
2008-12-27Move MidiRingBuffer::read into .cc file to avoid the 2 hour dev cycle (no fun...David Robillard
2008-12-26* fix the fix: note velocity editing works now without duplicating the edited...Hans Baier
2008-12-25* first prototype implementation of playing back MIDI notes when selectedHans Baier
2008-12-24* implemented three coloring modes for MIDI tracks (untested yet)Hans Baier
2008-12-23Bug fixes so that region split does not clobber region gain envelopes.Carl Hetherington
2008-12-23* added comments to midi_region_view.hHans Baier
2008-12-22Fix uninitialized value _self_managed spotted by valgrind.Carl Hetherington
2008-12-21Sync with http://svn.drobilla.net/lad/trunk/evoral r1891.David Robillard
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-12-18Couple of bug fixes which show up when undoing solo state. Also a few comments.Carl Hetherington
2008-12-17Fix #2478; deref of 0 pointer if jack_port_register fails.Carl Hetherington
2008-12-16Implement #2425: option for automation to follow region moves.Carl Hetherington
2008-12-15* first working prototype of changing program changes by scroll wheel (still ...Hans Baier
2008-12-14* some refactoring of patch name stuff in preparation for altering program ch...Hans Baier
2008-12-13Added evoral dependencySampo Savolainen
2008-12-13fix up java-style expression to have correct C++ semanticsPaul Davis
2008-12-13fix use of deprecated gtk toolbar tooltips API when GTK_NEW_TOOLTIP_API is de...Paul Davis
2008-12-12"merge" (i.e. wholesale import) 2.0-ongoing Mackie code and then fix to compi...Paul Davis
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-12-12* fixed memory allocation bugsHans Baier
2008-12-12* reenabled assertions after irc-ing with drobillaHans Baier
2008-12-12* fixed memory management bugs for midi patchname handlingHans Baier
2008-12-12* converted two especially obnoxious assertions into warnings since they hind...Hans Baier
2008-12-11* added myself to about.ccHans Baier
2008-12-10* make patch selection appear only when there are patches loadedHans Baier
2008-12-09* moved /midi_patch_manager.* to libs/ardourHans Baier
2008-12-09* first working prototype of selecting instruments in the MIDI track headerHans Baier
2008-12-08merge 3870-3890 from 2.0-ongoing into 3.X (compiles, runs, no other promisesPaul Davis
2008-12-08partial patch/partial by-hand merge of 2.X commits 3169&3170 to 3.X codebasePaul Davis
2008-12-08* first primitive implementation of MidiPatchManagerHans Baier
2008-12-08Improve svn revision handling and make srctar "work". (The tarball is created...Sakari Bergen
2008-12-06* completed MIDI::Name::MIDINameDocument and implemented its set_state-Method...Hans Baier