summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06dull down the MIDI channel selector buttons to avoid sensory overloadPaul 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-04restore correct behaviour of undo/redo for tempo map dragsPaul Davis
2012-01-04try to clean up locking issues with TempoMapPaul Davis
2012-01-04tweak constants that affect whether/where trimming cursors are shown for MIDI...Paul 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-03Happy New YearCarl 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 notes on running unit tests.Carl Hetherington
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-31Slightly improve proxying of events by crossfade views; doesn't really have a...Carl Hetherington
2011-12-31Emit notify_layering_changed() more often; especially when we remove the only...Carl Hetherington