summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-26lots of details relating to MIDI file management; try to ignore ALSA sequence...Paul Davis
2010-06-25Make MIDI region `automation' respect the automation mode so that it isCarl Hetherington
2010-06-24step back JACK dependency to 0.118Paul Davis
2010-06-24change the way MIDI note colors are defined (2 3-point color ranges, one for ...Paul Davis
2010-06-24change note colors on the fly, to permit user-definition of colors more easil...Paul Davis
2010-06-24add and use Source::empty() since it can be done more efficiently than length...Paul Davis
2010-06-24use condvar and exception-proof mutex for chain swaps in graphPaul Davis
2010-06-24clear activation_sets component of Graph, thus restoring full Route deletionPaul Davis
2010-06-24fix math bug with numthreads computationPaul Davis
2010-06-24use JACK thread creation functions to create process-graph threads; provide G...Paul Davis
2010-06-24GUI-created MIDI regions now steal the pending MIDISource from the track's di...Paul Davis
2010-06-24Tweak some colours as per Chris' suggestions in #3254.Carl Hetherington
2010-06-23fix some non-debug compile warningsPaul Davis
2010-06-23use new Source::used() rather than SessionPlaylists::source_use_count() to de...Paul Davis
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-06-23Update locations GUI more efficiently by avoiding a rebuild when a location i...Carl Hetherington
2010-06-23Trim includes.Carl Hetherington
2010-06-22Allow range selections to be started in non-region areas. Fixes #3255.Carl Hetherington
2010-06-21Stop attempts to connect new MIDI tracks to bad ports when there is no MIDI I...Carl Hetherington
2010-06-21Coding style.Carl Hetherington
2010-06-21fix some warnings that come from a non-debug build, some of which are actuall...Paul Davis
2010-06-21GUI control of insert merge policy for overlapping MIDI notes; quite a bit of...Paul Davis
2010-06-21Remove unused variable.Carl Hetherington
2010-06-20Return delta time even for metadata events. Should fix #3244.Carl Hetherington
2010-06-20When creating notes with the pencil tool, make them 1 frame shorter than the ...Carl Hetherington
2010-06-20Invalidate old sources before forgetting about them. I think this prevents t...Carl Hetherington
2010-06-18use the new left/right trim cursor for the editor summaryPaul Davis
2010-06-18Back to real-time zoom.Carl Hetherington
2010-06-18Remove unnecessary height changed notification for streamviews, now that the ...Carl Hetherington
2010-06-18Fix restore of track visibility from state files (#3245)Carl Hetherington
2010-06-18Make summary zoom happen based on where the drag is started, rather thanCarl Hetherington
2010-06-172nd fix for hot spots for fade in/out cursorsPaul Davis
2010-06-17fix hot spots for fade in/out cursorsPaul Davis
2010-06-17new fade in/fade out colors from chrisgPaul Davis
2010-06-17new fade in/out handle cursors from chrisg (maybe to be improved); show MIDI ...Paul Davis
2010-06-17new trim cursors from chrisg, fix up hotspots for said cursors, make Editor c...Paul Davis
2010-06-17use image cursors for left/right trim cursorsPaul Davis
2010-06-17add left/right side trim cursors and use them for region trimming, as appropr...Paul Davis
2010-06-17Make summary arrow buttons auto-repeat.Carl Hetherington
2010-06-16prevent removal of master/monitor busses without explicit (and hard to set) a...Paul Davis
2010-06-16avoid needless errors when redoing an operation involving adding notes that w...Paul Davis
2010-06-15Stop summary showing hidden tracks.Carl Hetherington
2010-06-15Hopefully fix slight vertical movements on attempts to drag horizontally.Carl Hetherington
2010-06-15Plot tracks at a constant height in the summary.Carl Hetherington
2010-06-14Summary tweaks: plot tracks as well as regions (as suggested by Chris);Carl Hetherington
2010-06-14make note overlap resolution store side effects in a DiffCommand, and add its...Paul Davis
2010-06-12MTC drift patch from robin gareus, plus two related cleanups to the tracer & ...Paul Davis
2010-06-12introduce the notion that note additions and property changes can cause the r...Paul Davis
2010-06-11Ignore core files.Carl Hetherington
2010-06-10Preserve region state as well as playlist state in undo of bounce range. Fix...Carl Hetherington