summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/utils.h
AgeCommit message (Expand)Author
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-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
2011-12-07improved WORKING fix for search path issuesPaul Davis
2011-06-19much ado about nothing when it comes to gain controlPaul Davis
2011-02-09split out ARDOUR::how_many_dsp_threads() ; fix test for whether to use use ro...Paul Davis
2010-12-23Use MTC instead of MIDI Timecode as the string for the external sync button. ...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-07-22second (and hopefully) final part of changes to respond to header format chan...Paul Davis
2010-07-22first part of using appropriate .ext extensions for the current chosen native...Paul Davis
2010-06-02forward port ConfigVariable<bool> fix from 2.XPaul Davis
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2009-12-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-10-28* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headersPaul Davis
2009-10-27Update BBT_Time add and subtract interfaces (stubs, just for unit test buildi...David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-02string_is_affirmative() fix for 3.0Paul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-05-16Remove preferences menu options that have been moved into one or other prefer...Carl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-09-04Remove unused utility function elapsed_time_to_strTim Mayberry
2007-06-27Remove unused and non-portable utility functionTim Mayberry
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2007-01-03* added max peak hold state to IO so that the true held peaks can be displayedJesse Chappell
2007-01-02finish use of EnumWriter for saving flags etc. throughout the session filePaul Davis
2006-12-21use ustring more; handle embedding of "paired" files as per mantis #1362Paul Davis
2006-09-29many important changes to configuration system and specific parametersPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-08-31Fixed compilation of CoreAudioSourceTaybin Rutkin
2006-08-31merge changes from harrison branch back into trunk, by handPaul Davis
2006-07-31Start of AudioUnit work. COREAUDIO=y is a little destable for now.Taybin Rutkin
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-03-27total reimplementation of Configuration object internals to make adding new c...Paul Davis
2006-02-11miscellaneous fixes post-jesse's 24 bit file format changesPaul Davis
2005-09-24libardour added.Taybin Rutkin