summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
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 ordering in session construction so that new sessions and existing ones b...Paul Davis
2013-09-14Merge branch 'master' into windowsPaul Davis
2013-09-14move creation of Graph till after we have the engine running, since we need a...Paul Davis
2013-09-13Merge branch 'master' into windowsPaul Davis
2013-09-12reinstate unblocking-of-connections in session setup, accidentally dropped in...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-06Rename SearchPath class SearchpathTim Mayberry
2013-09-05move MidiPortManager from AudioEngine to SessionPaul Davis
2013-09-05'libs/ardour' - Minor changes to prevent MSVC from complaining about malforme...John Emmas
2013-08-09split up session code that uses parts of the JACK API (timebase + session eve...Paul Davis
2013-08-09changes to allow window branch to build on OS XPaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-04'libs/ardour' - Compiler specific includes and includesJohn Emmas
2013-08-01full compilation and linking (coding not finished, will not run)Paul Davis
2013-07-25most of libardour now actually compilesPaul Davis
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ...Paul Davis
2013-07-13Fix saving sessions on windows by using g_rename instead of ::renamePaul Davis
2013-07-13Revert "Fix saving sessions on windows by using g_rename instead of ::rename"Paul Davis
2013-07-13Fix saving sessions on windows by using g_rename instead of ::renamePaul Davis
2013-07-11Include pbd/localtime_r.h for mingw buildPaul Davis
2013-07-11remove direct of realpath(2), replace with canonical_path() which is a no-op ...Paul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-07-11Revert "Remove non-portable and unnused header includes"Paul Davis
2013-07-11Remove non-portable and unnused header includesPaul 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-16fix jack session filename (colons are invalid)Robin Gareus
2013-04-08fix prev commit SaveSession() signal was sent too late.Robin Gareus
2013-04-08add session save signal and hook-up videotimelineRobin Gareus
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2013-03-12fix error reporting for a realpath(2) errorPaul Davis
2013-03-06two fixes from TheCranston to help out on OS X with disk space measurement, m...Paul Davis
2013-03-04make notice about mismatched session/ardour versions more prominent, since yo...Paul Davis
2013-03-03skip fade&envelope info in region XMLRobin Gareus
2013-03-03fix region fade/env XML save - fixes #5353Robin Gareus
2013-01-09minor translation fixes/typos from edogawaPaul Davis
2012-12-14merge robin gareus' libltc into ardour source tree for conveniencePaul 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-12fix #5076 - we failed to actually find any existing snapshots because the pat...Paul Davis
2012-10-25move ownership of LTC I/O ports to Session, and manage as IO objectsPaul Davis
2012-10-21add LTC generatorRobin Gareus
2012-10-17forward part the backend part of the generic MIDI control fixes from mb2/a2Paul Davis
2012-10-11move the external sync source selection tobe a global config parameter, not p...Paul Davis