summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2019-08-10ptformat: Update to upstream 8d29d79 (drop fades && fix offsets)Damien Zammit
2019-08-07NO-OP: Fix compiler warning (-Wreturn-type)Robin Gareus
2019-08-07Add method to graphviz plot the process-graphRobin Gareus
2019-08-06foldback may be mono don't set panner typeLen Ovens
2019-08-06OSC: foldback buses should be able to be monoLen Ovens
2019-08-04Amend 183d3fb49; implement ImportableSource APIRobin Gareus
2019-08-04Implement missing required virtual fn -- fix Mac buildsRobin Gareus
2019-08-03Update plugins/addons GPL boilerplate and (C) from git logRobin Gareus
2019-08-03Update utility and tools GPL boilerplate and (C) from git logRobin Gareus
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2019-08-03Update audiographer GPL boilerplate and (C) from git logRobin Gareus
2019-08-03Update backend GPL boilerplate and (C) from git logRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-08-02Fix CD cue file Index positions -- #7780Robin Gareus
2019-08-01prefer lowercase and no spaces, since this will appear in the filename.Ben Loftis
2019-08-01(Source List) Catch new sources created by bounce-range-to-source-listBen Loftis
2019-08-01(Source List) Recover Regions feature: WIPBen Loftis
2019-08-01(Source List) Add forall_regions function, used by Region and Source lists.Ben Loftis
2019-08-01(Source List) merge fixesBen Loftis
2019-08-01(Source List) Clean up the natural_position implementation (libardour part).Ben Loftis
2019-08-01(Source List) RegionFactory should return an empty region here.Ben Loftis
2019-08-01(Source List) Region Tags (libardour part)Ben Loftis
2019-08-01(Source List) Region List rewrite (libardour part)Ben Loftis
2019-08-01(Source List) Source property signals (libardour part)Ben Loftis
2019-08-01(Source List) Take-ID: new (working) implementation.Ben Loftis
2019-07-31Fix C++11 NSDMIRobin Gareus
2019-07-30Update MIDI Event precedenceRobin Gareus
2019-07-29Another try at fixing our 'spinlock_t' compatibilityJohn Emmas
2019-07-29Partially undo 6d4b94df13 for MSVC and C++98 compatRobin Gareus
2019-07-29Fix random off-by-one issue when vertically zooming a waveformRobin Gareus
2019-07-29Fix rendering of region waveform left-edgeRobin Gareus
2019-07-29NO-OP: whitespaceRobin Gareus
2019-07-28Reduce compiler warnings when boost uses std-atomicsRobin Gareus
2019-07-28Yet another spinlock init hack for g++8 std::atomicsRobin Gareus
2019-07-28Prevent spinlock copy constructionRobin Gareus
2019-07-28Another attempt at improving spinlock initRobin Gareus
2019-07-28Follow up d8ae3fdRobin Gareus
2019-07-27MSVC requires an already initialized object to initialize our boost::detail::...John Emmas
2019-07-26Correctly initialize spintlock_tRobin Gareus
2019-07-26PA-backend: Flush buffer and wake up main thread at stopRobin Gareus
2019-07-26Prefix all env variable with "ARDOUR_"Robin Gareus
2019-07-26Launch pavucontrol as PA's control appRobin Gareus
2019-07-26Fix time_t <> long int ambiguity (OSX gcc builds)Robin Gareus
2019-07-25Fix PA: unlock mainloop on abortRobin Gareus
2019-07-25Puls der ZeitRobin Gareus
2019-07-24ALSA backend: fix play/capture device param detectionRobin Gareus
2019-07-24Fix ALSA available buffersize detection:Robin Gareus
2019-07-22Location timestamp changes - can now sort by location creation date: lib ardo...Nikolaus Gullotta
2019-07-19'ARDOUR::LuaScripting::Sorter()' needs to be exportable (since it gets used o...John Emmas