summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
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
2013-01-15better error msg about autoloop locationPaul Davis
2013-01-09A few more typo fixes in libardour.Colin Fletcher
2012-12-14merge robin gareus' libltc into ardour source tree for conveniencePaul Davis
2012-12-13reinstate the windows way for GUIIdle's but limit the scope of the connection...Paul Davis
2012-12-12because sometimes there are good reasons for not doing things the way a windo...Paul Davis
2012-12-12sometimes, you just have to do what a windows programmer would do. add a glob...Paul Davis
2012-12-05Session should disconnect from all signals during its destruction, earlyPaul Davis
2012-12-04dramatically speed up the addition of large numbers of busses + tracks. consi...Paul Davis
2012-11-21add more DEBUG::Solo output ; fix assignment of remote control ID's from XML ...Paul Davis
2012-11-19remove unused Automatable::automation_interval and related codePaul Davis
2012-11-19tweak config param for automation sampling interval, set to 500msec by defaul...Paul Davis
2012-11-14do not add 2.X search path if its already present in the search pathPaul Davis
2012-11-13add alt-i as a binding in both the editor and mixer windows to toggle the sta...Paul Davis
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