summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2014-04-14merge 5764970709f15e85ec30c9cea89c318eb8114c58 from cairocanvas as final(?) c...Paul 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-14redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2014-01-19lock source list when destroying it.Robin Gareus
2014-01-16allow auditioning via the monitor section to work.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-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-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-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-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-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
2013-08-01use zeroed scratch buffers for "silent" plugin runsRobin Gareus
2013-07-30use dedicated buffers for route (and track)Robin Gareus
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-05-17initialize ltc_enc_buf to 0 to fix crash in ltc_tx_cleanup at startupjdekozak
2013-04-15Revert "option to ignore feedback detection - /i know what i'm doing/ mode."Robin Gareus
2013-04-15option to ignore feedback detection - /i know what i'm doing/ mode.Robin Gareus
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
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-30fix up some confusion with filesources' _origin and _file_is_new members. if ...Paul Davis
2013-03-04make notice about mismatched session/ardour versions more prominent, since yo...Paul Davis
2013-01-21tweak for const correctness on applePaul Davis
2013-01-15remove some debug outputPaul Davis