Make MIDI region `automation' respect the automation mode so that it is
[ardour.git] / libs /
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()
2010-05-27 Carl HetheringtonTake route's processor lock for things called by the...
2010-05-27 Paul Davisremove commented debug output
2010-05-27 Carl HetheringtonFix crash on clear option for automation tracks (#3195...
2010-05-27 Carl HetheringtonUse bbt_add and bbt_subtract to do proper BBT maths...
2010-05-26 Carl HetheringtonRemove empty MIDI regions which result from recordings...
2010-05-26 Paul Davisgenerate knob pixbufs at run time but draw from the...
2010-05-26 Carl HetheringtonRemove some unused methods.
2010-05-25 Paul Davissplit out sndfile manager code into its own file; move...
2010-05-24 Carl HetheringtonUse debug macros for SMFSource.
2010-05-24 Carl HetheringtonPreserve source's model on clone() if it is not rebuilt...
2010-05-24 Carl HetheringtonNote the time of the last event that was read by read_u...
2010-05-20 Paul Davisvarious minor MIDI fixes: prevent duplicate note entry...
2010-05-20 Carl HetheringtonA few cleanups and rearrangements in the RC options...
2010-05-19 Carl HetheringtonUse SMFSource static method to look for MIDI file exten...
2010-05-19 Carl HetheringtonWhen muting a route because another is soloed, take
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2010-05-18 Carl HetheringtonTiny cleanup.
2010-05-17 Carl HetheringtonRemove muting behaviour from the Amp processor. Fix...
2010-05-17 Carl HetheringtonFix assertion failure on time FX of MIDI regions (...
2010-05-16 Carl HetheringtonMove FileManager code into libpbd. Use it for SMF...
2010-05-16 Carl HetheringtonFix crash when dragging something from another task...
2010-05-15 Carl HetheringtonFix some excessive search-and-replaces.
2010-05-14 Carl HetheringtonKeep to a quota of open files by closing least recently...
2010-05-13 Carl HetheringtonMake butler handle auditioner again. Fixes #3128.
2010-05-12 Carl HetheringtonReset buffer stats on stop. Remove unused minimum...
2010-05-11 Carl HetheringtonUpdate diskstream statistics when rolling. Should...
2010-05-11 Carl HetheringtonEvidence from Chris suggests that imported OGG files...
2010-05-09 Carl HetheringtonCreate the session range location as and when the sessi...
2010-05-09 Carl HetheringtonReset both IO names rather than just one when setting...
2010-05-09 Carl HetheringtonRe-throw exception slightly better.
2010-05-09 Carl HetheringtonAdd debug() method to dump XML nodes.
2010-05-08 Paul Davissave global state when quitting BEFORE we stop the...
2010-05-08 Carl HetheringtonRemove use of i18n macros in headers. Prevents our...
2010-05-07 Paul Davistweak knob drawing, add angular/radial control on button3
2010-05-06 Paul Davisprolooks helper code from hans, enabling new knob drawi...
2010-05-06 Paul Davislots of odds and ends to do with solo isolate and its GUI
2010-05-06 Paul Davisdraw LED background with same style as parent window...
2010-05-05 Paul Davisled\'s for solo-safe and solo-isolate, rather than...
2010-05-05 Paul Davisless debugging
2010-05-05 Paul Davismake "exclusive solo" apply to listen as well as SiP
2010-05-05 Paul Davisrename latched solo option and reverse its meaning...
next