summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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-17Tempo curve cleanup, now also works on optimized builds.nick_m
2016-10-15Increase range of a-comp release time.Robin Gareus
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-13fix math ambiguity & OSX compilationRobin Gareus
2016-10-13new scheme for managing port deletionPaul Davis
2016-10-13stop using gkd_pango_context_get() in ArdourCanvas::Canvas and require concre...Paul Davis
2016-10-13fix panner reset when switching to aux-sends -- fixes #6893Robin Gareus
2016-10-13Small improvement and change to comply with coding standardW.P. van Paassen
2016-10-13Inital support for Steinberg's CC121 control surfaceW.P. van Paassen
2016-10-13OSC added plugin activate/deactivateMichiel de Roo
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-12Fixed array index out of bounds in Push2Menu::set_active()Nathan Stewart
2016-10-12map::clear() calls erase. Cleans up cpp check warning 'iterator used after el...Nathan Stewart
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
2016-10-10Fix indentation in SessionPlaylists::add_state()Tim Mayberry
2016-10-10Use std::vector::reserve to improve performance of adding propertiesTim Mayberry
2016-10-10Remove PropertyMap from XMLNode classTim Mayberry
2016-10-10Use references rather than copying containers in libpbd xml codeTim Mayberry
2016-10-10Add test of pbd/xml++.h API performance with three file sizesTim Mayberry