summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-05Fix up route group label updates.Carl Hetherington
2010-07-05Zero-pad MMC timecodes in MIDI traces.Carl Hetherington
2010-07-04Locate during playhead drag, the primary motive being to get MMC to be sent d...Carl Hetherington
2010-07-04Modified version of lincoln's patch to allow X-axis scrolling in the summary ...Carl Hetherington
2010-07-03Fix up my previous buggy MMC cleanup.Carl Hetherington
2010-07-02a few more if (_mmc) testsPaul Davis
2010-07-01add MidiModel::sync_to_source() to push model state into its existing source;...Paul Davis
2010-07-01fix assumption that Session::_mmc != 0Paul Davis
2010-07-01fix gcc4.4 compile warningsPaul Davis
2010-07-01allow zero length MIDI files again and remove debug outputPaul Davis
2010-07-01fix gcc4.4 compile warningPaul Davis
2010-07-01debug outputPaul Davis
2010-07-01Allow port matrix to show both audio and midi ports at the same time, and use...Carl Hetherington
2010-06-30Improve behaviour of MIDI metering.Carl Hetherington
2010-06-30Basic tweaks to make the bundles and the port matrix accept that MIDI tracks ...Carl Hetherington
2010-06-30Fix starting scratch buffer count.Carl Hetherington
2010-06-30Make main out delivery expand its output ports if the processor chain require...Carl Hetherington
2010-06-30Fix feature specification on instantiation.Carl Hetherington
2010-06-30Remove debug output.Carl Hetherington
2010-06-29allow zero-length SMF files on disk again; fix some gcc 4.X optimization-on c...Paul Davis
2010-06-29tweak the monitor section part of the startup wizardPaul Davis
2010-06-29Fix vertical canvas autoscroll when dragging track heights. Fixes #3240.Carl Hetherington
2010-06-29Fix commentCarl Hetherington
2010-06-29Restore MMC registers.Carl Hetherington
2010-06-29Clean up MMC transmission a bit, and make sure that it is all done from one t...Carl Hetherington
2010-06-29const correctness.Carl Hetherington
2010-06-29More detail when tracing MMC.Carl Hetherington
2010-06-29pay attention to MIDI channel selector when creating notes with GUI (fixes #3...Paul Davis
2010-06-28Fix race causing MIDI tracer to stop working when master record state is chan...Carl Hetherington
2010-06-28realtime_stop does not need to send MMC as realtime_stop will have already do...Carl Hetherington
2010-06-28Fix crash due to uninitialised use of _note_lines.Carl Hetherington
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