convert from Glib:: to Glib::Threads for all thread-related API
[ardour.git] / libs / ardour / ardour / io.h
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-17 Paul Davismake it possible to (and actually do) name insert and...
2012-05-14 Paul Davisdrop boost::signals2 and replace with carl's solution...
2012-03-16 Paul Daviscontinue the saga of Rewrite The XML Node So That It...
2012-01-26 Paul Davisadd Port::PostDisconnect signal to allow objects other...
2011-10-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
2011-10-27 Carl HetheringtonMinor cleanups to IO.
2011-07-25 Paul Davis"forward" port IO::ensure_* changes from 2.X for correc...
2011-07-15 Carl HetheringtonRemove unused _own_latency member from Latent.
2011-07-03 Paul Davisctrl-alt-click now toggles input active status of other...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-01-10 Carl HetheringtonOptimise BufferSet::attach_buffers code to avoid memory...
2010-12-29 Carl HetheringtonUpdate mixer strip input/output button labels from...
2010-12-11 Carl HetheringtonComment a few things and add missing process lock when...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-11-25 Carl HetheringtonRemove unused code.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-07-13 Carl HetheringtonRemove stub class.
2010-07-01 Carl HetheringtonAllow port matrix to show both audio and midi ports...
2010-05-01 Paul Davisperhaps, just possibly, a working solo model. needs...
2010-03-21 Paul Davischange session construction so that the the monitor...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-11-25 Carl HetheringtonSeconds out, the people vs. the port matrix, round 7.
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-06-23 Paul Davisfix management of port connection state - THIS INVALIDA...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-17 Paul Davis75% (?) of the way towards making mixer strips control...
2009-05-16 Paul Davisa gadzillion changes all over the place. nothing is...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-05-07 David RobillardReturns (i.e. sidechains).
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-03-02 Paul Davistrack templates, backported from 2.X
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
2009-02-11 Carl HetheringtonRemove internal ports.
2009-02-09 Carl HetheringtonFixes to bundle manager to make it vaguely usable.
2009-02-02 Carl HetheringtonRe-enable creation of stereo bundles for system IO...
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-30 Sakari BergenTrack import is now working. Also, IO bundle setup...
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-27 Carl HetheringtonMake track sends etc. appear in the same bundle as...
2009-01-25 Carl HetheringtonSome refactoring. Add port group headers to the port...
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
2008-10-08 Paul Davistorben's port buffer reworking; torben's panner automat...
2008-10-03 David RobillardApply panners/automation patch from torbenh (Panner...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-28 Paul Davischanges from torben for processor/plugin count determin...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardTidy.
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-01-19 David RobillardMerge with 2.0-ongoing R2943.
2008-01-19 David RobillardMerge with trunk R2935.
2007-10-31 Paul Davisnew port design, probably about 90% done (i.e it mostly...
2007-10-19 Carl HetheringtonVarious work on bundles. We now have a Bundle Manager...
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-10-10 Carl HetheringtonMake sure we notice when an IO's port count is reduced...
2007-10-09 Carl HetheringtonFew cleanups related to signed-ness of minimum/maximum...
2007-10-08 Carl HetheringtonVarious work on Bundles, especially dynamic ones so...
2007-07-03 David Robillards/ParamID/Parameter/
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
2007-06-27 Paul Davisallow user tweaking of everything that might have inher...
2007-06-27 David RobillardBig ol' automation refactor.
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-06-01 Paul Davismerge denormal handling work from 2.0-ongoing
2007-05-18 Carl HetheringtonRename ARDOUR::Connection to ARDOUR::Bundle, a few...
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-03-09 John AndersonFinish automation polling. Get rid of strip_from_route.
2007-02-28 Paul Davisremove Id: lines from many/all headers and some more...
2007-01-09 David RobillardMerged with trunk R1283.
2007-01-03 Jesse Chappell* added max peak hold state to IO so that the true...
2007-01-03 Paul Davismassive changes to clean up what happens during session...
2006-11-19 David RobillardMerged with trunk R1141
2006-11-12 Paul DavisIO objects with no inputs have fixed, defined peak...
2006-10-31 Paul Davissupport for old-school automation loading
2006-10-31 Paul Davismassive changes in automation state handling, not entir...
2006-10-26 Paul Davisfix SVN merge SNAFU causing double deletion
2006-10-26 Paul Davisremove StateManager code entirely and more debugging...
2006-10-25 Paul Davisfixes for endemic (compiler?) issues with virtual inher...
2006-10-21 David RobillardMerged with trunk R992.
2006-10-17 Jesse Chappellfixed double application of gain on tracks/busses with...
2006-10-09 Paul Davisfix abort-capture path, including many subtle issues...
2006-10-05 Paul DavisGeneric MIDI control now saves+restores its state;...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-19 David RobillardMerged with trunk R920.
2006-09-07 Paul Davisremove all duplicated _id members from children of...
next