summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2014-09-04updated .po filesPaul Davis
2014-09-03release shared route pointer kept by InternalSend when dropping refs.Robin Gareus
2014-08-31Fix crash when changing automation mode for MIDI track control automation.David Robillard
2014-08-31Remove unused variables (fix warnings).David Robillard
2014-08-31Fix mismatched initialisation order.David Robillard
2014-08-31prepare for clang static analysis of RT-functions:Robin Gareus
2014-08-28Add an extra folder to get searched (on Windows only) when looking for config...John Emmas
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ...John Emmas
2014-08-14Add backwards compatibility for instant.xml changes.nick_m
2014-08-14Move ExportProfile xml from Session instant.xml to session file.nick_m
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-08-01Enforce mixer strip widths, more case fixes, and minor theme changesBen Loftis
2014-08-01consistently use mixed-case labelsBen Loftis
2014-07-28grouped faders should have relative gain by defaultBen Loftis
2014-07-28clean up cruft in some config variablesBen Loftis
2014-07-27Add provision for 'PROGRAM_VERSION' (MSVC libardour project)John Emmas
2014-07-23Cut and Copy should remember the white space at the end of a range.Ben Loftis
2014-07-18tweaks for the monitor section. refactoring of some buttons, using new Ardou...Ben Loftis
2014-07-16LV2: don't leave active plugins deactivated after latency-compute-runRobin Gareus
2014-07-16parameterize the version number used to define the config directory namePaul Davis
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-07-15Support saving LV2 presets multiple times (fix #0005949).David Robillard
2014-07-14Group the Rec and Monitor buttons together. Group the Solo Isolate and Lock ...Ben Loftis
2014-07-11fatal error if vfork-exec-wrapper cannot be found (on unix systems).Robin Gareus
2014-07-10add libardour infrastructure for "fade range" edit operationPaul Davis
2014-07-10do not call basename_nosuffix() before using matching_unsuffixed_filename_exi...Paul Davis
2014-07-09add mixbus profile which removes the tearoffsBen Loftis
2014-07-09make AutomationList::operator==() private and abort() as its core, because it...Paul Davis
2014-07-09remove debug outputPaul Davis
2014-07-09fix crash initiated by never configuring track write sources when reloading a...Paul Davis
2014-07-09do not return auditioner as part of Session::get_tracks()Paul Davis
2014-07-09add Session::get_tracks()Paul Davis
2014-07-09add mutex to prevent concurrent session state saves.Paul Davis
2014-07-09do not attempt to save undo history if it is empty, and do not do any part of...Paul Davis
2014-07-09don't save state when removing sources during session loading (though this sh...Paul Davis
2014-07-09only reset AudioDiskstream write sources if the I/O configuration changed. Do...Paul Davis
2014-07-08when merging external source files into session folder, if a collision occurs...Paul Davis
2014-07-08initial implementation of "bring all media into session folder". Incomplete b...Paul Davis
2014-07-06remove some cruft with previous commits. remove option link-region-and-track...Ben Loftis
2014-07-06remove cruft.Robin Gareus
2014-07-05Report an error when post-export hook fails.Colin Fletcher
2014-07-04disable latency-compensation preparations for nowRobin Gareus
2014-07-03fix the naming and behavior of always-play-range to match the button, which i...Ben Loftis
2014-07-02add a method to cancel a pending play_range. this is needed when we are modi...Ben Loftis
2014-07-02unique filenames across all searched foldersRobin Gareus
2014-07-01splice mode is undefined, undocumented, and buggy. ripple does most of what ...Ben Loftis
2014-07-01remove debug outputPaul Davis
2014-07-01add partial support for mute automation (playback does not work, data is not ...Paul Davis
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-07-01merge with master.Paul Davis