summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
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-05-25bounce to target number of channelsRobin Gareus
2014-05-25compensate for processor latency during bounceRobin Gareus
2014-05-25fix bounce with processing (thread buffers) fixes #5920Robin Gareus
2014-04-28merge (squash) with scenechange topic branch to provide MIDI-driven scene cha...Paul Davis
2014-04-14more work on linking file existence and removabilityPaul Davis
2014-04-14check whether a source with the same path exists in session list not just on ...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-04-10redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2014-01-23fix merge conflict with masterPaul Davis
2014-01-19lock source list when destroying it.Robin Gareus
2014-01-16Merge branch 'master' into cairocanvasPaul Davis
2014-01-16allow auditioning via the monitor section to work.Paul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-03improve clarity of logic parenthesesPaul Davis
2014-01-02mantis 0005805derAbgang
2013-10-23make fixed IO ports untranslatableRobin Gareus
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-06Merge branch 'master' into windows+ccJohn Emmas
2013-10-02fix up crash caused by changes in object creation order and setting the state...Paul Davis
2013-09-21likely fix for creating new sessions from templatesPaul Davis
2013-09-20Revert "actually load new state after creating a session."Paul Davis
2013-09-20Merge branch 'master' of https://github.com/nmains/ardourPaul Davis
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-09-18actually load new state after creating a session.nick_m
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-16fix missing initialization of two Session members, which fixes a crash during...Paul Davis
2013-09-16fix ordering in session construction so that new sessions and existing ones b...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-12lots of changes to auto-start (and stop) the backend for latency measurements...Paul Davis
2013-09-12change names, add comment, improve return type to avoid extra call to get Eng...Paul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-11*maybe* fix issues with zombification during session loadingPaul Davis
2013-09-11fix handling of new sessionPaul Davis
2013-09-10many changes relating to session construction and audioengine interactionPaul Davis
2013-09-09start reordering of Session initializationPaul Davis
2013-09-09move engine dialog from a widget to an actual dialog; emit Session::AudioEngi...Paul Davis
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-09-05move MidiPortManager from AudioEngine to SessionPaul Davis
2013-08-09more purging of JACK as an explicit name from libardourPaul 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-01full compilation and linking (coding not finished, will not run)Paul Davis