summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2012-01-03remove duplicated test conditionsPaul Davis
2012-01-03save 4 bytes per Bar|Beat point in the tempo mapPaul Davis
2012-01-03return two iterators into the Bars|Beats list of the tempo map rather than ma...Paul Davis
2012-01-03more tempo fixes, including handling multiple metrics at the same place, and ...Paul Davis
2012-01-03fix incorrect tempo testPaul Davis
2012-01-03remove body of no-longer-relevant tempo-related testPaul Davis
2012-01-03add support for -D foobar when running testsPaul Davis
2012-01-03Add TestNeedingSession and add missing tempo_test.hCarl Hetherington
2012-01-03New test.Carl Hetherington
2012-01-03More test friends.Carl Hetherington
2012-01-03Reverse parameters to CPPUNIT_ASSERT_EQUAL so its assertCarl Hetherington
2012-01-03Fix erroneous test.Carl Hetherington
2012-01-03Remove unused variables.Carl Hetherington
2012-01-03Fix test build.Carl Hetherington
2012-01-03Reverse parameters to CPPUNIT_ASSERT_EQUAL so its assertCarl Hetherington
2012-01-02Use the correct flag for DAZ and default to using FTZ and DAZ denormal protec...Carl Hetherington
2012-01-02intermediate commit as all tempo/meter stuff starts to walk the precompute Ba...Paul Davis
2012-01-02new approach to tempo/meter: compute and store the entire map (every bar|beat...Paul Davis
2011-12-31Emit notify_layering_changed() more often; especially when we remove the only...Carl Hetherington
2011-12-31Don't round control list events when x-scaling them; prevents large loss of a...Carl Hetherington
2011-12-30Anywhere that deletes regions needs to use a rdiff() on the playlistCarl Hetherington
2011-12-30Debug code.Carl Hetherington
2011-12-30Set up layering_index immediately on an explicit layer, so that undoCarl Hetherington
2011-12-30Add assert.Carl Hetherington
2011-12-30fix default response behaviour of Gtkmm2ext::Prompter (from colinf)Paul Davis
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
2011-12-29clean up comments and commented codePaul Davis
2011-12-29next iteration of tempo map stuff - fixes off-by-one issues with bar offset<-...Paul Davis
2011-12-28a huge set of changes to tempo+meter handling. testing feedback requested. th...Paul Davis
2011-12-28new DEBUG_ENABLED(bits) macro, potentially useful here and therePaul Davis
2011-12-28Remove unused variable.Carl Hetherington
2011-12-27Try to make new layering stuff play nicely with undo.Carl Hetherington
2011-12-27Hack around one case where satisfying all constraints in aCarl Hetherington
2011-12-27More debugging.Carl Hetherington
2011-12-27Improve debug slightly and fix raise/lower.Carl Hetherington
2011-12-27Fix up confusion with relayering after movement drags inCarl Hetherington
2011-12-27Basic DEBUG_TRACE for layering code.Carl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-12-27Remove some wrongly commited stuff. Sorry\!Carl Hetherington