summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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-27Move patch changes when inserting silence at the start of a model.Carl Hetherington
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-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-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
2011-12-21provide config parameter to allow non-quarter note pulses; off by default; no...Paul Davis
2011-12-20Now that notify_length_changed() just callsCarl Hetherington
2011-12-20Remove LengthChanged that no-one was listening to.Carl Hetherington
2011-12-19rename Timecode::BBT_Time::ticks_per_beat to Timecode::BBT_Time::ticks_per_ba...Paul Davis
2011-12-19fix a number of errors with BBT time computations, mostly notably ones relate...Paul Davis
2011-12-17Remove unused code.Carl Hetherington
2011-12-17Clear up confusion with overloads of _frozen and frozen()Carl Hetherington
2011-12-17Remove unused code.Carl Hetherington
2011-12-17Make a fair bit of Region's interface private.Carl Hetherington
2011-12-16update position of tempo map metrics when a meter marker is removedPaul Davis
2011-12-15Add warning if a duplicate Linux VST plugin is rejected.Carl Hetherington
2011-12-15Add basic test of playlist layering.Carl Hetherington
2011-12-14send sustain=off and all-notes-off when a MIDI track is muted (may fix #4295)Paul Davis
2011-12-14get Delivery to disconnect from any signals it is connected to relatively ear...Paul Davis
2011-12-13fix up mess with unassigned Playlist::orig_track_idPaul Davis
2011-12-13Remove meter from beats calculations now that it is noCarl Hetherington
2011-12-13fix up XML property name for Meter::beats_per_bar (w/backward compat)Paul Davis
2011-12-13more fun and games with meter and the tempo map: rename Meter::beats_per_bar(...Paul Davis
2011-12-12Always set up _last_position on set_position_internal so that the playlist ra...Carl Hetherington
2011-12-12fundamentally alter how we compute frames_per_beat(). this follows much discu...Paul Davis
2011-12-12Set up region BBT time when frame position changes, if the region is glued to...Carl Hetherington
2011-12-11Similar hacks to framepos_minus_beats to handle -veCarl Hetherington
2011-12-11Save templates as directories with plugin state, ifCarl Hetherington