summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-23Upgrade to waf 1.5.9.David Robillard
2009-10-23More correct looking MidiSource::midi_read.David Robillard
2009-10-23Make deferred plugin stuff work with old compiler or different sigc version o...David Robillard
2009-10-23Fix crash when adding automation tracks caused by route ordering.David Robillard
2009-10-22Whitespace.David Robillard
2009-10-22Fix crash on save of MIDI data.David Robillard
2009-10-22Indentation.David Robillard
2009-10-22More spacey tabs.David Robillard
2009-10-22Fix adding multiple notes with the same time stamp (geeze).David Robillard
2009-10-22Disable canvas verbose cursor for notes, which locks up on note adding someti...David Robillard
2009-10-22Remove linear search when adding/removing a note from/to a Sequence.David Robillard
2009-10-22Actually load MIDI data from disk on session load (kludgey, forces model to a...David Robillard
2009-10-22Fix deadlocks on MIDI record.David Robillard
2009-10-22Use info stream for infoey things.David Robillard
2009-10-22Use info stream for infoey things.David Robillard
2009-10-22Use a more reasonable default size for log window.David Robillard
2009-10-22Fix colours of log window messages.David Robillard
2009-10-22Fix whitespace.David Robillard
2009-10-22Fix whitespace.David Robillard
2009-10-22Add log window to windows menu.David Robillard
2009-10-22Fix whitespace.David Robillard
2009-10-22Defer plugin discovery until actually needed (significant startup time improv...David Robillard
2009-10-22Use line comments.David Robillard
2009-10-22Replace horribly error-prone Sequence/MidiModel/MidiSource locking API with s...David Robillard
2009-10-22Sshh.David Robillard
2009-10-22Fix occasional crash on startup with MIDI tracks (race?).David Robillard
2009-10-22Fix MidiBuffer::merge_in_place and add aggressive correctness checking.David Robillard
2009-10-22Fix repeated linear search on read when cached model iterator reaches end.David Robillard
2009-10-22remember to reset inm1 each time around the interpolation loopPaul Davis
2009-10-21Fix compilation with -DDEBUG_MIDI_CLOCKDavid Robillard
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