beat slicing patch #1 from lincoln spiteri
[ardour.git] / libs /
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
2010-07-06 Taybin Rutkinfix compiling file_manager.cc on osx
2010-07-06 Carl HetheringtonRemove file that should have gone earlier.
2010-07-06 Carl HetheringtonRemove MMC thread protection which is pointless now...
2010-07-06 Carl HetheringtonRemove non-JACK midi++ ports.
2010-07-05 Paul Davisrequire jack 0.118.2 for weakjack.h
2010-07-05 Paul Davisrequire jack 0.118.2 for weakjack.h
2010-07-05 Carl HetheringtonReestablish libmidi++ JACK ports on jack reconnection...
2010-07-05 Carl HetheringtonPrevent assertion failure if _jack_output_port is 0...
2010-07-05 Carl HetheringtonDo MMC on playhead drag more efficiently by not doing...
2010-07-05 Carl HetheringtonFix possible problems with _pending_locate_request...
2010-07-05 Carl HetheringtonForward port no-process-after-export fix from 2.X revs...
2010-07-05 Carl HetheringtonFix up route group label updates.
2010-07-03 Carl HetheringtonFix up my previous buggy MMC cleanup.
2010-07-02 Paul Davisa few more if (_mmc) tests
2010-07-01 Paul Davisadd MidiModel::sync_to_source() to push model state...
2010-07-01 Paul Davisfix assumption that Session::_mmc != 0
2010-07-01 Paul Davisfix gcc4.4 compile warnings
2010-07-01 Paul Davisallow zero length MIDI files again and remove debug...
2010-07-01 Paul Davisfix gcc4.4 compile warning
2010-07-01 Paul Davisdebug output
2010-07-01 Carl HetheringtonAllow port matrix to show both audio and midi ports...
2010-06-30 Carl HetheringtonImprove behaviour of MIDI metering.
2010-06-30 Carl HetheringtonBasic tweaks to make the bundles and the port matrix...
2010-06-30 Carl HetheringtonFix starting scratch buffer count.
2010-06-30 Carl HetheringtonMake main out delivery expand its output ports if the...
2010-06-30 Carl HetheringtonFix feature specification on instantiation.
2010-06-29 Paul Davisallow zero-length SMF files on disk again; fix some...
2010-06-29 Carl HetheringtonFix comment
2010-06-29 Carl HetheringtonRestore MMC registers.
2010-06-29 Carl HetheringtonClean up MMC transmission a bit, and make sure that...
2010-06-29 Carl Hetheringtonconst correctness.
2010-06-28 Carl Hetheringtonrealtime_stop does not need to send MMC as realtime_sto...
2010-06-28 Carl HetheringtonFix hang on session going away when there is nothing...
2010-06-28 Carl HetheringtonTweak transmission of MMC on locate. Should fix #3121.
2010-06-28 Paul Davisclear region history in Playlist::notify_region_added...
2010-06-28 Paul Davisfix basic logic problem in PropertyTemplate<T>::set...
2010-06-28 Carl HetheringtonGenerate undo record for crossfade edits, and provide...
2010-06-28 Carl HetheringtonFix a couple of crashes on MIDI import.
2010-06-28 Carl HetheringtonAdd an EnumProperty for enumerated properties and hence...
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-25 Carl HetheringtonMake MIDI region `automation' respect the automation...
2010-06-24 Paul Davisstep back JACK dependency to 0.118
2010-06-24 Paul Davischange note colors on the fly, to permit user-definitio...
2010-06-24 Paul Davisadd and use Source::empty() since it can be done more...
2010-06-24 Paul Davisuse condvar and exception-proof mutex for chain swaps...
2010-06-24 Paul Davisclear activation_sets component of Graph, thus restorin...
2010-06-24 Paul Davisfix math bug with numthreads computation
2010-06-24 Paul Davisuse JACK thread creation functions to create process...
2010-06-24 Paul DavisGUI-created MIDI regions now steal the pending MIDISour...
2010-06-23 Paul Davisfix some non-debug compile warnings
2010-06-23 Paul Davisuse new Source::used() rather than SessionPlaylists...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-06-23 Carl HetheringtonUpdate locations GUI more efficiently by avoiding a...
2010-06-23 Carl HetheringtonTrim includes.
2010-06-21 Carl HetheringtonStop attempts to connect new MIDI tracks to bad ports...
2010-06-21 Carl HetheringtonCoding style.
2010-06-21 Paul Davisfix some warnings that come from a non-debug build...
2010-06-21 Paul DavisGUI control of insert merge policy for overlapping...
2010-06-21 Carl HetheringtonRemove unused variable.
2010-06-20 Carl HetheringtonReturn delta time even for metadata events. Should...
2010-06-20 Carl HetheringtonInvalidate old sources before forgetting about them...
2010-06-17 Paul Davisnew fade in/fade out colors from chrisg
2010-06-16 Paul Davisprevent removal of master/monitor busses without explic...
2010-06-16 Paul Davisavoid needless errors when redoing an operation involvi...
2010-06-14 Paul Davismake note overlap resolution store side effects in...
2010-06-12 Paul DavisMTC drift patch from robin gareus, plus two related...
2010-06-12 Paul Davisintroduce the notion that note additions and property...
2010-06-09 Paul Davisdynamic playback & capture buffer resizing (though...
2010-06-09 Paul Davispermit different sizes for audio playback & capture...
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2010-06-08 Carl HetheringtonSmall cleanup.
2010-06-08 Carl HetheringtonUpdate ring buffer read pointer correctly in case of...
2010-06-07 Carl HetheringtonBetter-define behaviour when relayering a playlist...
2010-06-06 Carl HetheringtonFix signedness error.
2010-06-04 Paul Davismore style-guidification
2010-06-04 Paul Davismore style-guidification, plus do not run process threa...
2010-06-04 Paul Davisstyle-guide-ification
2010-06-04 Paul Davisstyle-guide-ification
2010-06-03 Paul Davisadd DEBUG::ProcessThreads as a debug tag for paralleliz...
2010-06-03 Paul Davisstart tracking note overlaps while moving notes
2010-06-03 Torben Hohnmove route_graph->rechain( r ); into Session::resort_ro...
2010-06-03 Torben Hohn[3.0P] dont dump chain(1) in session.cc
2010-06-03 Torben Hohnadd missing graph.cc and friends :S
2010-06-03 Torben Hohnmerge 3.0P into trunk.
2010-06-03 Paul DavisSequence::contains() and Sequence::overlaps() now use...
2010-06-03 Paul Davismodified version of a patch from robin gareus to avoid...
2010-06-02 Paul Davisadd channel+pitch indexing for notes in a Sequence
2010-06-02 Paul Davisforward port ConfigVariable<bool> fix from 2.X
2010-06-02 Torben Hohnadd -P flag to the session command return value.
2010-06-02 Torben Hohnadd -P flag blocking port connections while loading...
2010-06-02 Torben Hohnreenable loading of a statefile specified at commandline
2010-06-02 Torben Hohnadd template support to jack-session code. and also...
2010-06-01 Paul Davisrationale pathways that add notes to Sequence<T> so...
2010-06-01 Paul Davisadd missing (new) file
2010-05-31 Paul Davisswitch Evoral::Sequence debugging to use DEBUG_TRACE...
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-30 Paul Davismake trimming in region name (colored) highlight work...
2010-05-28 Paul Davisprovide a generalized Sequence::get_notes()-by-predicat...
2010-05-28 Paul Davisreplaced gtk_idle_add() with g_idle_add()
next