summaryrefslogtreecommitdiff
path: root/libs/ardour/utils.cc
AgeCommit message (Expand)Author
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2018-11-07Add support for recording to .flacRobin Gareus
2018-10-05move away from "sync source" conceptsPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18Add support for Latch AutomationRobin Gareus
2017-06-26Add convenience fn to compute a file's sha1sumRobin Gareus
2017-06-21Fix/update maximum gain computationRobin Gareus
2017-06-21Remove Cruft -- AutomationStyle never did anything.Robin Gareus
2016-12-18Shorten sync-button label/sizeRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-04Change a few instances of 'stat()' to use 'g_stat()' (for UTF8 compatibility ...John Emmas
2015-09-08RF64, RF64 (WAV) and MBWF native file header formatsPaul Davis
2015-07-26Move ARDOUR::touch_file to pbd/file_utils.hTim Mayberry
2015-07-26Use g_open instead of ::open in ARDOUR::touch_file for portabilityTim Mayberry
2015-07-25Revert "A few more instances of non-glib 'open()' getting used without locale...Tim Mayberry
2015-07-23A few more instances of non-glib 'open()' getting used without locale-specifi...John Emmas
2015-07-15amend 3a5ac7fRobin Gareus
2015-07-15update existing dpm meter-falloff config to new fastest.Robin Gareus
2015-06-29(re)implement Yevgeny's LTC branch changes in the context of ardour-merge-fro...Paul Davis
2014-11-14add abort() to non-reached codeRobin Gareus
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-06-30Disallow empty names for Groups, automatically enumerate themRobin Gareus
2014-06-26bump take-name after every recordingRobin Gareus
2014-06-25namespace libardour utilsRobin Gareus
2014-05-07Ripple mode: basic implementationColin Fletcher
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-10add cmp_nocase_utf8()Nils Philippsen
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-08-04'libs/ardour' - Compiler specific includes and includesJohn Emmas
2013-07-10meter line-up and fall-off standard values & namesRobin Gareus
2013-03-20move path_expand() and search_path_expand() into libpbd, and use them to expa...Paul Davis
2013-03-17Save LV2 presets with relative URIs to their own bundle, in the same style as...David Robillard
2012-12-20replace characters that would make an export filename illegal on any/all file...Paul Davis
2012-10-23probable fix for not being able to find audio files in a 2.X session that had...Paul Davis
2012-10-14use translatable strings for TC info,Robin Gareus
2012-10-12skeleton framework for LTC-slaveRobin Gareus
2012-05-31Remove unused method.Carl Hetherington
2012-05-28Add path_is_within to decide if a path is within a givenCarl Hetherington
2012-04-12move string_is_affirmative() into libpbdPaul Davis
2012-03-05Add new inodes_same() method.Carl Hetherington
2012-01-18restore ability to create TOC and CUE files during export. this is an option ...Paul Davis
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2011-12-07improved WORKING fix for search path issuesPaul Davis
2011-11-21use return value of realpath() and note an error if it occursPaul Davis
2011-11-11remove debug outputPaul Davis