summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
2014-06-29allow to load/save default session-propertiesRobin Gareus
2014-06-28add Session::StateProtectorRobin Gareus
2014-06-26implement track numberingRobin Gareus
2014-06-17Change PBD::PathScanner API to return results by value to avoid inadvertent m...Tim Mayberry
2014-06-04re-work bounce/freeze. Freezer stops at first active delivery.Robin Gareus
2014-05-29fix data loss/file deletion caused by mistaken used of Session::source_by_pat...Paul Davis
2014-05-26apply gain automation on bounce - fixes 5887Robin Gareus
2014-05-26process effect-automation when bouncing w/processingRobin Gareus
2014-04-28merge (squash) with scenechange topic branch to provide MIDI-driven scene cha...Paul Davis
2014-04-17new transport option, "loop-is-mode" which optionally changes the role of the...Paul Davis
2014-04-14further code simplification and rationalization related to MIDI source/file r...Paul Davis
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI r...Paul Davis
2014-02-23preparations for VST Shell plugins (mostly mixbus code forward port)Robin Gareus
2014-01-23fix merge conflict with masterPaul Davis
2014-01-19remove cruftRobin Gareus
2014-01-14revert incorrect include path changes and removal of export macros for two li...Paul Davis
2014-01-14'libs/ardour' - Non-visibility stuff changed for MSVC (mostly alterations to ...John Emmas
2014-01-14'libs/ardour' - DLL visibility stuff and associated changes needed for buildi...John Emmas
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-05Remove duplicate use of LIBARDOUR_API from Session classTim Mayberry
2013-12-05Fix compile when using external version of libltcTim Mayberry
2013-12-03fix up wscript/build issues in exportvis after merge with masterPaul Davis
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-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add export visibility macros across libardourPaul Davis
2013-10-16make small beginning on visibility control in libardourPaul Davis
2013-10-09merge with master, fixing conflicts in 3 wscript filesPaul 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-16fix conflicts and merge with masterPaul Davis
2013-09-16more session construction order changes, and removal of n_physical_{inputs,ou...Paul Davis
2013-09-13Merge branch 'master' into windowsPaul Davis
2013-09-12don't stop metering thread when session is removed; move engine-setup code in...Paul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...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-24fix merge conflicts from masterPaul 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-07-31fix merge conflict from masterPaul Davis