summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-06-13send-delayline: proper debug output (and sort includes on the way)Robin Gareus
2014-06-13update ALSA backend, MIDI device configRobin Gareus
2014-06-13add AudioEngine API to configure individual MIDI devicesRobin Gareus
2014-06-12Use Ardour 3 credentials for soundcloud uploadColin Fletcher
2014-06-12Export dialog: tidy code, & remove some superfluous debug outputColin Fletcher
2014-06-12Post-export hook tweaksColin Fletcher
2014-06-12Search $PATH for command when creating SystemExec from command lineColin Fletcher
2014-06-12change Canvas heirarchy and constructorsPaul Davis
2014-06-12remove drag handle canvas object - it was just a stupid unfinished experimentPaul Davis
2014-06-12derive ArdourCanvas::Ruler from RectanglePaul Davis
2014-06-12remove hard-coded colorsPaul Davis
2014-06-11many fixes and improvements for a now-working ArdourCanvas::Ruler itemPaul Davis
2014-06-11add ruler.cc to canvas wscriptPaul Davis
2014-06-11add Ruler to Canvas fwd.hPaul Davis
2014-06-11add initial (untested) implementation of canvas ruler itemPaul Davis
2014-06-12delayline: properly hand-over the shared-pointer.Robin Gareus
2014-06-11add latency callback to dummy backendRobin Gareus
2014-06-11fix possible crash when setting delivery name w/o panshellRobin Gareus
2014-06-11NOOP, re-indent using tabsRobin Gareus
2014-06-11align internal sends using delaylinesRobin Gareus
2014-06-11basic integration of delaylines (still un-nused)Robin Gareus
2014-06-11add delayline implementaion (in prep for latency compensation)Robin Gareus
2014-06-11NOOP, re-indent & whitespaceRobin Gareus
2014-06-11prepare midi buffer API for midi-delaylinesRobin Gareus
2014-06-11fix midi buffer erase()Robin Gareus
2014-06-10fix crash recovery: add new constructors to SndFileSource, AudioFileSource, a...Paul Davis
2014-06-10wrap MIDI timecode at 24hRobin Gareus
2014-06-10really fix sending MIDI timecode.Robin Gareus
2014-06-10fix crash when trying to send MMC of timecode > 255 hoursRobin Gareus
2014-06-10close dir opened with opendir() - fixes accumulated fd for plugin state savesRobin Gareus
2014-06-09fix Canvas::LineSet implementation to support horizontal and vertical linesetsPaul Davis
2014-06-09remove global canvas scroll offset, to provide no-scroll-parent == no-scroll ...Paul Davis
2014-06-08some misc tweaks to the ALSA BackendRobin Gareus
2014-06-08reset accumulated capture offset on file roll-over.Robin Gareus
2014-06-08fix borked logic controlling whether/when to draw clip/outline pixels/lines i...Paul Davis
2014-06-08Merge branch 'waveview_caching_for_upstream' of https://github.com/nmains/ard...Paul Davis
2014-06-09Use global clip level from prefs. Restore clip colour, \nick_m
2014-06-08when delivering enter/leave events to canvas items, ensure that the event coo...Paul Davis
2014-06-08add Item::canvas_origin() for conveniencePaul Davis
2014-06-08ALSA Backend: align midi output buffer with n_periods (currently 2)Robin Gareus
2014-06-08prepare MIDI latency measurement (backend)Robin Gareus
2014-06-08implement midi capture alignment:Robin Gareus
2014-06-07remove some 1920 tick constants and leave notes for some others.Robin Gareus
2014-06-08Use a dumb cache for waveview ImageSurfaces. This halves the size of thenick_m
2014-06-07limit automation event density - fixes #5928Robin Gareus
2014-06-07ALSA backend: separate systemic audio+midi latencyRobin Gareus
2014-06-07ALSA rt-thread priority fixesRobin Gareus
2014-06-07ALSA backend: prevent possible crash destruction of a-r-dRobin Gareus
2014-06-07ALSA & Dummy: implement port [un]registration_callbackRobin Gareus
2014-06-07install libardouralsautil into the normal libdir, not a subdirPaul Davis