clean up Hp/Lp code
[ardour.git] / libs / ardour /
2016-07-17 nick_mFix stored type confusion in Meter/TempoSection::get_st...
2016-07-17 Robin Gareusexpose PBD::open_uri bindings to lua
2016-07-17 Julien "_FrnchFrgg... Another translation pass
2016-07-16 Robin Gareushandle no audio-output AUs
2016-07-16 Robin Gareusimprove AU Latency PropertyChange Events
2016-07-16 Robin Gareusadd a note to self
2016-07-16 Robin GareusAU: install latency listener
2016-07-16 Robin GareusAU: remove cruft, fix parameter initialization
2016-07-16 Robin Gareusallow inserts to connect it itself - #6924
2016-07-16 Robin Gareusadd a realtime-export session property
2016-07-16 Robin Gareusallow to query export profile type
2016-07-16 Robin Gareuslibardour support for timespan realtime export
2016-07-16 Robin GareusRefactor TmpFile into an abstract base class
2016-07-16 Robin GareusNO-OP session-property comments
2016-07-15 Robin Gareusfix file-name reported to analyzer when stem-exporting
2016-07-15 Julien "_FrnchFrgg... Make Route and Track ::silent_roll() also flush out...
2016-07-15 Julien "_FrnchFrgg... Also flush buffers of the inner delivery of inserts
2016-07-15 Julien "_FrnchFrgg... Consolidate delivery buffer flushing of all route types
2016-07-14 Robin Gareusfix a -Wsign-compare
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Damien Zammita-EQ: Remove LPF/HPF completely from this plugin
2016-07-14 Robin Gareusfix plugin analysis for variable i/o plugins
2016-07-14 Paul Davisanother i18n/.po update
2016-07-14 Paul Davisanother i18n/.po update
2016-07-14 Paul Davisregenerate and manually fix all PO files so that ....
2016-07-14 Robin Gareusrefactoring to prepare for real-time export
2016-07-13 Paul Davisfix CUE/TOC file creation with non ISO-8859-1 chars...
2016-07-13 Paul Davisa better, deeper fix for "cancel all solo", as Session...
2016-07-13 Robin Gareususe aligned malloc for luaDSP
2016-07-12 Robin GareusAdd a new API to format midi-note-names with translatio...
2016-07-12 Robin Gareusadd a safe-guard
2016-07-12 Paul Davisonce the user has explicitly set the session range...
2016-07-12 Paul Davisremove pointless version of Stripable::set_presentation...
2016-07-11 Robin Gareusupdate MIDIEvent lua bindings/example
2016-07-11 Robin Gareusremove debug output
2016-07-11 Robin Gareusadd a convenient lua forward mapped buffers method
2016-07-11 Robin Gareusproper semantics for variable port-count
2016-07-11 Robin Gareuslua MidiBuffer bindings
2016-07-10 Robin Gareusadd a single-element ring-buffer write function
2016-07-10 Robin Gareusremove reference "const int32_t&" -> const int32_t"
2016-07-10 Robin Gareuscomplete ringbuffer bindings
2016-07-10 Robin Gareusadd raw midi buffer binding
2016-07-10 Robin Gareusfix plugin bypass -- thinko in 54d8def6
2016-07-10 Robin Gareustowards export latency compensation
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 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 Paul Davistreat VCA assign as a RouteGroup property.
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-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 Davisremove a bunch of code that will no longer be used
2016-07-06 Robin Gareustweak lua gc
next