Declick before the end of seamless loops, not after the end, so that loops are render...
[ardour.git] / libs / ardour / session_process.cc
2012-06-20 Carl HetheringtonDeclick before the end of seamless loops, not after...
2012-06-20 Carl HetheringtonComment declick stuff a bit, and fix confusing use...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-24 Paul Davisrevert previous commit (it should work, but did not...
2012-04-23 Paul Davismove MIDI::Manager::cycle_{start,end}() calls from...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-02-06 Paul Davisattempt to stop sending MMC/MTC while exporting or...
2012-01-30 Carl HetheringtonFix faulty comment in previous commit.
2012-01-30 Carl HetheringtonFix non-summon of butler when a track that needs it...
2012-01-27 Paul Davisfurther simplification of midi clock ticker API
2012-01-27 Paul Davisrework design of midi clock ticker to avoid expensive...
2012-01-22 Carl HetheringtonFor now, only use the multi-threaded process code if...
2012-01-14 Carl HetheringtonAdd some debug code to time things in the process
2012-01-06 Paul Davisremove messages when tempo map is not available in...
2012-01-05 Paul Davispossibly fix deadlocking issues with tempo map by rearr...
2011-12-11 Carl HetheringtonClarify stop-at-session-end behaviour; should fix ...
2011-11-09 Carl HetheringtonAlert the user if a connection is made which causes
2011-10-21 Paul Daviscorrectly track monitoring changes in libardour and...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-18 Carl HetheringtonRemove unused rec_monitors_input variables.
2011-09-16 Carl HetheringtonRemove unused parameter.
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-02 Carl HetheringtonFactor out stop limit computation into its own method...
2011-04-04 David RobillardFix broken whitespace (no functional changes).
2011-04-04 Paul Davismove some DEBUG::Graph traces to DEBUG::ProcessThreads...
2011-03-18 Paul Davisactual working fix for threads/graph/route removal...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2011-03-05 Paul Davisrevert recent-ish change so that regardless of the...
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-02-09 Paul Davissplit out ARDOUR::how_many_dsp_threads() ; fix test...
2011-02-07 Paul Davisif using only 1 processor for DSP, do not use the graph...
2011-02-07 Carl HetheringtonSomewhat uncertain fix to playhead misbehaviour in...
2011-01-04 Carl HetheringtonSend full MTC messages every 1/4 of a second when quart...
2011-01-03 Carl HetheringtonStop QF messages when transport speed is out of range...
2011-01-03 Carl HetheringtonCope with non-unity transport speed when sending MTC.
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-16 Paul Davishandle OS X's lack of unnamed semaphores, phase 1
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-08-13 Carl HetheringtonMove _port_offset up to AudioPort, as MidiPort does...
2010-08-09 Carl HetheringtonAllow markers to be glued to bar/beat time. Fixes...
2010-08-02 Carl HetheringtonSuspend transport timecode transmission during playhead...
2010-07-22 Paul Davisremove a bunch of uses of long (mostly replaced by...
2010-07-07 Carl HetheringtonTransmit MTC on playhead drag, as per #3239.
2010-07-06 Carl HetheringtonRemove MMC thread protection which is pointless now...
2010-07-03 Carl HetheringtonFix up my previous buggy MMC cleanup.
2010-07-01 Paul Davisfix assumption that Session::_mmc != 0
2010-06-29 Carl HetheringtonClean up MMC transmission a bit, and make sure that...
2010-06-28 Carl HetheringtonTweak transmission of MMC on locate. Should fix #3121.
2010-06-09 Paul Davisdynamic playback & capture buffer resizing (though...
2010-06-03 Torben Hohnmerge 3.0P into trunk.
2010-05-12 Carl HetheringtonReset buffer stats on stop. Remove unused minimum...
2010-05-11 Carl HetheringtonUpdate diskstream statistics when rolling. Should...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-13 Paul Davissubstantive change: use the JACK wait API and provide...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-27 Paul Davispart one of hiding Diskstreams and making them a privat...
2010-03-25 Paul Davismake solo button2 click function as momentary even...
2010-03-25 Paul Daviswould you look at that! all those changes just to make...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-07 Paul Davisbetter, cleaner, more generic version of real-time...
2009-12-07 Paul Davisfirst pass at end-to-end RT operation request (GUI...
2009-12-04 Paul Davismove Session::Event into SessionEvent class; add Sessio...
2009-12-03 Paul Davismore tweaks to MTC slave code (still not functional...
2009-12-02 Paul Davismore MTC stuff, including toggleable use of torben...
2009-12-01 Paul Daviscontinue with MTC debugging
2009-12-01 Paul Davismake ALSA MIDI I/O work with timestamps; more MTC debug...
2009-12-01 Paul Davisadjust to use timestamped MTC messages
2009-11-30 Paul Davismore debugging tweaks
2009-11-30 Paul Davisless sensitive locate when master/slave delta is too big
2009-11-30 Paul Davisdebug output fixes
2009-11-30 Paul Davissession has no frames_per_cycle() method
2009-11-30 Paul Davistry locating when master is way ahead or behind the...
2009-11-30 Paul Davisadd slave,transport and event debugging traces
2009-11-28 Paul DavisMMC related fixes
2009-11-09 Paul Davis90% done with external sync design changes (GUI now...
2009-11-08 Paul Davismonster commit: transport mgmt changes from 2.X (omnibu...
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-24 David RobillardMove butler methods from Session to Butler.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-22 Hans Baierspline interpolation: fix crash bugs on negative speed...
2009-06-23 Hans BaierXinterpolation.*: Add old fixed point and double linear...
2009-06-23 Hans BaierInterpolation: First working but buggy version using...
2009-06-10 Hans Baier* Refactor varispeed playback into own class, replace...
2009-06-09 Carl HetheringtonFix non-update of _transport_frame
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-04-16 Paul Davispart 2 of 3 of the 2.8 -> 3.0 merge
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-02 Carl HetheringtonFix auto-return, hopefully not at the expense of anythi...
2009-01-10 Hans Baier* wrong calculation of frames_moved in Session::process...
2009-01-09 Hans Baier* changed transport speed in session and slaves from...
2009-01-05 Hans Baier*fixed typo
2009-01-05 Hans Baier* further reduce the spaghettiness of Session::follow_slave
next