summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-10-14GUI to allow aux-send feedback loopsRobin Gareus
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-13handle blink-rec-arm change without application restartRobin Gareus
2016-10-13Add region position to note start in the midi list editorNil Geisweiller
2016-10-13Don't reset the audio tracks name when changing the channel configuration.Robert Scott
2016-10-13Update cubasish-ardour.colorscooltehno
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-12peak level numeric display now uses "clip indicator" for base color, not "bri...Paul Davis
2016-10-12add gtk_clip_indicator as a separate color from gtk_bright_indicatorPaul Davis
2016-10-12Fixed array index out of bounds in Push2Menu::set_active()Nathan Stewart
2016-10-12Fixes minor memory leak found in color_theme_manager.cpp:326Nathan Stewart
2016-10-12map::clear() calls erase. Cleans up cpp check warning 'iterator used after el...Nathan Stewart
2016-10-12Clarify documentation of Lua inter-processor communicationRobin Gareus
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-11Bundle session-scripts for linux buildsRobin Gareus
2016-10-11Hide Dummy backend from optimized release buildsRobin Gareus
2016-10-11skip Push2 unit-test for now:Robin Gareus
2016-10-11allow to run single tests from ./artestRobin Gareus
2016-10-11make raw-midi script pass unit-tests (no midi port on track)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-10Example Lua script for inter-plugin communicationRobin 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