summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
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
2014-11-22Fix const violation warnings in tempo.cc.David Robillard
2014-11-20Fix lost MIDI note offs and controllers.David Robillard
2014-11-20Reduce unnecessary non-const MIDI buffer access.David Robillard
2014-11-20Clean up some MIDI code.David Robillard
2014-11-19Fix dropped MIDI events, especially with record enabled.David Robillard
2014-11-18Fix Region::verify_length() so it actually does something.David Robillard
2014-11-16Add "maybe" rounding modes for rounding only if necessary.David Robillard
2014-11-16Use an enum for RoundMode instead of magic numbers.David Robillard
2014-11-14Fix crash when copying MIDI regions with midi-copy-is-fork is on (#6002).David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-12Prepare AU-discovery crashlog.Robin Gareus
2014-11-12failsafe AU scanning part one:Robin Gareus
2014-11-10refactor MIDISceneChange color property addition by moving it into SceneChang...Paul Davis
2014-11-10serialize/deserialize MIDISceneChange color; put out of bounds color into sta...Paul Davis
2014-11-10add color property to MIDISceneChangePaul Davis
2014-11-10add operator== to ARDOUR::MidiSceneChangePaul Davis
2014-11-07Just rename problematic Variant::VOID type.David Robillard
2014-11-07VOID is a windows define (not MSVC specific)Robin Gareus
2014-11-05catch up with waves/tracks version of MIDI scene changer codePaul Davis
2014-11-04When building with MSVC undef type VOID if we're declaring an enum called VOIDJohn Emmas
2014-11-03Use format string even for units we understand (print Hz units).David Robillard
2014-11-03Check whether frequency controls are audible or low and provide appropriate c...David Robillard
2014-11-03Add menu to set frequency controls in beats, and half or double current value.David Robillard
2014-11-03Reduce coupling between Plugin and PluginInsert.David Robillard