summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
2013-11-05fix incorrect use of sizeof() in snprintf (function never actually used in ar...Paul Davis
2013-10-28allow linking unbundled versions of some librariesNils Philippsen
2013-10-24New routes are placed after highest selected route.nick_m
2013-10-21Unify editor / mixer ordering.nick_m
2013-10-18fix missing Click outputs for new sessionsPaul Davis
2013-10-08restore jack timebase master and jack session callback functionality (moved i...Paul Davis
2013-10-02fix up crash caused by changes in object creation order and setting the state...Paul Davis
2013-09-23add new static functions to get SR and disk sample format from session XMLPaul Davis
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-09-16more session construction order changes, and removal of n_physical_{inputs,ou...Paul Davis
2013-09-12don't stop metering thread when session is removed; move engine-setup code in...Paul Davis
2013-09-10many changes relating to session construction and audioengine interactionPaul Davis
2013-09-09move engine dialog from a widget to an actual dialog; emit Session::AudioEngi...Paul Davis
2013-09-05move MidiPortManager from AudioEngine to SessionPaul Davis
2013-08-09split up session code that uses parts of the JACK API (timebase + session eve...Paul Davis
2013-08-08add methods to queue full MTC and SPP messages, now that they are synchronousPaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-04fix no-roll LTC encoder, honor locates when transport is stoppedRobin Gareus
2013-08-01use zeroed scratch buffers for "silent" plugin runsRobin Gareus
2013-07-30jack_audiobackend.cc finally compilesPaul Davis
2013-07-30use dedicated buffers for route (and track)Robin Gareus
2013-07-29Add method to send a song position pointer messageMichael Fisher
2013-07-25most of libardour now actually compilesPaul Davis
2013-07-10Revert "show track-ID in mixer" and "...towards unique track numbers."Robin Gareus
2013-07-10...towards unique track numbers.Robin Gareus
2013-04-08add session save signal and hook-up videotimelineRobin Gareus
2013-04-01fix #5424: routes created from templates do not get names based on the user-s...Paul Davis
2013-03-31Make sure every imported file is copied to the session pathRoy Vegard Ovesen
2013-03-27vtl: video sets session start/end markers.Robin Gareus
2013-03-04make notice about mismatched session/ardour versions more prominent, since yo...Paul Davis
2013-03-02fix MTC slave+generator for non integer quarter_frame_durationRobin Gareus
2012-12-14merge robin gareus' libltc into ardour source tree for conveniencePaul Davis
2012-12-06various fixes for exporting, including correct handling of errors during expo...Paul Davis
2012-12-04dramatically speed up the addition of large numbers of busses + tracks. consi...Paul Davis
2012-11-13implement TC offset for slave&generator.Robin Gareus
2012-11-13add alt-i as a binding in both the editor and mixer windows to toggle the sta...Paul Davis
2012-11-13complete r13404 - use double for timecode fps.Robin Gareus
2012-11-09LTC encoder: fix signal polarityRobin Gareus
2012-10-29change is the only constantPaul Davis
2012-10-28LTC (slave&gen): no reset on graph-changeRobin Gareus
2012-10-26LTC generator - reinit on xrun or graph-reorderRobin Gareus
2012-10-26LTC Slave - re-init on xrun or graph changeRobin Gareus
2012-10-26prevent raptor attacks on Ardour's lead developer.Robin Gareus
2012-10-25move ownership of LTC I/O ports to Session, and manage as IO objectsPaul Davis
2012-10-23LTC generator updateRobin Gareus
2012-10-21add LTC generatorRobin Gareus
2012-10-17patch from robin to fix where the transport start occurs when exporting (#4098)Paul Davis
2012-10-12tweaks to be ready for more information timecode display in Timecode clock modePaul Davis
2012-10-11move the external sync source selection tobe a global config parameter, not p...Paul Davis