summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-28Hide verbose canvas cursor on midi region view destruction. Should fix #3250.Carl Hetherington
2010-06-28Fix hang on session going away when there is nothing to process. Fixes #3284.Carl Hetherington
2010-06-28Disable midi model updates during trim drags. Speeds the drags up at the cos...Carl Hetherington
2010-06-28Tweak transmission of MMC on locate. Should fix #3121.Carl Hetherington
2010-06-28Hide region list toggle columns for whole file regions.Carl Hetherington
2010-06-28split when in range mode or object/range mode with a range defined will now s...Paul Davis
2010-06-28clear region history in Playlist::notify_region_added() so that it has no app...Paul Davis
2010-06-28fix basic logic problem in PropertyTemplate<T>::set so that current/old value...Paul Davis
2010-06-28Generate undo record for crossfade edits, and provide signalling to update th...Carl Hetherington
2010-06-28Fix a couple of crashes on MIDI import.Carl Hetherington
2010-06-28Make the L,G,M and O buttons in the region list respond to clicks. Fixes #3252.Carl Hetherington
2010-06-28Add an EnumProperty for enumerated properties and hence make Region::position...Carl Hetherington
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