summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2014-12-17MIDI bounce.David Robillard
2014-12-17Remove some aborts that don't really need to be.David Robillard
2014-12-17Fix various MIDI locking issues.David Robillard
2014-12-16use new parameter to limit minimum length of any range locationPaul Davis
2014-12-16add new parameter for minimum value of any range locationPaul Davis
2014-12-14move ScopedFileDescriptor into libpbd and use itPaul Davis
2014-12-14Only attempt to close our peakfile '_fd' if we have a valid handleJohn Emmas
2014-12-13Only attempt to close '_peakfile_fd' if we have a valid handleJohn Emmas
2014-12-13Structure MIDI device selector by manufacturer.David Robillard
2014-12-10Merge branch 'nofilemanager'Paul Davis
2014-12-10Revert "fix some cast warnings"Paul Davis
2014-12-10remove file manager LRU cache from code.Paul Davis
2014-12-10fix some cast warningsPaul Davis
2014-12-10fix some cast warningsPaul Davis
2014-12-10simpler approach for Apple setrlimit() compatibility issuePaul Davis
2014-12-10try some alternate, hard numbers when resetting open file limits on OS XPaul Davis
2014-12-10remove ugly and unnecessary debugging outputPaul Davis
2014-12-10Use DEBUG_THREAD_SELF when using DEBUG_TRACE with pthread IDsJohn Emmas
2014-12-10add DEBUG_THREAD_SELF to allow use of DEBUG_TRACE with thread IDs on both nor...Paul Davis
2014-12-09add set-session-extents-from-edit-rangeBen Loftis
2014-12-09more DEBUG::Butler output, formatting corrections, and a warning on cerr if c...Paul Davis
2014-12-09remove superfluous PBD/ARDOUR:: init callsRobin Gareus
2014-12-09add DEBUG::Butler and use itPaul Davis
2014-12-09correct install location for .mo files (i18n) and cleanup LOCALEDIR use a bitPaul Davis
2014-12-07Add some newly introduced source files to our MSVC project (libardour)John Emmas
2014-12-06Add legatize and remove overlap MIDI operations.David Robillard
2014-12-06Invalidate iterator whenever model changes.David Robillard
2014-12-06Fix uninitialized members.David Robillard
2014-12-05fix small memory leak in the testsRobin Gareus
2014-12-05update to 'new' ControlList APIRobin Gareus
2014-12-05if a Route's processor lock cannot be taken, fill buffers with silence (causi...Paul Davis
2014-12-05fix "expected" <> "actual" semantics in test-utilRobin Gareus
2014-12-05Make recorded MIDI controls discrete, take 2.David Robillard
2014-12-04Fix crash when twiddling MIDI controllers (#6050).David Robillard
2014-12-04Fix steps for log controls with wide range.David Robillard
2014-12-04Make gain controls step by roughly 1.0/0.1 dB.David Robillard
2014-12-04actual expected test results:Robin Gareus
2014-12-04make all tests passRobin Gareus
2014-12-03fix to follow changes to evoral/libardour splitPaul Davis
2014-12-03adapt changes to async MIDI port to use new evoral/libardour splitPaul Davis
2014-12-03modify MidiUI code to use crossthreadchannel on all platformsPaul Davis
2014-12-03alter Async MIDI port implementation to use crossthreadchannel on all platformsPaul Davis
2014-12-03Test: update AutomationList properties for v3.5Robin Gareus
2014-12-03Test: print assert message if XML property mismatchRobin Gareus
2014-12-03fix audioengine use in unit-tests.Robin Gareus
2014-12-03fix MTDM testRobin Gareus
2014-12-03Tests: ensure that libardour is initializedRobin Gareus
2014-12-03fix audio-engine dtor.Robin Gareus
2014-12-03fix test segfaultRobin Gareus
2014-12-03use Dummy backend for testsRobin Gareus