fix #4405, by explicitly cancelling solo when a route's inputs drop to zero
[ardour.git] / libs / ardour /
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...
2012-01-18 Carl HetheringtonCatch exception thrown by SMF code when it cannot write
2012-01-18 Paul Davismake monitor section an optional feature than can be...
2012-01-17 Paul Davisfix initial filling out of tempo bars|beats map after...
2012-01-17 Carl HetheringtonFix unutterably terrible thinko in previous commit.
2012-01-17 Paul Davisadd more debugging to track/spot/debug mis-use of BeatF...
2012-01-17 Paul Davisfix bug with tempo computation where passed in position...
2012-01-14 Carl HetheringtonTry to fix previous commit on 32-bit.
2012-01-14 Carl HetheringtonRemove thought-to-be-unnecessary setup of Delivery...
2012-01-14 Carl HetheringtonAdd some debug code to time things in the process
2012-01-14 Carl HetheringtonTrim some lock / unlock cycles on the trigger mutex.
2012-01-14 Carl HetheringtonRemove unused variables.
2012-01-14 Carl HetheringtonFix use of rdtsc on 64-bit (I think).
2012-01-11 Paul Davisfix latency compensation for the click
2012-01-10 Carl HetheringtonFix previous commit.
2012-01-10 Carl HetheringtonRemove unused _process_callback method.
2012-01-10 Paul Davisremove some verbiage when creating audiofile sources 3.0-beta2
2012-01-09 Paul Davisfix auditioning (bystander casualty of monitoring fixes)
2012-01-09 Paul Davischange config dir on OS X to ~/Library/Preferences...
2012-01-09 Paul Davisadd MIDITrack specific ::monitoring_state() method
2012-01-09 Paul Davisreduce Processor debug tag verbosity
2012-01-09 Paul Davisremove some debug io from the Processors tag that is...
2012-01-09 Paul Davisanother AU-specific tempo fix
2012-01-08 Paul Davisdon't allow/create non-beat aligned tempo changes in...
2012-01-08 Paul Davisfix up a few zero-boundary condition errors in TempoMap
2012-01-08 Paul Davistempo map debugging with dlp
2012-01-07 Paul Daviswhen moving tempo and metric sections around (or adding...
2012-01-07 Paul Davisfix positioning of grid line after a non-beat aligned...
2012-01-07 Paul Davisa better fix for timestamping non-beat-aligned tempo...
2012-01-06 Paul Davisremove extra TempoMap::dump() call
2012-01-06 Paul Davisre-adjust computation of non-beat aligned tempo change
2012-01-06 Paul Davisadjust computation of non-beat aligned tempo change...
2012-01-06 Paul Davisfix frame/beat walking to pass unit tests
2012-01-06 Paul Davisremove messages when tempo map is not available in...
2012-01-06 Paul Davistwiddle with one test explanation to help paul reason...
2012-01-06 Paul Davispartially revert some of the recent work on tempo to...
2012-01-05 Paul Davisfix some more crashes with tempo map manipulations
2012-01-05 Paul Davisupgrade audiounit support to use the new tempomap API
2012-01-05 Paul Davisfix over-zealous optimization in tempo map, caused...
2012-01-05 Paul Davisremove debugging output
2012-01-05 Paul Davismake extending the tempo map O(N) in the section to...
2012-01-05 Paul Davisremove un-needed TempoMap::frame_time_rt()
2012-01-05 Paul Davispossibly fix deadlocking issues with tempo map by rearr...
2012-01-04 Carl HetheringtonUse Request::Pause rather than Request::Wait for
2012-01-04 Paul Davistry to clean up locking issues with TempoMap
2012-01-04 Paul Davisfix error in framepos_{plus,minus}_bbt() which miscount...
2012-01-04 Paul Davisfix (?) tricky locking issues in the tempo map by addin...
2012-01-04 Carl HetheringtonUse a few shared_ptrs to make things slightly neater.
2012-01-04 Paul Davisimplement TempoMap::framepos_minus_beats() using new...
2012-01-04 Paul Davisuse BBTPoint::is_bar() rather than ::beat == 1 ; implem...
2012-01-03 Carl HetheringtonRemove unused variables.
2012-01-03 Carl HetheringtonMaybe fix initial run of tests with sources.
2012-01-03 Carl HetheringtonAdd valgrind option for tests.
2012-01-03 Carl HetheringtonAdd TestNeedingPlaylistAndRegions
2012-01-03 Paul Davisremove duplicated test conditions
2012-01-03 Paul Davissave 4 bytes per Bar|Beat point in the tempo map
2012-01-03 Paul Davisreturn two iterators into the Bars|Beats list of the...
2012-01-03 Paul Davismore tempo fixes, including handling multiple metrics...
2012-01-03 Paul Davisfix incorrect tempo test
next