summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28Remove some unused stuff.Carl Hetherington
2011-12-27Fix another bug wrt visual appearance of layered regions inCarl 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-27Update layer order when switching back to overlaid mode.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-27Create Freesound working directory a little more lazily soCarl Hetherington
2011-12-27Fix mistake in error checking of audio clock BBT times (#4589)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
2011-12-27Add configure option to raise a FP exception when a denormalCarl Hetherington
2011-12-27Fix comparison of beats to frames when deciding whether to show a patch chang...Carl Hetherington
2011-12-27Move patch changes when inserting silence at the start of a model.Carl Hetherington
2011-12-26add a new name for the region-layering-editor-action that tells us we were st...Paul Davis
2011-12-26fix coloring of region layer order editor clockPaul Davis
2011-12-26when a context click event occurs in the editor, store the event so we can us...Paul Davis
2011-12-26make the "with-parent" constructor for ArdourWindow actually work by calling ...Paul Davis
2011-12-26explain MXCSR shenanigans in libs/pbd/fpu.ccPaul Davis
2011-12-26(1) do not write sequential same-value automation data into a ControlList (2)...Paul Davis
2011-12-26Fix warnings during test runs.Carl Hetherington
2011-12-26Clean up session after test.Carl Hetherington
2011-12-26Remove unused method.Carl Hetherington
2011-12-26a grab bag of changes correcting and improving the way MIDI note on/off track...Paul Davis
2011-12-26Tidy up monitoring slightly so that it matches oofus' truthCarl Hetherington
2011-12-26Show panner drag information tool-tip style, and also showCarl Hetherington
2011-12-26Move some bits from MonoPanner and StereoPanner into aCarl Hetherington
2011-12-26Comments.Carl Hetherington
2011-12-23remove overly-floodish debug message from MidiTrackers tracePaul Davis
2011-12-23Rename a few bits and fix a undeclared method.Carl Hetherington
2011-12-23Remove unused declaration.Carl Hetherington
2011-12-23Clarify ensure vs. request for JACK monitoring, naming-wise.Carl Hetherington
2011-12-23Match request in function names to the eventual call to jack_port_request_mon...Carl Hetherington
2011-12-23Do some renaming in the ARDOUR::Port class tree.Carl Hetherington
2011-12-22Remove unused header.Carl Hetherington
2011-12-22Remove unused declaration.Carl Hetherington
2011-12-22more tempo-related AU changesPaul Davis
2011-12-22switch over audio_unit.cc to use divisions_per_bar() not beats_per_bar(). not...Paul Davis
2011-12-22main fix: when transport stops, clear per-region per-playlist note trackers e...Paul Davis
2011-12-22fix a build issue in Evoral that was preventing Sequencer<T>::dump() from bei...Paul Davis
2011-12-21remove extraneous debugging output from MidiBuffer::merge_in_place()Paul Davis
2011-12-21reorganize MidiBuffer::merge_in_place() to cover the cases i wasn't thinking ...Paul Davis
2011-12-21likely fix for crash in MidiBuffer::merge_in_place() due to unwarranted assum...Paul Davis
2011-12-21merge-in-place debugging (to be removed later)Paul Davis
2011-12-21followup to the previous tempo-dragging commit: use argument to Drag::aborted...Paul Davis