summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-21Fix failed assertion when end_write is called multiple times.David Robillard
2009-10-21Merge all BufferSet iterators using a single template (way less duplicatedish...David Robillard
2009-10-21Fix unnecessarily type specific code, tidy, fix whitespace.David Robillard
2009-10-21Fix O(n) search on MIDI rec region update (now O(log(n)) per update, but coul...David Robillard
2009-10-21Fix MIDI rec regions.David Robillard
2009-10-21Tidy up region gain line drawing slightly so that it doesn't overhang its reg...Carl Hetherington
2009-10-21Fix MIDI thru, though why this is any different from audio (monitoring) I don...David Robillard
2009-10-21Fix creation of plugin presets.Carl Hetherington
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...David Robillard
2009-10-21Disable excessive debug printing.David Robillard
2009-10-20Fix various MIDI control and installation issues:David Robillard
2009-10-20Delete comment window in destructor to close mantis 1870.Carl Hetherington
2009-10-20Fix crash with input (not duplex) control MIDI ports.David Robillard
2009-10-20Ensure that the loop/punch ruler is always visible when punch in/out is enabl...Carl Hetherington
2009-10-20Fixes to pointer constraints when copying in lock edit mode; make them behave...Carl Hetherington
2009-10-20Since add_property creates new XMLProperty objects, remove_property should pr...Carl Hetherington
2009-10-20Make the behaviour zoom to region more intuitive (IMHO); ie always zoom to th...Carl Hetherington
2009-10-20handle searching for a note in an empty note listPaul Davis
2009-10-20Tidy.David Robillard
2009-10-20Tidy.David Robillard
2009-10-20Factor out more duplicated code.David Robillard
2009-10-20Factor out duplicated code in AudioDiskstream and MidiDiskstream.David Robillard
2009-10-20Implement out-of-place MidiBuffer::merge.David Robillard
2009-10-20Use a template to merge PortSet::iterator and PortSet::const_iterator duplica...David Robillard
2009-10-20Const-correct BufferSet.David Robillard
2009-10-20Only build unit tests if configure --test is passed.David Robillard
2009-10-20Tidy up the popup region editor and fix a few bugs with it; should close mant...Carl Hetherington
2009-10-20Whitespace.David Robillard
2009-10-19Fix 2074: setting the NSD to not connect outputs to anything is ignored.Carl Hetherington
2009-10-19Always call set_width_enum after set_route on mixer strips, to ensure that wi...Carl Hetherington
2009-10-19Remove debug code from last commit.Carl Hetherington
2009-10-19Stop ardour exiting in the case where you have a loaded session, then select ...Carl Hetherington
2009-10-19Fix button labelling for >1 input / output routes.Carl Hetherington
2009-10-19Fix memory leak.Carl Hetherington
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-19track notes at the region level in MidiPlaylist; resolve them (deliver note o...Paul Davis
2009-10-19Logarithmic note seek for Sequence iterator.David Robillard
2009-10-19Better test for iterator seek.David Robillard
2009-10-19Add unit test for Sequence iterator seeking.David Robillard
2009-10-19Use logarithmic search for MidiModel::find_note (used by DiffCommand).David Robillard
2009-10-19Fix insane formatting/whitespace in evoral test stuff. C'mon Hans ;)David Robillard
2009-10-19Use set over vector for Sequence::Notes, for logarithmic search by time.David Robillard
2009-10-19Add mono switch to mixer strips (mantis 1068)Carl Hetherington
2009-10-19Tidy.David Robillard
2009-10-19Fix set_notes prototype to use typedef.David Robillard
2009-10-19Fix warnings.David Robillard
2009-10-16fix conceptually broken cubic interpolator that failed to handle the i=0 case...Paul Davis
2009-10-16more set_state() tweaks to aid with plugin state loadingPaul Davis
2009-10-16testing post-commit hook after DH server switchPaul Davis
2009-10-15another set_state() related tweak for handling 2.X sessionsPaul Davis