summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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-20Fix crash with input (not duplex) control MIDI ports.David Robillard
2009-10-20Since add_property creates new XMLProperty objects, remove_property should pr...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 memory leak.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-15another set_state() related tweak for handling 2.X sessionsPaul Davis
2009-10-15more set_state() tweaks to get a 2.X session to load without abortingPaul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Fix crash on MIDI import.David Robillard
2009-10-14Don't raise errors on probe.David Robillard
2009-10-14Set the scratch bufs count up in passthru_silence, like it's done in passthru.Carl Hetherington
2009-10-14Fix warnings.David Robillard
2009-10-14(1) silence non-process FIFO message (2) move MIDI state tracking down to the...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-13writable session patch, forward ported from 2.XPaul Davis
2009-10-12Set up the ControlProtocolManager singleton in a slightly more robust way.Carl Hetherington
2009-10-11Make the port matrix notice if JACK ports are registered or unregistered.Carl Hetherington
2009-10-09Stop fades being reset on dragging an audio region to a different track.Carl Hetherington
2009-10-08three recent fixes from 2.0-ongoing (RT on by default, Mackie port name nonse...Paul Davis
2009-10-07Make the mackie surface work again by initialising control surfaces after MID...Carl Hetherington
2009-10-06Fix some compiler warnings.Carl Hetherington
2009-10-06ogg/flac support bits and pieces; fix up MIDI note dragging and front-edge tr...Paul Davis
2009-10-05add new files, derived from jack_delay by fonsPaul Davis
2009-10-05Build clearlooks-newer for OSXCarl Hetherington