summaryrefslogtreecommitdiff
path: root/libs/ardour/delayline.cc
AgeCommit message (Expand)Author
2019-11-03Fix compiler warningRobin Gareus
2019-10-02Optimize default case: no delayRobin Gareus
2019-10-01Fix thinko in cd5f70e69a (delayline buffer resize)Robin Gareus
2019-09-29Fix issues when delay-buffers are re-allocatedRobin Gareus
2019-09-27Handle case where an audio-port is added to a MIDI only delaylineRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2017-11-23Fix typo in 318e7efbRobin Gareus
2017-11-22Release (debug) lock before emitting signalRobin Gareus
2017-11-04Change Delayline to use power-of-two size and bitmaskingRobin Gareus
2017-11-04[Re]-Implement Delayline flush.Robin Gareus
2017-11-04Optimize Delaylines: block-process (not one sample at a time)Robin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-09-29Delayline: report if set_delay() actually changed the delayRobin Gareus
2017-09-29Delayline naming -- for debug purposesRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-06-29Fix multi-channel delaylines #7409 part 2/2Robin Gareus
2017-04-19Use XMLNode::set_property in ARDOUR::DelayLine classTim Mayberry
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-04-24delayline: use boost::shared_arrayRobin Gareus
2014-06-15optimize midi delayline.Robin Gareus
2014-06-12delayline: properly hand-over the shared-pointer.Robin Gareus
2014-06-11add delayline implementaion (in prep for latency compensation)Robin Gareus