align stem-export (raw track outputs (with and w/p processing)
[ardour.git] / libs /
2016-07-10 Robin Gareusalign stem-export (raw track outputs (with and w/p...
2016-07-09 Paul Davispossible fix for off-by-one issue with MIDI binding...
2016-07-09 Paul Davisfix initialization order
2016-07-09 Paul Davisconst bool METHOD() const makes no sense
2016-07-09 Robin Gareusbetter safe than sorry
2016-07-09 nick_mAlways set the musical position in Region::recompute_po...
2016-07-09 nick_mFix missing note divisor when creating regions, ensure...
2016-07-09 nick_mTempo map updates.
2016-07-09 nick_mFix long-standing spelling bug.
2016-07-09 nick_mFix missing tempi recompute, improve adding meter/tempo...
2016-07-09 nick_mFail properly when adding a new audio locked meter...
2016-07-09 nick_mFix broken meter manipulation in exact_beat.
2016-07-09 nick_mBack to using exact beats for midi region start_beats...
2016-07-09 nick_mFix bad comment.
2016-07-09 nick_mUse frame-based (non-exact) beat calculation to set...
2016-07-09 nick_mExperimental patch to ensure playback buffer bounds...
2016-07-09 nick_mAudioPlaylist doesn't double-notify that contents have...
2016-07-09 nick_mRemove extra ContentsChanged signal on tempo map change.
2016-07-09 nick_mExact beat for added regions.
2016-07-09 nick_mOnly update midi regions having a playlist after tempo...
2016-07-09 nick_mAvoid the use of dynamic_cast in TempoMap for performan...
2016-07-09 nick_mMake TempoMap::bbt_at_frame() more efficient.
2016-07-09 nick_mImprove performance of automation range moves.
2016-07-09 nick_mQuick fix to get trim working again (bahaving oddly...
2016-07-09 nick_mComplete the task of Playlist::flush_notifications ()
2016-07-09 nick_mImprove the performance of TempoMap::frame_at_beat ().
2016-07-09 nick_mRemove frame conversion for MidiRegionView::note_in_reg...
2016-07-09 nick_mPaste uses exact beats. rework _start_beats calculation...
2016-07-09 nick_mExact beat - provide audio->music mapping for region...
2016-07-09 nick_mMake some musical operations on music-locked regions...
2016-07-09 Robin Gareusmove latency-recompute into dedicated thread.
2016-07-09 Robin Gareushandle internal-sends from audio to midi busses
2016-07-09 Robin Gareuscommence testing
2016-07-09 Robin Gareusmove LatencyChanged detection from Plugin to Processor...
2016-07-09 Julien "_FrnchFrgg... Make MIDI busses possible targets of internal sends
2016-07-09 Julien "_FrnchFrgg... Make internal sends aware of non-audio data
2016-07-08 Julien "_FrnchFrgg... Make Delivery::run more Datatype-agnostic
2016-07-08 Julien "_FrnchFrgg... Assert that nobody calls IO::copy_to_output with empty...
2016-07-08 Robin Gareusfix port-sort order for good.
2016-07-08 Len OvensOSC: Add well known controls for pan and compressor
2016-07-08 Robin Gareuspre-sort port-names
2016-07-08 Robin Gareusuntested hack for AU multi-bus outputs which are not...
2016-07-08 Paul Davisfix thinko
2016-07-08 Robin Gareusadd an plugin API to query generic-gui grid-layout
2016-07-08 Paul Davismake route group master a real property.
2016-07-08 Paul Davissigned VCA numbers
2016-07-08 Paul Davischange VCA number to signed.
2016-07-08 Damien Zammita-EQ: Tweak default values and inline display scale...
2016-07-08 Paul Davistreat VCA assign as a RouteGroup property.
2016-07-07 Len OvensOSC: Add feedback for known pan controls and known...
2016-07-07 Robin Gareusfix AU bus sidechaining
2016-07-07 Robin Gareusimplement designated enable/bypass port for lua-proc
2016-07-07 Robin Gareusadd LuaTableRef to DSP API as alternative to shared-mem
2016-07-07 Robin Gareussome more lua-bindings
2016-07-07 Robin Gareusprepare sharing C++ class instances across lua-interpreters
2016-07-07 Robin Gareuslua PBD ringbuffer bindings
2016-07-07 Damien ZammitAdd a-EQ (basic 4 band EQ) with inline display based...
2016-07-07 Len OvensOSC: Make sure selected strip is corrected when it...
2016-07-07 Paul Davismackie: ensure that the strip where select was pressed...
2016-07-07 Paul Davisset ControlProtocol::_first_selected_stripable at the...
2016-07-06 Julien "_FrnchFrgg... Don't add audio outs to non-audio routes with strict I/O
2016-07-06 Paul Davisquick checks on empty control lists, to avoid unnecessa...
2016-07-06 Paul Davisa few post-rebase cleanups
2016-07-06 Paul Davisrestore/extend/simplify ControlProtocol API to allow...
2016-07-06 Paul Davisremove a bunch of code that will no longer be used
2016-07-06 Paul Davisremove a bunch of code that will no longer be used
2016-07-06 Robin Gareustweak lua gc
2016-07-05 Robin Gareusupdate route/processor semantics
2016-07-05 Robin Gareusimplement lv2:designation processing#enable (for bypass...
2016-07-05 Robin Gareusadd API to use a plugin provided bypass control port
2016-07-05 Len OvensOSC: Clear expand Lamp on strip observer destroy
2016-07-05 Damien Zammita-delay: Fix compiler warning
2016-07-05 Damien ZammitAdd a-Delay plugin
2016-07-05 Robin Gareustweak a-series plugin names
2016-07-05 Robin Gareusadd support for lv2plug.in/ns/ext/port-props/#rangeSteps
2016-07-05 Robin Gareusconsistent use of fmaxf() in a-comp
2016-07-05 Robin Gareusamend d9de72215 - bypass replicated instances w/sidecha...
2016-07-05 Damien Zammita-comp: Use input signal x as cutoff for inline comp...
2016-07-05 Damien Zammita-comp: Fix inline comp curve shading
2016-07-05 Damien Zammita-comp: Fix peak level on both stereo and mono plugins
2016-07-05 Len OvensOSC: Signal for editor mixer change. (Selected or not)
2016-07-05 Len OvensOSC: /strip/select * should set new selected strip...
2016-07-04 Robin Gareusfix bypassing plugins with sidechain i/o
2016-07-04 Robin Gareusadd fill-area feature to poly-line
2016-07-04 Robin Gareusfix AU sidechain busses
2016-07-04 Paul Davisadd required check for cairo in a-comp
2016-07-04 Paul Davisremove temporarily added signal
2016-07-04 Paul Davisuse session stripable selection API
2016-07-04 Paul Davisadd session-scope selection ops for Stripables
2016-07-04 Paul Davisfix another logic error in PresentationInfo::flag_match()
2016-07-04 Damien Zammita-comp: Make ratio control logarithmic
2016-07-04 Damien Zammita-comp: Add stereo version
2016-07-04 Len OvensOSC: select is global not per surface.
2016-07-04 Robin Gareusa-comp display is getting fancy :)
2016-07-04 Paul Davisoperate directly on realtime controls, not via Session
2016-07-04 Paul Davis2nd part of previous commit
2016-07-04 Paul Davismake sure that rec-enable changes get to do their non...
2016-07-04 Robin Gareusdisplay level in a-comp display
2016-07-04 Robin Gareuscon't work on a-comp inline-display
2016-07-04 Robin Gareusadd C99 flags for lv2 plugin
next