summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2016-10-19basics of following MIDI track selection and rewiring inputPaul Davis
2016-10-19NOOP: whitespacing tweakPaul Davis
2016-10-19basics of managing a list of port names for MIDI-input-follows-selectionPaul Davis
2016-10-19Use official LV2 state:StateChanged URIRobin Gareus
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-17Initialize uninitialized member variables in ctor - warning suppressionNathan Stewart
2016-10-17fast region export -- don't call process()Robin Gareus
2016-10-17remove debug outputPaul Davis
2016-10-17fix thinko in d2835bc80 (re-enables mute, solo and likely other automation co...Paul Davis
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-15Source and AudioSource Lua bindingsRobin Gareus
2016-10-16Minor cleanup (don't set pulse twice in Region::set_position()).nick_m
2016-10-16Rework duration clock and TempoMap::insert_time to include meter at offset.nick_m
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
2016-10-14allow feedback (loops) from internal sendsRobin Gareus
2016-10-13new scheme for managing port deletionPaul Davis
2016-10-13fix panner reset when switching to aux-sends -- fixes #6893Robin Gareus
2016-10-13Inital support for Steinberg's CC121 control surfaceW.P. van Paassen
2016-10-13Allow a LV2 plugin to mark the session dirtyRobin Gareus
2016-10-13Improve check in tempoAtPulseTestnick_m
2016-10-13Fix ramp test, add tempoAtPulseTest.nick_m
2016-10-13Allow opening sessions with files embedded from removable drivesRobin Gareus
2016-10-12change return type of AutomationControl::actually_set_value() from void to bo...Paul Davis
2016-10-11cleaner version of feed9648 -- fixes #7067Robin Gareus
2016-10-11Revert "Allow loading sessions with missing external files #7067"Robin Gareus
2016-10-11Allow loading sessions with missing external files #7067Robin Gareus
2016-10-11add missing symbol for windows compileRobin Gareus
2016-10-11cater for Note translations. e.g. "Ré ♯" UTF-8Robin Gareus
2016-10-11Hide Dummy backend from optimized release buildsRobin Gareus
2016-10-11skip Push2 unit-test for now:Robin Gareus
2016-10-11Unit-tests to check Lua session+DSP scriptsRobin Gareus
2016-10-10add const'ness (allowing LuaScriptList::const_iterator)Robin Gareus
2016-10-10Add Lua-bindings for inter-processor communicationRobin Gareus
2016-10-10Forward "owner" from Processor to PluginRobin Gareus
2016-10-10Allow to get a route reference from SessionObject*Robin Gareus
2016-10-10Wrong iterator used with IDSortedListJohn Emmas
2016-10-10add missing #includeRobin Gareus
2016-10-10convert VST parameter names to UTF8Robin Gareus
2016-10-10Fix order of Playlist XML nodes changing on Session save, bug #7053Tim Mayberry