summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2014-12-29Fix occasional crash when saving MIDI.David Robillard
2014-12-29fix a few compiler warningsPaul Davis
2014-12-29Avoid another potential deadlock for good measure.David Robillard
2014-12-29Fix deadlock while recording MIDI controllers.David Robillard
2014-12-29Add some newly introduced source files to our MSVC project (libardour)John Emmas
2014-12-28Demote message about empty MIDI tracks to info.David Robillard
2014-12-28MIDI transform dialog.David Robillard
2014-12-28Fix occasional MIDI read crash.David Robillard
2014-12-28Clean up note delta command code.David Robillard
2014-12-28Fix typo.David Robillard
2014-12-26Some of libardour's istream and ostream operators are needed outside of libar...John Emmas
2014-12-26Remove the source files which got transferred to libpbdJohn Emmas
2014-12-25Conditionally remove possibly unused functions.David Robillard
2014-12-24Remove warning when adding MIDI model controls.David Robillard
2014-12-24Support fancy controls for some AU units.David Robillard
2014-12-24Add --no-lrdf configure option.David Robillard
2014-12-24Fix OSX build.David Robillard
2014-12-24fix clang compilationRobin Gareus
2014-12-24proper default setup and fallbacks for video on windowsRobin Gareus
2014-12-23fix and cleanup c404ef98 (windows config dir)Robin Gareus
2014-12-23indent cleanupPaul Davis
2014-12-22move ARDOUR::Configuration and ARDOUR::ConfigVariable into libpbdPaul Davis
2014-12-22don't append .config to %LOCALAPPDATA%\<ProgramName>\Robin Gareus
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-22no use of GUI parameters in libardourPaul Davis
2014-12-21change SessionEvent::Immediate to -1, and ensure that clear_events() uses it ...Paul Davis
2014-12-20fix newly introduced deadlock when cloning MIDI regionsPaul Davis
2014-12-20Maintain correct tracker state on MIDI overwrite.David Robillard
2014-12-19Revert "Change default for region selection after split on Mixbus"Colin Fletcher
2014-12-19Change default for region selection after split on MixbusColin Fletcher
2014-12-19Add a config option to control region selection after split.Colin Fletcher
2014-12-18Don't assume compiler can avoid copy to const ref.David Robillard
2014-12-18Mute automation via normal mute button.David Robillard
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