summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-01-14Add some debug code to time things in the processCarl Hetherington
2012-01-14Trim some lock / unlock cycles on the trigger mutex.Carl Hetherington
2012-01-14Remove unused variables.Carl Hetherington
2012-01-14Fix use of rdtsc on 64-bit (I think).Carl Hetherington
2012-01-11complete the do-not-free-data-from-getmntinfo() fixPaul Davis
2012-01-11fix latency compensation for the clickPaul Davis
2012-01-10Fix previous commit.Carl Hetherington
2012-01-10Remove unused _process_callback method.Carl Hetherington
2012-01-10remove some verbiage when creating audiofile sources3.0-beta2Paul Davis
2012-01-09fix auditioning (bystander casualty of monitoring fixes)Paul Davis
2012-01-09fix nasty memory-related crashes caused by not noticing a bug in getmntinfo()...Paul Davis
2012-01-09change config dir on OS X to ~/Library/Preferences/Ardour3Paul Davis
2012-01-09add MIDITrack specific ::monitoring_state() methodPaul Davis
2012-01-09reduce Processor debug tag verbosityPaul Davis
2012-01-09remove some debug io from the Processors tag that is not really related to pr...Paul Davis
2012-01-09another AU-specific tempo fixPaul Davis
2012-01-09Fix typo.Carl Hetherington
2012-01-08don't allow/create non-beat aligned tempo changes in response to meter change...Paul Davis
2012-01-08fix up a few zero-boundary condition errors in TempoMapPaul Davis
2012-01-08sort debug optionsPaul Davis
2012-01-08tempo map debugging with dlpPaul Davis
2012-01-07add operator!= for BBT_TimePaul Davis
2012-01-07when moving tempo and metric sections around (or adding new ones), prevent th...Paul Davis
2012-01-07fix positioning of grid line after a non-beat aligned tempo changePaul Davis
2012-01-07a better fix for timestamping non-beat-aligned tempo changesPaul Davis
2012-01-06remove extra TempoMap::dump() callPaul Davis
2012-01-06re-adjust computation of non-beat aligned tempo changePaul Davis
2012-01-06adjust computation of non-beat aligned tempo change, and let TempoMap::dump()...Paul Davis
2012-01-06fix frame/beat walking to pass unit testsPaul Davis
2012-01-06remove messages when tempo map is not available in RT contextPaul Davis
2012-01-06twiddle with one test explanation to help paul reason about itPaul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2012-01-05fix some more crashes with tempo map manipulationsPaul Davis
2012-01-05upgrade audiounit support to use the new tempomap APIPaul Davis
2012-01-05fix over-zealous optimization in tempo map, caused crashPaul Davis
2012-01-05remove debugging outputPaul Davis
2012-01-05make extending the tempo map O(N) in the section to be filled in, rather than...Paul Davis
2012-01-05remove un-needed TempoMap::frame_time_rt()Paul Davis
2012-01-05possibly fix deadlocking issues with tempo map by rearranging code and adding...Paul Davis
2012-01-04Use Request::Pause rather than Request::Wait forCarl Hetherington
2012-01-04try to clean up locking issues with TempoMapPaul Davis
2012-01-04fix error in framepos_{plus,minus}_bbt() which miscounted beats while steppin...Paul Davis
2012-01-04fix (?) tricky locking issues in the tempo map by adding a second lock and in...Paul Davis
2012-01-04Use a few shared_ptrs to make things slightly neater.Carl Hetherington
2012-01-04implement TempoMap::framepos_minus_beats() using new bar|beat map structure, ...Paul Davis
2012-01-04use BBTPoint::is_bar() rather than ::beat == 1 ; implement TempoMap::framepos...Paul Davis
2012-01-03Remove unused variables.Carl Hetherington
2012-01-03Maybe fix initial run of tests with sources.Carl Hetherington
2012-01-03Add valgrind option for tests.Carl Hetherington
2012-01-03Add TestNeedingPlaylistAndRegionsCarl Hetherington