summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2015-01-07MusicalTime => Beats.David Robillard
2015-01-06Add modulus operator to MIDI transformer.David Robillard
2014-12-30Fix some mangled whitespace (noop).David Robillard
2014-12-28MIDI transform dialog.David Robillard
2014-12-28Clean up note delta command code.David Robillard
2014-12-26Some of libardour's istream and ostream operators are needed outside of libar...John Emmas
2014-12-24Support fancy controls for some AU units.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-23indent cleanupPaul Davis
2014-12-22move ARDOUR::Configuration and ARDOUR::ConfigVariable into libpbdPaul Davis
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-21change SessionEvent::Immediate to -1, and ensure that clear_events() uses it ...Paul 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-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-16add new parameter for minimum value of any range locationPaul Davis
2014-12-13Structure MIDI device selector by manufacturer.David Robillard
2014-12-10remove file manager LRU cache from code.Paul Davis
2014-12-09add set-session-extents-from-edit-rangeBen Loftis
2014-12-09add DEBUG::Butler and use itPaul Davis
2014-12-06Add legatize and remove overlap MIDI operations.David Robillard
2014-12-04Fix crash when twiddling MIDI controllers (#6050).David Robillard
2014-12-04Make gain controls step by roughly 1.0/0.1 dB.David Robillard
2014-12-03adapt changes to async MIDI port to use new evoral/libardour splitPaul Davis
2014-12-03alter Async MIDI port implementation to use crossthreadchannel on all platformsPaul Davis
2014-12-02Make 'ARDOUR::ParameterDescriptor' exportable, so that it can get used outsid...John Emmas
2014-12-02Fix lost MIDI events due to broken range check.David Robillard
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-11-30Trim the include tree.David Robillard
2014-11-30Move EventRingBuffer to libardour.David Robillard
2014-11-30Add missing namespace qualifiers.David Robillard
2014-11-30Clean up state tracking of raw MIDI.David Robillard
2014-11-30update_steps(), properly handle integer rangesRobin Gareus
2014-11-30fix ladpsa default value.Robin Gareus
2014-11-29change ownership of processor window-proxyRobin Gareus
2014-11-26remove "port sources" management from MidiControlUI and Mackie support.Paul Davis
2014-11-25Remove dead code.David Robillard
2014-11-24amend c4533939b9Robin Gareus
2014-11-23hotfix windows-compilation (unfinished bfe49540b9)Robin Gareus
2014-11-23fix/silence various compiler warnings.Robin Gareus
2014-11-23remove use of CrossThreadChannel::selectable() to allow cross-platform implem...Paul Davis
2014-11-22Fix quantization and other time-related ops.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard