ardour.git
2016-10-15 Robin GareusMixer strip list: click to move strip into view
2016-10-15 Robin GareusIncrease range of a-comp release time.
2016-10-15 Robin GareusSource and AudioSource Lua bindings
2016-10-15 nick_mBBT duration clock can only compare musical times.
2016-10-15 nick_mMinor cleanup (don't set pulse twice in Region::set_pos...
2016-10-15 nick_mFix various snap issues when dragging control points...
2016-10-15 nick_mFix incorrect musical position in NoteDrag::total_dx.
2016-10-15 nick_mAudioClock: remove duplicated code. amends 3a0a628a7
2016-10-15 nick_mSlightly improve note update performance, fix note...
2016-10-15 nick_mRework duration clock and TempoMap::insert_time to...
2016-10-15 nick_mNote selection state uses note event_id_t.
2016-10-15 nick_mEnsure correct initial automation region view position.
2016-10-15 Robin GareusEditor up/down arrow keys: snap to track (not 60px)
2016-10-14 Robin GareusInclude session-utils with OSX bundles
2016-10-14 Robin Gareusmixer left/right: snap to track
2016-10-14 Robin Gareusinclude session-utils with windows bundles
2016-10-14 Paul Davisremove debug output
2016-10-14 Paul Davismuch simpler implementation of fix originally in c104c9...
2016-10-14 Paul DavisRevert "change return type of AutomationControl::actual...
2016-10-14 Robin GareusGUI to allow aux-send feedback loops
2016-10-14 Robin Gareusallow feedback (loops) from internal sends
2016-10-13 Robin Gareusfix math ambiguity & OSX compilation
2016-10-13 Paul Davisnew scheme for managing port deletion
2016-10-13 Paul Davisstop using gkd_pango_context_get() in ArdourCanvas...
2016-10-13 Robin Gareusfix panner reset when switching to aux-sends -- fixes...
2016-10-13 W.P. van PaassenSmall improvement and change to comply with coding...
2016-10-13 W.P. van PaassenInital support for Steinberg's CC121 control surface
2016-10-13 Michiel de RooOSC added plugin activate/deactivate
2016-10-13 Robin Gareushandle blink-rec-arm change without application restart
2016-10-13 Nil GeisweillerAdd region position to note start in the midi list...
2016-10-13 Robert ScottDon't reset the audio tracks name when changing the...
2016-10-13 cooltehnoUpdate cubasish-ardour.colors
2016-10-13 Robin GareusAllow a LV2 plugin to mark the session dirty
2016-10-13 nick_mImprove check in tempoAtPulseTest
2016-10-13 nick_mFix ramp test, add tempoAtPulseTest.
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
next