summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2012-10-26clean up consequences of using IO/Port/Buffer for LTC output, and in related ...Paul Davis
2012-10-25move ownership of LTC I/O ports to Session, and manage as IO objectsPaul Davis
2012-10-23probable fix for not being able to find audio files in a 2.X session that had...Paul Davis
2012-10-21add LTC generatorRobin Gareus
2012-10-18change input/output button context menus for mixer strip to be non-additive: ...Paul 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-07-07Fix Jack transport master after session load.David Robillard
2012-06-28further efforts at cleaning up the design of the interaction/relationship bet...Paul Davis
2012-06-28Fix missing lock causing erroneous disk space reports when dragging audio clo...Carl Hetherington
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-26Fix some oddities with playhead movement when locatingCarl Hetherington
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-06-23Remove unused or unnecessary header includesTim Mayberry
2012-06-23Use Glib::build_filename in Session::new_midi_source_name()Tim Mayberry
2012-06-23Use Glib::file_test instead of sys::existsTim Mayberry
2012-06-23Move three file utility functions from pbd/filesystem.h to pbd/file_utils.hTim Mayberry
2012-06-23Rename PBD::sys::inodes_same to equivalent_pathsTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-22provide an easier way to add mixed (audio+MIDI) tracks to a session, to facil...Paul Davis
2012-06-21a putatively better approach to cleaning up ports at session closingPaul Davis
2012-06-20Declick before the end of seamless loops, not after the end, so that loops ar...Carl Hetherington
2012-06-19Write the topologically sorted route list back to the session's list so that ...Carl Hetherington
2012-06-18Fix comment.Carl Hetherington
2012-06-14Hopefully fix race between engine being halted and butlerCarl Hetherington
2012-06-13Add operation_in_progress() method.Carl Hetherington
2012-06-12Handle failure of statfs to return available disc space on Samba shares mount...Carl Hetherington
2012-06-11Make send automation work (#4734).Carl Hetherington
2012-06-06Remove some unused code.Carl Hetherington
2012-05-28Add path_is_within to decide if a path is within a givenCarl Hetherington
2012-05-27don't alter session search path frm within FileSource constructor, do it when...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-24revert previous commit (it should work, but did not); minor tweaks elsewherePaul Davis
2012-04-24move the point at which PannersLegal is emitted (thus resetting panners). It ...Paul Davis
2012-04-24add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and us...Paul Davis
2012-04-22MCP: a fistful of improvements. probably best to just try it and see what it ...Paul Davis
2012-04-18add User metadata. user metadata is edited from the same dialog and read/wri...Ben Loftis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-11Remove unused playlist audition code.Carl Hetherington
2012-04-07Fix possible null pointer dereference (#4813).Carl Hetherington
2012-04-05Fix operator precedance inaccuracy (#4825).Carl Hetherington
2012-03-25Typo in comment.Carl Hetherington
2012-03-16put back revised version of Route::has_external_redirects() and use it to giv...Paul Davis
2012-03-16remove now-unused Route::has_external_redirects()Paul Davis
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2012-03-07Patch from colinf to fix auto-connect of bus outputs (#4758).Carl Hetherington
2012-03-05Prevent duplication of search path elements when symlinks are involved (#4568).Carl Hetherington
2012-02-02add a way to create a new MIDI track with an instrument pre-selectedPaul Davis