summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2010-11-25Prevent removal of route inputs when the plugins cannot be configured with th...Carl Hetherington
2010-11-25Stub implementation of LV2 persist extension.David Robillard
2010-11-25Remove unused code.Carl Hetherington
2010-11-23semi-functioning vbap panning, still not donePaul Davis
2010-11-20Save/restore aux send levels. Fixes #3546.Carl Hetherington
2010-11-19non-crashing (but also non-functional) integration of VBAP with panner "archi...Paul Davis
2010-11-18steps toward a working VBAP pannerPaul Davis
2010-11-18initial check in of VBAP implementation (not coupled to any existing ardour o...Paul Davis
2010-11-17Add std::string specialization for ConfigVariableWithMutation which handles s...Carl Hetherington
2010-11-16handle OS X's lack of unnamed semaphores, phase 1Paul Davis
2010-11-15Modify region trim cursor if a region can only be trimmed in one direction.Carl Hetherington
2010-11-15nominally add MIDI input support for AudioUnit pluginsPaul Davis
2010-11-14Create a new layer if required on record to a track in stacked mode. Fixes #...Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-10fix dubious conflation of int and pthread_tPaul Davis
2010-11-09handle multiple imports of the same file better (via better source naming); m...Paul Davis
2010-11-09add set_from_string() method for ConfigVariableWithMutation so that it gets s...Paul Davis
2010-11-09add "origin" property to FileSource so that we can track multiple importsPaul Davis
2010-11-09remove hardlink option from RC variablesPaul Davis
2010-11-09always store source names as relative paths; always add directories of embedd...Paul Davis
2010-11-09initial pass at a missing file dialog and "relocatable" source files. lots mo...Paul Davis
2010-11-05try to sensibly handle repeated imports of the same file. the same thing migh...Paul Davis
2010-11-04Add column headings and length field to export timespan selector. Fixes #3518.Carl Hetherington
2010-11-04Reformat.Carl Hetherington
2010-10-28Add region peak amplitude to region editor.Carl Hetherington
2010-10-28Make normalize cancel button work.Carl Hetherington
2010-10-27Use ProgressReporter class for normalization. Report progress for individual...Carl Hetherington
2010-10-11Comment.Carl Hetherington
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-10-07Update auto loop range to match session range until it is changed by the user...Carl Hetherington
2010-10-07Respond to JACK session quit request. Fixes #3491.Carl Hetherington
2010-10-05Remove some unused code.Carl Hetherington
2010-10-05Improve GUI display during MIDI record in various ways.Carl Hetherington
2010-10-05Fix incorrect angle brackets for includes.Carl Hetherington
2010-10-05Comments.Carl Hetherington
2010-10-02Small cleanup.Carl Hetherington
2010-09-29Fix confusion about the 'done' variable in InterThreadInfo during import. 'd...Carl Hetherington
2010-09-23framecnt -> framepos for extents, as I think it makes slightly more sense.Carl Hetherington
2010-09-22much craziness with canvas cursors; fix 0 beat cursor text when shortening no...Paul Davis
2010-09-21missing part of lincoln's patchPaul Davis
2010-09-20region list displays actual playlist use count for each region, rather than a...Paul Davis
2010-09-20Add missing files.Carl Hetherington
2010-09-20Add progress bar to strip silence dialogue. Fixes #3103.Carl Hetherington
2010-09-19Put images on the fade in/out menus. Fixes #3411.Carl Hetherington
2010-09-18Fix save/reload of pan automation.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-16make resampled sources (during import) report their "natural position" (i.e. ...Paul Davis
2010-09-14Tidy up PeaksReady locking slightly and emit it during done_with_peakfile_wri...Carl Hetherington
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis