summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2016-07-16allow to query export profile typeRobin Gareus
2016-07-16libardour support for timespan realtime exportRobin Gareus
2016-07-16Refactor TmpFile into an abstract base classRobin Gareus
2016-07-16NO-OP session-property commentsRobin Gareus
2016-07-15fix file-name reported to analyzer when stem-exportingRobin Gareus
2016-07-14Make Route and Track ::silent_roll() also flush out ports buffersJulien "_FrnchFrgg_" RIVAUD
2016-07-14Also flush buffers of the inner delivery of insertsJulien "_FrnchFrgg_" RIVAUD
2016-07-14Consolidate delivery buffer flushing of all route typesJulien "_FrnchFrgg_" RIVAUD
2016-07-14fix a -Wsign-compareRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-15a-EQ: Remove LPF/HPF completely from this pluginDamien Zammit
2016-07-14fix plugin analysis for variable i/o pluginsRobin Gareus
2016-07-14another i18n/.po updatePaul Davis
2016-07-14another i18n/.po updatePaul Davis
2016-07-14regenerate and manually fix all PO files so that ./waf i18n doesn't generate ...Paul Davis
2016-07-14refactoring to prepare for real-time exportRobin Gareus
2016-07-13fix CUE/TOC file creation with non ISO-8859-1 chars in source text (substitut...Paul Davis
2016-07-13a better, deeper fix for "cancel all solo", as Session::cancel_all_solo()Paul Davis
2016-07-13use aligned malloc for luaDSPRobin Gareus
2016-07-12Add a new API to format midi-note-names with translation: Do Re Mi...Robin Gareus
2016-07-12add a safe-guardRobin Gareus
2016-07-12once the user has explicitly set the session range end, playlist/range change...Paul Davis
2016-07-12remove pointless version of Stripable::set_presentation_order()Paul Davis
2016-07-12update MIDIEvent lua bindings/exampleRobin Gareus
2016-07-11remove debug outputRobin Gareus
2016-07-11add a convenient lua forward mapped buffers methodRobin Gareus
2016-07-11proper semantics for variable port-countRobin Gareus
2016-07-11lua MidiBuffer bindingsRobin Gareus
2016-07-10add a single-element ring-buffer write functionRobin Gareus
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10complete ringbuffer bindingsRobin Gareus
2016-07-10add raw midi buffer bindingRobin Gareus
2016-07-10fix plugin bypass -- thinko in 54d8def6Robin Gareus
2016-07-10towards export latency compensationRobin Gareus
2016-07-10align stem-export (raw track outputs (with and w/p processing)Robin Gareus
2016-07-09possible fix for off-by-one issue with MIDI binding maps etc.Paul Davis
2016-07-09fix initialization orderPaul Davis
2016-07-09const bool METHOD() const makes no sensePaul Davis
2016-07-09better safe than sorryRobin Gareus
2016-07-10Always set the musical position in Region::recompute_position_from_lock_style().nick_m
2016-07-10Fix missing note divisor when creating regions, ensure an existing musical ti...nick_m
2016-07-10Tempo map updates.nick_m
2016-07-10Fix long-standing spelling bug.nick_m
2016-07-10Fix missing tempi recompute, improve adding meter/tempo failure.nick_m
2016-07-10Fail properly when adding a new audio locked meter's tempo.nick_m
2016-07-10Fix broken meter manipulation in exact_beat.nick_m
2016-07-10Back to using exact beats for midi region start_beats calculation when trimming.nick_m
2016-07-10Fix bad comment.nick_m
2016-07-10Use frame-based (non-exact) beat calculation to set new start in midi region ...nick_m
2016-07-10Experimental patch to ensure playback buffer bounds use minimal beat->frame r...nick_m