better, cleaner fix for copying sends/returns/port inserts via XML state
[ardour.git] / libs / ardour /
2012-03-15 Paul Davisbetter, cleaner fix for copying sends/returns/port...
2012-03-14 Carl HetheringtonFix comment and one return value.
2012-03-13 Paul Davisredesign how XML state, bitslots and names get propagat...
2012-03-13 Paul Davisuse g_fopen()
2012-03-13 Paul Davisuse g_fopen()
2012-03-13 Carl HetheringtonNo-op; coding style.
2012-03-13 Carl HetheringtonCentralise and fix up path creation for Linux VST info...
2012-03-13 Carl HetheringtonUse fgets and sscanf to read numbers rather than fscanf...
2012-03-10 Carl HetheringtonPatch from colinf to allow the number of recent sessions to
2012-03-09 Carl HetheringtonFix test build.
2012-03-08 David RobillardFix atom sequence ports.
2012-03-07 Carl HetheringtonPatch from colinf to fix auto-connect of bus outputs...
2012-03-06 Paul Davisfix misspelt #ifdef
2012-03-06 Carl HetheringtonMark rec enable controllables as toggling.
2012-03-05 Carl HetheringtonPrevent duplication of search path elements when symlin...
2012-03-05 Carl HetheringtonUse inodes_same() function.
2012-03-05 Carl HetheringtonAdd new inodes_same() method.
2012-03-03 David RobillardUpdate for latest Lilv SVN.
2012-03-02 Paul Davisfixes for 64 bit OS X build (c/o david robillard);...
2012-03-01 Paul Davisfollow glib include rules, sigh
2012-03-01 Paul Davisfollow glib include rules, sigh
2012-03-01 David RobillardHopefully fix compilation without Suil.
2012-03-01 Carl HetheringtonPatch from colinf to fix crash on stem export of 4...
2012-02-29 Paul Davisfix a few dangling uses of Ardour as program name,...
2012-02-29 David RobillardUpdate to latest LV2 atom extension.
2012-02-28 Carl HetheringtonMore verbosity for Linux VST loading.
2012-02-28 Carl HetheringtonMove a few declarations to first use.
2012-02-28 Carl HetheringtonWe already checked for vstfx being NULL, so the second
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 Paul Davisfix typo in jack-out-of-ports message
2012-02-27 Carl HetheringtonFix previous commit.
2012-02-27 Carl HetheringtonBe slightly more verbose about vstfx_get_info errors.
2012-02-27 Carl HetheringtonSlightly tweaked patch from colinf to avoid crashes on
2012-02-26 Carl HetheringtonFix crash on opening the export dialogue when there...
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 RobillardUse more straightforward 1:1 names for URI nodes.
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-07 Paul Davisfix coloring of global rec-enable button when actively...
2012-02-06 Paul Davisattempt to stop sending MMC/MTC while exporting or...
2012-02-06 Paul Davisfix bug in MidiClock that sent MIDI Clock messages...
2012-02-06 Paul Davislikely fix for crash-by-assert just after a MIDI diskst...
2012-02-06 Paul Daviseven more debugging info for zth
2012-02-06 Paul Davisyet more debugging info for zth
2012-02-06 Paul Davissome more debugging info for zth
2012-02-06 Paul Davisremoved #ifdef'ed trace_midi() code (dup'ed from libmidi++)
2012-02-06 Paul Davissome debugging info
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 HetheringtonTidy up slightly.
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 HetheringtonFix faulty comment in previous commit.
2012-01-30 Carl HetheringtonFix non-summon of butler when a track that needs it...
2012-01-30 Carl HetheringtonAdd assert.
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 Sakari BergenFix issue with export channel splitting getting stuck...
2012-01-28 David RobillardFix compilation with older Glib.
2012-01-28 Sakari BergenGo back to one progress bar with several passes in...
2012-01-28 Sakari BergenStore Region export state in instant.xml (fixes #3935)
2012-01-28 Sakari BergenFix compilation with older lilv (0.5.0)
2012-01-28 David RobillardUse new Lilv state API to save LV2 plugin state.
2012-01-27 Paul Davisrestore independent gain control over click/metronome
2012-01-27 Paul Davispatch for CUE file formatting from Andreas Ruge
2012-01-27 Paul Davisfix #4443 - tape track files need to be created when...
2012-01-27 Paul Davispromote Playlist::RegionList to ARDOUR::RegionList...
2012-01-27 Paul Davisfurther simplification of midi clock ticker API
2012-01-27 Paul Davischange audioengine's port container to a std::map to...
2012-01-27 Paul Davisrework design of midi clock ticker to avoid expensive...
2012-01-26 Paul Davisadd Port::PostDisconnect signal to allow objects other...
2012-01-25 Paul Davisan improvement to the previous patch to catch up with...
2012-01-25 Paul Davistoc filename handling patch from andreas r.
2012-01-25 Paul Davisfix #4405, by explicitly cancelling solo when a route...
2012-01-24 Carl HetheringtonMove reader lock to avoid deadlock when calling bbt_time().
2012-01-24 Carl HetheringtonRemove unused variable.
2012-01-24 Sakari BergenShow proper progress information for export while norma...
2012-01-24 Carl HetheringtonMake plugins-stop-with-transport work; should fix ...
2012-01-24 Carl HetheringtonMake time stretch respect edit groups (#4615).
2012-01-24 Paul Davisalways write a PERFORMER entry into a CUE file even...
2012-01-24 Paul Davismake adding tracks/busses from templates just like...
2012-01-24 Paul Davismore useful error message when an internal send fails...
2012-01-24 Paul Davisa better fix for click oddness: do not clear clicks...
2012-01-24 Paul Davisclear clicks when auto-returning, looping or whatever
2012-01-24 Paul Davisremove debug output; increase size of click pool, to...
2012-01-24 Paul Davisimproved fix for TOC string escaping, handle anything...
2012-01-23 Paul Davisundo escaping of strings in CUE files
2012-01-23 Paul Davisa better fix for CUE/TOC string escaping: if the text...
2012-01-23 Paul Davisfix failure to find route templates
2012-01-23 Carl HetheringtonSpeed up iterating over an entire PortSet by keeping a
2012-01-23 Carl HetheringtonTrim calls to parameter_count() a bit during the process
2012-01-23 Carl HetheringtonCache results of lilv_port_is_a(...) in various places.
next