summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
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-25make information extraction from session file options list robust against som...Paul Davis
2013-09-23add new static functions to get SR and disk sample format from session XMLPaul Davis
2013-09-22make session creation from a template work againPaul 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-14move creation of Graph till after we have the engine running, since we need a...Paul Davis
2013-09-12reinstate unblocking-of-connections in session setup, accidentally dropped in...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-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-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
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-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
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-19more work on RID and editor/mixer order matching; when a track/bus is hidden ...Paul Davis
2012-06-28further efforts at cleaning up the design of the interaction/relationship bet...Paul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-26Remove unused named selection / chunk code.Carl Hetherington
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-06-23Use SessionDirectory class directly rather than ARDOUR::create_session_directoryTim Mayberry
2012-06-23Remove unused or unnecessary header includesTim Mayberry
2012-06-23Remove unused header includeTim Mayberry