skip Push2 unit-test for now:
[ardour.git] / libs /
2016-10-10 Robin Gareusskip Push2 unit-test for now:
2016-10-10 Robin GareusUnit-tests to check Lua session+DSP scripts
2016-10-10 Robin Gareusadd const'ness (allowing LuaScriptList::const_iterator)
2016-10-10 Robin GareusAdd Lua-bindings for inter-processor communication
2016-10-10 Robin GareusForward "owner" from Processor to Plugin
2016-10-10 Robin GareusAllow to get a route reference from SessionObject*
2016-10-10 John EmmasWrong iterator used with IDSortedList
2016-10-10 Robin Gareusadd missing #include
2016-10-10 Robin Gareusconvert VST parameter names to UTF8
2016-10-10 Tim MayberryFix order of Playlist XML nodes changing on Session...
2016-10-10 Tim MayberryFix indentation in SessionPlaylists::add_state()
2016-10-09 Tim MayberryUse std::vector::reserve to improve performance of...
2016-10-09 Tim MayberryRemove PropertyMap from XMLNode class
2016-10-09 Tim MayberryUse references rather than copying containers in libpbd...
2016-10-09 Tim MayberryAdd test of pbd/xml++.h API performance with three...
2016-10-09 Tim MayberryAdd XMLNode::operator==/!=() for comparing XMLNode...
2016-10-09 Tim MayberryChange position of average in PBD::timing_summary and...
2016-10-09 Tim MayberryAdd PBD::Timing::elapsed_msecs() as convenience API
2016-10-09 nick_mInterpret start & length_beats properties as double...
2016-10-09 Robin GareusAdd some more midi-region BBT lua-bindings
2016-10-09 nick_mEnsure midi region start trim always sets _start_beats.
2016-10-08 nick_mTempoSection methods deal in beats rather than pulses...
2016-10-08 nick_mEnsure we have a region _beat for legacy sessions,...
2016-10-08 nick_mFix logic fail when setting midi region position, rewor...
2016-10-07 Robin Gareusprepare for proper VST synth categorization
2016-10-07 Robin GareusClean up is_instrument vs needs-midi-in API
2016-10-07 Robin Gareusfix namespace inconsistency
2016-10-07 Robin Gareusproper C++ const API (possible fix for MSVC builds)
2016-10-07 John EmmasAllow 'qm-dsp' to build again with MSVC
2016-10-07 Robin Gareushonor Vamp Plugin preferred step+block sizes.
2016-10-07 Robin GareusBuild qm-dsp & kissfft as static lib w/hidden symbols
2016-10-07 Robin Gareusfix typo in 0cf75054
2016-10-07 Robin Gareusavoid more C++11 - fixes OSX/PPC & MSVC builds
2016-10-07 Robin Gareusremove cruft
2016-10-07 Robin GareusDocument version of bundled qm-dsp library
2016-10-07 Robin GareusLua binding for std::map<>::at()
2016-10-07 Robin GareusAdd tempo-map Lua bindings
2016-10-06 Robin Gareusavoid C++11 - fixes OSX/PPC builds
2016-10-06 Robin GareusAdd Lua bindings for basic MIDI model editing
2016-10-06 Robin Gareuscont'd work on Vamp/Lua bindings
2016-10-05 Robin Gareusremove more unused qm-dsp code (fixes windows compile...
2016-10-05 Robin GareusThin out qm-dsp code: no threading
2016-10-05 Robin Gareusupdate/include Queen Mary Vamp plugin set
2016-10-05 Robin Gareusupdate OnsetDetector for updated QM-DSP
2016-10-05 Robin Gareusupdate qm-dsp library
2016-10-05 Robin GareusAdd option to separate type-0 SMF channels to tracks
2016-10-05 Robin Gareussplit type-0 SMF files by channel on import
2016-10-05 Robin GareusSMF add support for type-0 files (count channels, not...
2016-10-05 Robin GareusRevert "add debug info to a-fluidsynth"
2016-10-05 Robin Gareusadd debug info to a-fluidsynth
2016-10-05 Robin Gareusadd API to list Vamp Plugins
2016-10-05 Robin Gareusupdate doxygen doc
2016-10-04 Michael BeerMake some functions which are needed for native VST...
2016-10-04 Kamil RytarowskiNetBSD ships with backtrace(3) in libexecinfo
2016-10-04 Kamil RytarowskiNetBSD uses statvfs for the functionality of statfs...
2016-10-04 Kamil RytarowskiNetBSD ships with pollts(2) similar to Linux specific...
2016-10-04 Kamil RytarowskiNetBSD ships with <sys/endian.h> not <endian.h>
2016-10-04 Kamil RytarowskiDetect free space on NetBSD
2016-10-04 Nils Philippsenallow linking unbundled version of qm-dsp
2016-10-04 Robin GareusNO-OP sort class-keys (for windows builds, luabridge)
2016-10-04 Robin GareusVamp::Plugins::process Lua bindings
2016-10-03 Robin Gareususe typedef'ed types (avoid comma in CPP macro)
2016-10-03 Robin Gareusadd static ClassKey for windows linking
2016-10-03 Robin Gareuscont'd work on Lua Vamp-plugin API
2016-10-03 Robin Gareusenable LuaAPI::Vamp::analyze() callback
2016-10-03 Robin Gareusconsistent VAMP includes
2016-10-03 Robin GareusAdd Vamp-plugin Lua bindings (work in progress)
2016-10-01 nick_mRemove unused methods, add tests to ensure meter diviso...
2016-10-01 nick_mAdd MidiRegion _start to the list of things we leave...
2016-10-01 nick_mRegion pulse is no longer a property.
2016-10-01 Robin Gareusallow sending OSC from inline display UIs
2016-10-01 nick_mFix locking bug in tempo map.
2016-09-30 Paul Davisfix some compiler warnings (from mingw)
2016-09-30 Paul Davisattempt to fix windows failed build by including pthrea...
2016-09-30 Paul Davispush2:small logic fix for destructor, mostly to ensure...
2016-09-30 Paul Davisreorganize push 2 code and logic to better handle devic...
2016-09-30 Paul Davisremove unused member variable
2016-09-30 Paul Davispush2 gui catches port registrations
2016-09-30 Paul Davisremove useless code from push2 gui dialog
2016-09-30 Paul Davisinsufficient attempt to drop references to a shadow...
2016-09-30 John Emmas Accommodate newly introduced source(s) in our MSVC...
2016-09-30 John EmmasAccommodate a header file that's been moved from gtk2_a...
2016-09-30 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-09-29 Robin Gareusdon't include session-search paths with templates
2016-09-29 Paul Davismanually revert b9cab93fb116b and remove associated...
2016-09-29 Paul Davisenhance -D bindings output
2016-09-29 Robin GareusRectangle is ambiguous on Windows
2016-09-28 Paul DavisMacOS [sic] required changes for Rect in Push 2 code
2016-09-28 Paul Davisremove unnecessary method
2016-09-28 Paul Davisfix errors reported by pixman for meter redraws (and...
2016-09-28 Paul Davismake Ben's cool range select hack work with Push 2
2016-09-28 Paul Davisoutput more stuff to the error channel if/when a sessio...
2016-09-28 Paul Davisfix for push2 code on Windows (no random())
2016-09-28 Paul Davismove mode/scale/key definitions out of push2 code and...
2016-09-28 nick_mPrevent overwriting of MidiRegion length and length_bea...
2016-09-28 nick_mRemove bogus methods from MidiRegion.
2016-09-28 nick_mRemove _length_pulse from MidiSource.
2016-09-28 nick_mAdd headless-chicken session utility.
2016-09-28 Robin Gareusallow to get custom/product/version independent cach dir
2016-09-27 Paul Davisdon't render push2 layouts to PNG
next