try not thinning when loading old-school automation lists
[ardour.git] / libs / ardour / ardour /
2012-05-28 Carl HetheringtonAdd path_is_within to decide if a path is within a...
2012-05-27 David RobillardRe-implement URIMap to tolerate broken plugins that...
2012-05-27 Paul Davisadd a fix for the one problem case from the last commit...
2012-05-26 Paul Davisconvert audioregion xfade stuff to properties, add...
2012-05-24 Paul Davisalways create short xfades when adding a region based...
2012-05-24 Paul Davisremove old RECMUTEX conditional
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-24 David RobillardCompile cleanly with clang.
2012-05-23 Paul Davisalter API for MIDI cloning to facilitate export
2012-05-21 Carl HetheringtonSlightly hacky improvement to embolden the labels of
2012-05-18 Paul Davismajor rationalization of use of search paths. ardour...
2012-05-16 Paul Davislet's do this right if we're going to do it at all ..
2012-05-16 Paul Davisswitch to a RWLock for Playlist, to allow simultaneous...
2012-05-15 Paul Davisremove two instances of static/global ScopedConnectionL...
2012-05-15 Carl HetheringtonRemove unused method.
2012-05-15 Carl HetheringtonRemove bind to shared_ptr.
2012-05-14 Paul Davisdrop boost::signals2 and replace with carl's solution...
2012-05-11 Paul Davisswitch to 5 new fade curves, taken from mixbus2 branch...
2012-05-10 Paul Davistrim a single other region when adjusting xfade length
2012-05-10 Paul Davisif an xfade involves only 2 regions, clamp its length...
2012-05-07 Paul Davismove ::reconfigurable_io() from Plugin to PluginInfo...
2012-05-02 Paul Davismore fixes/tweaks from the land of the lion
2012-05-01 Paul Davisremove recursive mutex from Playlist, replace with...
2012-05-01 Carl HetheringtonRemove unused quantize type options.
2012-05-01 Paul Davismostly backup-oriented commit to preserve very initial...
2012-04-30 Carl HetheringtonClarify behaviour of ::read (overwrites its buffer...
2012-04-30 Carl HetheringtonRemove unused return value.
2012-04-30 Paul Davisadd explicit inverse fade in/out curves for use when...
2012-04-30 Carl HetheringtonRemove unused options related to crossfades.
2012-04-27 Paul DavisCrossfades: default xfades are now constant-power,...
2012-04-26 Carl HetheringtonUse Glib::Threads::RecMutex rather than Glib::RecMutex...
2012-04-25 Paul DavisMCP: dynamic ipMIDI ports, more default key bindings...
2012-04-24 Paul Daviseventloop and abstractui debugging, lots more commentin...
2012-04-22 Paul DavisMCP: a fistful of improvements. probably best to just...
2012-04-20 David RobillardAdd "Description" pane to generic plugin UI for LV2...
2012-04-20 David RobillardSet tooltips on generic UI controls for LV2 plugin...
2012-04-19 Carl HetheringtonBreak shared_ptr cycle between Track and its
2012-04-19 Paul Davisadd a simple method to return "the instrument" associat...
2012-04-18 Ben Loftisadd User metadata. user metadata is edited from the...
2012-04-17 Paul DavisMCP: various work on the button binding GUI
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-15 Carl HetheringtonUpdate MidiRegion::_start_beats on trimming the front...
2012-04-14 Carl HetheringtonFix a few framecnt / framepos type confusions.
2012-04-14 Carl HetheringtonFix a few return types.
2012-04-13 Paul DavisMCP: timeout display of value when altering with fader...
2012-04-13 Paul Davisconvert rec-enable control for a Track from PBD::COntro...
2012-04-12 Paul Davisremove old mcp config params, use new one
2012-04-12 Paul Davismove string_is_affirmative() into libpbd
2012-04-11 Carl HetheringtonRemove some unused parameters.
2012-04-11 Carl HetheringtonRemove unused parameter to Port::flush_buffers().
2012-04-11 Carl HetheringtonSimplify slightly odd update_length() signature.
2012-04-11 Carl HetheringtonRemove unused playlist audition code.
2012-04-11 David RobillardFix crash introduced in r11877 (oops). Add LV2Plugin...
2012-04-10 David RobillardForward port LV2 BPM and freewheeling port stuff from...
2012-04-06 David RobillardExecute plugin worker tasks immediately in the audio...
2012-04-05 Paul Davisprovide an RC configuration variable to "shadow" Evoral...
2012-04-05 David RobillardImplement LV2 worker extension.
2012-04-02 Carl HetheringtonRemove some unused stuff.
2012-04-01 Carl HetheringtonAdd comment and fix type.
2012-04-01 Carl HetheringtonRemove unused declaration.
2012-03-30 David RobillardUpdate to latest LV2 state extension.
2012-03-25 Carl HetheringtonGive the _sends member of InternalReturn its own mutex,
2012-03-25 David RobillardUpdate to latest LV2 atom extension.
2012-03-21 Carl HetheringtonUse combo box for plugin controls for ports marked as
2012-03-20 Paul Davismake MIDI Patch Manager search in $user_config_dir...
2012-03-17 Carl HetheringtonRemove erroneous non-run of plugins when the transport...
2012-03-16 Paul Daviscontinue the saga of Rewrite The XML Node So That It...
2012-03-16 Paul Davisput back revised version of Route::has_external_redirec...
2012-03-16 Paul Davisremove now-unused Route::has_external_redirects()
2012-03-15 Paul Davisadd new files
2012-03-15 Paul Davisradically rethink export/bounce/freeze code design...
2012-03-15 Paul Davisremove unused Glib::Thread* from ProcessThread
2012-03-15 Paul Davisbetter, cleaner fix for copying sends/returns/port...
2012-03-13 Paul Davisredesign how XML state, bitslots and names get propagat...
2012-03-10 Carl HetheringtonPatch from colinf to allow the number of recent sessions to
2012-03-07 Carl HetheringtonPatch from colinf to fix auto-connect of bus outputs...
2012-03-05 Carl HetheringtonAdd new inodes_same() method.
2012-03-01 Paul Davisfollow glib include rules, sigh
2012-02-29 David RobillardUpdate to latest LV2 atom extension.
2012-02-28 Carl HetheringtonUse dBs for send gain automation controls too.
2012-02-27 Carl HetheringtonDisplay amp automation in dB using a logarithmic fader.
2012-02-27 Carl HetheringtonSlightly tweaked patch from colinf to avoid crashes on
2012-02-25 David RobillardFix real-time violation, only send UI updates if explic...
2012-02-25 David RobillardUse FastScreenUpdate for UI message updating, and only...
2012-02-25 David RobillardFull round-trip message communication between LV2 UIs...
2012-02-25 David RobillardSupport LV2 atom sequence ports alongside old event...
2012-02-24 David RobillardClean up LV2 code in preparation for atom support.
2012-02-15 Paul Davispart two of: make region gain line visibility global...
2012-02-06 Paul Davisattempt to stop sending MMC/MTC while exporting or...
2012-02-02 Paul Davisadd virtual method is_instrument() to PluginInfo (alrea...
2012-02-02 Paul Davisadd a way to create a new MIDI track with an instrument...
2012-02-01 Carl HetheringtonMake crossfade convert-to-full and activate/deactivate...
2012-02-01 Carl HetheringtonTrim declaration.
2012-01-31 Carl HetheringtonMake crossfade active state and length changes undo...
2012-01-31 Carl HetheringtonComments.
2012-01-30 Paul Davismany changes, large and small, related to smart mode...
2012-01-30 Carl HetheringtonAdd aux sends at the position that the menu was opened...
2012-01-29 Sakari BergenShow an example filename in the main export dialog
2012-01-29 Sakari BergenAdd timespan name to export status text
2012-01-28 David RobillardFix compilation with older Glib.
next