fix a few dangling uses of Ardour as program name, in favor of PROGRAM_NAME
[ardour.git] / libs / ardour /
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.
2012-01-23 Paul Davisescape \ as \034 in TOC files
2012-01-23 Paul Davisfix up escaping of strings in TOC files (suggested...
2012-01-23 Carl HetheringtonAdd another profiling session.
2012-01-23 Carl HetheringtonTidy a few things up.
2012-01-23 Carl HetheringtonBasic process thread profiling code.
2012-01-23 Carl HetheringtonOptimisation; it is much cheaper to run UnknownProcesso...
2012-01-22 Sakari BergenAdd toc and cue information to export format descriptions
2012-01-22 Sakari BergenAdd warnings for overwriting marker files
2012-01-22 Carl HetheringtonFor now, only use the multi-threaded process code if...
2012-01-22 Carl HetheringtonPatch from anrug to always put a PERFORMER field in TOC
2012-01-22 Carl HetheringtonAdd option to use plugin GUIs or Ardour generic ones.
2012-01-21 Carl HetheringtonUse a button in the processor box for toggle parameters.
2012-01-21 Carl HetheringtonReinstate user Controllable values, as they are needed
2012-01-21 Carl HetheringtonAdd a send amp's gain control as a send controllable.
2012-01-21 Carl HetheringtonRemove unused code.
2012-01-20 Carl HetheringtonRemove unused concept of user' values. Make user_to_ui
2012-01-20 Paul Davisslightly more efficient implementation of Graph::in_pro...
2012-01-20 Paul Davisreverse prior commit, which causes a deadlock between...
2012-01-20 Paul Davisfix an assert failure due to incorrect process locking...
2012-01-20 Paul Davispatch from colinf to make dbl-click on send "box" map...
2012-01-18 Paul Davisrestore ability to create TOC and CUE files during...
2012-01-18 Paul Davisfix reload of session with new send naming in place...
2012-01-18 Paul Davisfix two major assert failures arising from the optional...
next