summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
AgeCommit message (Expand)Author
2010-05-12Reset buffer stats on stop. Remove unused minimum playback/capture load stats.Carl Hetherington
2010-05-11Update diskstream statistics when rolling. Should fix #3067.Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-13substantive change: use the JACK wait API and provide "thread buffers" separa...Paul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-27part one of hiding Diskstreams and making them a private object of a TrackPaul Davis
2010-03-25make solo button2 click function as momentary even when in listen mode; tweak...Paul Davis
2010-03-25would you look at that! all those changes just to make the auditioner work ag...Paul Davis
2009-12-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...Paul Davis
2009-12-10restore rec-enable, solo & mute functionality; remove all Global*Command cruf...Paul Davis
2009-12-10drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route...Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-12-07better, cleaner, more generic version of real-time ping pong, still just for ...Paul Davis
2009-12-07first pass at end-to-end RT operation request (GUI->session->RT thread->GUI),...Paul Davis
2009-12-04move Session::Event into SessionEvent class; add SessionEventManager (Session...Paul Davis
2009-12-03more tweaks to MTC slave code (still not functional), including removing race...Paul Davis
2009-12-02more MTC stuff, including toggleable use of torben's PI controllerPaul Davis
2009-12-01continue with MTC debuggingPaul Davis
2009-12-01make ALSA MIDI I/O work with timestamps; more MTC debug tracingPaul Davis
2009-12-01adjust to use timestamped MTC messagesPaul Davis
2009-11-30more debugging tweaksPaul Davis
2009-11-30less sensitive locate when master/slave delta is too bigPaul Davis
2009-11-30debug output fixesPaul Davis
2009-11-30session has no frames_per_cycle() methodPaul Davis
2009-11-30try locating when master is way ahead or behind the slave (ardour)Paul Davis
2009-11-30add slave,transport and event debugging tracesPaul Davis
2009-11-28MMC related fixesPaul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-24Move butler methods from Session to Butler.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-22spline interpolation: fix crash bugs on negative speed and NULL inputsHans Baier
2009-06-23Xinterpolation.*: Add old fixed point and double linear interpolation as alte...Hans Baier
2009-06-23Interpolation: First working but buggy version using libsamplerateHans Baier
2009-06-10* Refactor varispeed playback into own class, replace fixed-point arithmetic ...Hans Baier
2009-06-09Fix non-update of _transport_frameCarl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2009-04-23remove offset from process callback tree. some breakage may have occured. yes...Paul Davis
2009-04-16part 2 of 3 of the 2.8 -> 3.0 mergePaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-02Fix auto-return, hopefully not at the expense of anything else.Carl Hetherington
2009-01-10* wrong calculation of frames_moved in Session::process_*, resulting in drift...Hans Baier
2009-01-09* changed transport speed in session and slaves from float to doubleHans Baier
2009-01-05*fixed typoHans Baier
2009-01-05* further reduce the spaghettiness of Session::follow_slaveHans Baier
2009-01-05* MIDI clock slave implementation with delay locked loop (DLL) seems to work ...Hans Baier
2009-01-01* cosmetic changeHans Baier
2009-01-01* refactor Session::follow_slave to be easier to read and understandHans Baier
2009-01-01* radically cleaned up / refactored midi_clock_slave.ccHans Baier