summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
AgeCommit message (Expand)Author
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
2009-01-01* made MidiClock_Slave conform more to to the Spec by starting transportHans Baier
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-11-26* the very humble beginnings of sending MIDI clockHans Baier
2008-10-30*disabled debugging outputHans Baier
2008-10-30* got MIDI clock working really smoothly (29 frames until sync, ardour transp...Hans Baier
2008-10-29* disabled one line of debugging outputHans Baier
2008-10-29* fixed bug in Session::follow_slave: average_slave_delta wrapped around to h...Hans Baier
2008-10-08torben's port buffer reworking; torben's panner automation loading patch (all...Paul Davis
2008-10-08fix for bad sync with other JACK transport-aware clients (thanks to torben fo...Paul Davis
2008-09-28prepare_input/cycle_start fix up round 2 (torben's location); torben's fix fo...Paul Davis
2008-09-28changes from torben for processor/plugin count determination and other fixes;...Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain