summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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
2016-10-01Add MidiRegion _start to the list of things we leave alone on session load.nick_m
2016-10-01Region pulse is no longer a property.nick_m
2016-10-01allow sending OSC from inline display UIsRobin Gareus
2016-10-01Fix locking bug in tempo map.nick_m
2016-09-30insufficient attempt to drop references to a shadow MIDI portPaul Davis
2016-09-30 Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-09-30Accommodate a header file that's been moved from gtk2_ardour into libardourJohn Emmas
2016-09-30don't include session-search paths with templatesRobin Gareus
2016-09-28output more stuff to the error channel if/when a session fails to load/be cre...Paul Davis