summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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
2016-10-10Fix indentation in SessionPlaylists::add_state()Tim Mayberry
2016-10-10Interpret start & length_beats properties as double rather than Evoral::Beats.nick_m
2016-10-09Add some more midi-region BBT lua-bindingsRobin Gareus
2016-10-09Ensure midi region start trim always sets _start_beats.nick_m
2016-10-09TempoSection methods deal in beats rather than pulses per minute.nick_m
2016-10-09Ensure we have a region _beat for legacy sessions, set _pulse unconditionally...nick_m
2016-10-09Fix logic fail when setting midi region position, rework midi region start tr...nick_m
2016-10-07prepare for proper VST synth categorizationRobin Gareus
2016-10-07Clean up is_instrument vs needs-midi-in APIRobin Gareus
2016-10-07fix namespace inconsistencyRobin Gareus
2016-10-07proper C++ const API (possible fix for MSVC builds)Robin Gareus
2016-10-07honor Vamp Plugin preferred step+block sizes.Robin Gareus
2016-10-07fix typo in 0cf75054Robin Gareus
2016-10-07Add tempo-map Lua bindingsRobin Gareus
2016-10-07Add Lua bindings for basic MIDI model editingRobin Gareus
2016-10-06cont'd work on Vamp/Lua bindingsRobin Gareus
2016-10-05Add option to separate type-0 SMF channels to tracksRobin Gareus
2016-10-05split type-0 SMF files by channel on importRobin Gareus
2016-10-05add API to list Vamp PluginsRobin Gareus
2016-10-05update doxygen docRobin Gareus
2016-10-04Detect free space on NetBSDKamil Rytarowski
2016-10-04NO-OP sort class-keys (for windows builds, luabridge)Robin Gareus
2016-10-04Vamp::Plugins::process Lua bindingsRobin Gareus
2016-10-04use typedef'ed types (avoid comma in CPP macro)Robin Gareus
2016-10-03add static ClassKey for windows linkingRobin Gareus
2016-10-03cont'd work on Lua Vamp-plugin APIRobin Gareus
2016-10-03enable LuaAPI::Vamp::analyze() callbackRobin Gareus
2016-10-03consistent VAMP includesRobin Gareus
2016-10-03Add Vamp-plugin Lua bindings (work in progress)Robin Gareus
2016-10-02Remove unused methods, add tests to ensure meter divisors don't mess with Beats.nick_m