tweak search path for export profiles
[ardour.git] / libs / ardour /
2010-12-03 Paul Davistweak search path for export profiles
2010-12-03 Carl HetheringtonNo-op: reformat and add GPL boilerplate.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-02 Carl HetheringtonA few type fixes.
2010-12-01 Paul Davismore stereo panner work
2010-12-01 Paul Davisremove some debugging output
2010-12-01 Carl HetheringtonRemove some thought-to-be-useless volatile qualifiers.
2010-12-01 Carl HetheringtonRe-expose timecode offset in the session option editor.
2010-12-01 Paul Davisbetter operation of the stereo panner
2010-12-01 Carl HetheringtonRevert previous incorrect patch.
2010-12-01 Carl HetheringtonRemove unused timecode offset stuff.
2010-12-01 Carl HetheringtonRemove unused code.
2010-11-30 David RobillardCorrectly implement LV2 event URI mapping (event URI...
2010-11-30 David RobillardFix LV2 logarithmic hint URI.
2010-11-30 David RobillardTidy (whitespace changes only).
2010-11-30 David RobillardFix stub LV2 persist implementation.
2010-11-29 Paul Davisremove using boost::shared_ptr stuff from session.cc
2010-11-29 Paul Davisposition+width panning improvements (reverse width...
2010-11-29 Paul Davismake position+width stereo panning actually functional...
2010-11-28 Paul Davisadd non-functional meta-controls for 2in/2out panning...
2010-11-28 Carl HetheringtonFix non-update of session range marker in some cases.
2010-11-28 Paul Davisfix lookup of LV2 plugin parameter name
2010-11-28 Paul Davisinitialize rec-enable controllable after setting MidiTr...
2010-11-28 Paul Davismore or less complete restoration of Controllable:...
2010-11-27 Paul Davisdon't display internal returns to user
2010-11-27 Paul Davisremove (or attempt to remove) requirement for holding...
2010-11-27 Paul Davischanges associated with save/restore of AutomationContr...
2010-11-27 Paul Davissave controls state in PluginInsert state nodes (needed...
2010-11-27 Paul Davismake IO::disconnect (port,port) symmetric with IO:...
2010-11-27 Carl HetheringtonAdd comments.
2010-11-26 Carl HetheringtonAdd missing files from previous commit.
2010-11-26 Carl HetheringtonHandle unknown plugins on loading sessions by hiding...
2010-11-26 Carl HetheringtonAdd lots of asserts to try to track down #3553.
2010-11-26 David RobillardRemove premature inclusion of lv2_persist_file.c
2010-11-26 David RobillardFix more broken indentation (whitespace changes only).
2010-11-26 Paul DavisVBAP panner should use Panner::_angles not its own...
2010-11-26 Paul Davisadd two process lock calls where some port connecting...
2010-11-26 Paul Davisone step closer to working vbap panning
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-11-25 David RobillardAdd missing file.
2010-11-25 David RobillardStub implementation of LV2 persist extension.
2010-11-25 Carl HetheringtonRemove unused code.
2010-11-24 Carl HetheringtonPrevent crash when loading sessions with unknown plugins.
2010-11-23 Carl HetheringtonSave solo isolate / solo safe states. Fixes #3551.
2010-11-23 Paul Davissemi-functioning vbap panning, still not done
2010-11-21 Carl HetheringtonThought-to-be-fix for #2794; fix route process order...
2010-11-20 Paul Davismore debugging
2010-11-20 Paul Davisdebugging
2010-11-20 Carl HetheringtonSave/restore aux send levels. Fixes #3546.
2010-11-19 Carl HetheringtonFix typo causing CPU burn.
2010-11-19 Paul Davisnon-crashing (but also non-functional) integration...
2010-11-18 Paul Davissteps toward a working VBAP panner
2010-11-18 Paul Davisadd license info to vbap code
2010-11-18 Paul Davisinitial check in of VBAP implementation (not coupled...
2010-11-17 Carl HetheringtonAdd std::string specialization for ConfigVariableWithMu...
2010-11-17 Carl HetheringtonRemove debug output.
2010-11-16 Paul Davishandle OS X's lack of unnamed semaphores, phase 1
2010-11-15 Carl HetheringtonModify region trim cursor if a region can only be trimm...
2010-11-15 Paul Davisnominally add MIDI input support for AudioUnit plugins
2010-11-14 Carl HetheringtonFix updates of LV2 plugin parameters. Fixes #3341.
2010-11-14 Carl HetheringtonCreate a new layer if required on record to a track...
2010-11-13 Carl HetheringtonFix crash on closedown.
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-11-12 Carl HetheringtonRemove unused variables.
2010-11-10 Paul Davisfix botched fix
2010-11-10 Paul Davisremove some unnecessary and hard-to-compile-on-OSX...
2010-11-10 Paul Davisremove duplicate std limit + format macro defs
2010-11-10 Paul Davisremove duplicate std limit + format macro defs
2010-11-10 Paul Davisfix dubious conflation of int and pthread_t
2010-11-10 Paul Davisupdated .po files (*not* translations, just .po files)
2010-11-10 Paul Davisre-enable i18n as a build target for translations
2010-11-09 Paul Davismissing dialog cleanups and logic improvements
2010-11-09 Paul Davishandle multiple imports of the same file better (via...
2010-11-09 Paul Davisadd set_from_string() method for ConfigVariableWithMuta...
2010-11-09 Paul Davisfix bug in path_expand() when passed an empty string
2010-11-09 Paul Davisadd "origin" property to FileSource so that we can...
2010-11-09 Paul Davisremove hardlink option from RC variables
2010-11-09 Paul Davisalways store source names as relative paths; always...
2010-11-09 Paul Davisinitial pass at a missing file dialog and "relocatable...
2010-11-05 Paul Davistry to sensibly handle repeated imports of the same...
2010-11-04 Carl HetheringtonPaste regions in the right place. Fixes #3517.
2010-11-04 Carl HetheringtonAdd column headings and length field to export timespan...
2010-11-04 Carl HetheringtonReformat.
2010-11-02 Sakari BergenFix invalid assertion from previous commit, and possibl...
2010-11-02 Sakari BergenAdd assertion to export code to make sure the buffer...
2010-11-02 Sakari BergenFix Ogg export (maybe float export also?)
2010-10-28 Carl HetheringtonAdd region peak amplitude to region editor.
2010-10-28 Carl HetheringtonMake normalize cancel button work.
2010-10-28 Carl HetheringtonFix up progress bar on normalization.
2010-10-27 Carl HetheringtonMake build scripts python2/3 agnostic.
2010-10-27 Carl HetheringtonDon't strip suffixes twice from peakfile names, otherwi...
2010-10-27 Carl HetheringtonPrevent crash when trying to register a port with a...
2010-10-27 Carl HetheringtonUse ProgressReporter class for normalization. Report...
2010-10-11 Carl HetheringtonComment.
2010-10-10 Carl HetheringtonFix libardour tests.
2010-10-09 Carl HetheringtonFix crash when running an analysis of a plugin with...
2010-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-10-07 Carl HetheringtonRemove debug code from previous.
2010-10-07 Carl HetheringtonUpdate auto loop range to match session range until...
2010-10-07 Carl HetheringtonRespond to JACK session quit request. Fixes #3491.
next