ardour.git
2016-10-13 Robin GareusAllow opening sessions with files embedded from removab...
2016-10-12 Paul Davischange return type of AutomationControl::actually_set_v...
2016-10-12 Paul Davispeak level numeric display now uses "clip indicator...
2016-10-12 Paul Davisadd gtk_clip_indicator as a separate color from gtk_bri...
2016-10-12 Nathan StewartFixed array index out of bounds in Push2Menu::set_active()
2016-10-12 Nathan StewartFixes minor memory leak found in color_theme_manager...
2016-10-12 Nathan Stewartmap::clear() calls erase. Cleans up cpp check warning...
2016-10-12 Robin GareusClarify documentation of Lua inter-processor communication
2016-10-11 Robin Gareuscleaner version of feed9648 -- fixes #7067
2016-10-11 Robin GareusRevert "Allow loading sessions with missing external...
2016-10-11 Robin GareusAllow loading sessions with missing external files...
2016-10-11 Robin Gareusadd missing symbol for windows compile
2016-10-11 Robin Gareuscater for Note translations. e.g. "Ré ♯" UTF-8
2016-10-11 Robin GareusBundle session-scripts for linux builds
2016-10-10 Robin GareusHide Dummy backend from optimized release builds
2016-10-10 Robin Gareusskip Push2 unit-test for now:
2016-10-10 Robin Gareusallow to run single tests from ./artest
2016-10-10 Robin Gareusmake raw-midi script pass unit-tests (no midi port...
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 GareusExample Lua script for inter-plugin communication
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 GareusAudio->MIDI script: properly handle MIDI-region start...
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-08 nick_mUse double comparison in MidiRegionView::note_in_region...
2016-10-08 Robin Gareuslibqm-dsp is now a static library
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 Nathan StewartClean up cppcheck warnings about handling of allocated...
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 Gareusadd BBT offsets to Audio->MIDI script
2016-10-07 Robin GareusArrrgh Ardour starts counting at 1 :(
2016-10-07 Robin Gareusfix script now that block + step size are set correctly
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 Gareusprototype polyphonic audio to midi script
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 GareusLua Script Example for Audio to Midi Transcription...
2016-10-06 Robin Gareusupdate LuaWindow output on-the-go (allow progress print)
2016-10-06 Robin GareusAdd Lua snippet to list and describe Vamp Plugins
2016-10-06 Robin Gareuscont'd work on Vamp/Lua bindings
2016-10-06 Robin GareusHold ctrl + click "open" session -> safe mode
2016-10-06 Robin Gareussort instrument list alphabetically
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 GareusGUI support for type-0/1 SMF import (display channel...
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 Gareuselaborate Lua-Vamp example
2016-10-05 Robin Gareusadd debug info to a-fluidsynth
2016-10-05 Robin Gareusadd API to list Vamp Plugins
2016-10-05 Robin Gareusrefine Lua doc/doxygen-parser and handle special-cases
2016-10-05 Robin Gareusupdate doxygen doc
2016-10-04 Robin Gareusfix interface - proessor_selection is not a Lua C-Function
2016-10-04 Michael BeerMake some functions which are needed for native VST...
2016-10-04 Robin Gareusfix windows bundle after 0aaded53
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 Kamil RytarowskiFix ldd(1) parsing on NetBSD
2016-10-04 Nils Philippsenallow linking unbundled version of qm-dsp
2016-10-04 eighthkeepaAkai MIDIMix map -- Squashed commit of the following:
2016-10-04 eighthkeepaCreate AKAI_MIDIMix_Normal_Mode.map
2016-10-04 Robin GareusNO-OP sort class-keys (for windows builds, luabridge)
2016-10-04 Robin GareusVamp::Plugins::process Lua bindings
next