summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-18fix link in manpageRobin Gareus
2016-10-18Processor box interaction:Robin Gareus
2016-10-19Tempo lines drawing performance tweak.nick_m
2016-10-19Tempo line tweaks.nick_m
2016-10-19Improve bbt ruler drawing performance for large time ranges.nick_m
2016-10-17Warn about skipped MIDI eventsDavid Robillard
2016-10-17Clean up MIDI debugging outputDavid Robillard
2016-10-17spelling corrections from Jaromír Mikeš <mira.mikes@seznam.cz>Paul Davis
2016-10-17reset peak meters used in push2 when stripable goes awayPaul Davis
2016-10-17remove unused variablePaul Davis
2016-10-17Initialize uninitialized member variables in ctor - warning suppressionNathan Stewart
2016-10-17fast region export -- don't call process()Robin Gareus
2016-10-17remove unused variableRobin Gareus
2016-10-17fix potentially crash-inducing race condition by removing event loops' x-thre...Paul Davis
2016-10-17remove debug outputPaul Davis
2016-10-17propagate key press events through the widget heirarchy + custom ardour bindi...Paul Davis
2016-10-17fix thinko in d2835bc80 (re-enables mute, solo and likely other automation co...Paul Davis
2016-10-17fix typo + remove cruft.Robin Gareus
2016-10-17add more DEBUG_TRACE statements for port/destruction debuggingPaul Davis
2016-10-17convert cerr<< to DEBUG_TRACEPaul Davis
2016-10-17use existing method rather than inline code for pending port deletionsPaul Davis
2016-10-18Initialize TempoMetric _pulse in sonstructor.nick_m
2016-10-18Music locked regions stay positive after tempo map change.nick_m
2016-10-17ignore send buffers for which there's no returnRobin Gareus
2016-10-16improved and hopefully correct fix for "setting AutomationControl marks sessi...Paul Davis
2016-10-16refine 29f604418, move selected track to left-edge (if possible)Robin Gareus
2016-10-17Amend previous commit.nick_m
2016-10-17Set note colour of new MidiGhostRegions corrctly.nick_m
2016-10-17Performance: store NoteBase UIConfiguration colors between config changes.nick_m
2016-10-17Fix region colors not updating on theme change.nick_m
2016-10-17Tempo curve cleanup, now also works on optimized builds.nick_m
2016-10-15Mixer strip list: click to move strip into viewRobin Gareus
2016-10-15Increase range of a-comp release time.Robin Gareus
2016-10-15Source and AudioSource Lua bindingsRobin Gareus
2016-10-16BBT duration clock can only compare musical times.nick_m
2016-10-16Minor cleanup (don't set pulse twice in Region::set_position()).nick_m
2016-10-16Fix various snap issues when dragging control points (AutomationRegionView).nick_m
2016-10-16Fix incorrect musical position in NoteDrag::total_dx.nick_m
2016-10-16AudioClock: remove duplicated code. amends 3a0a628a7nick_m
2016-10-16Slightly improve note update performance, fix note resizing for non-4.0 meter...nick_m
2016-10-16Rework duration clock and TempoMap::insert_time to include meter at offset.nick_m
2016-10-15Note selection state uses note event_id_t.nick_m
2016-10-15Ensure correct initial automation region view position.nick_m
2016-10-15Editor up/down arrow keys: snap to track (not 60px)Robin Gareus
2016-10-15Include session-utils with OSX bundlesRobin Gareus
2016-10-14mixer left/right: snap to trackRobin Gareus
2016-10-14include session-utils with windows bundlesRobin Gareus
2016-10-14remove debug outputPaul Davis
2016-10-14much simpler implementation of fix originally in c104c9d4726f3: don't call Se...Paul Davis
2016-10-14Revert "change return type of AutomationControl::actually_set_value() from vo...Paul Davis