Remove braindead Parameter inheritance abuse.
[ardour.git] / libs /
2014-12-01 David RobillardRemove braindead Parameter inheritance abuse.
2014-12-01 David RobillardReplace thinning static state with parameter.
2014-12-01 David RobillardRemove dead code.
2014-12-01 David RobillardRemove bogus test and noisy output.
2014-12-01 David RobillardTrim the include tree.
2014-12-01 David RobillardMove EventRingBuffer to libardour.
2014-12-01 David RobillardAdd missing namespace qualifiers.
2014-12-01 David RobillardClean up state tracking of raw MIDI.
2014-12-01 David RobillardSave mute automation state.
2014-11-30 Robin GareusCLA approved consistent fine-grained scale modifier
2014-11-30 John EmmasProcess 'default_ui_config.in' when building with MSVC
2014-11-30 Robin Gareusconsistent step+page sizes for fader+spinbox
2014-11-30 Robin Gareususe update_steps() instead of custom function
2014-11-30 Robin Gareusupdate_steps(), properly handle integer ranges
2014-11-30 Robin Gareusfix ladpsa default value.
2014-11-30 Robin Gareusfix LV2 default port value.
2014-11-29 David RobillardFix write for boolean automation.
2014-11-29 Robin Gareusdon't move faders on click.
2014-11-29 Robin Gareuschange ownership of processor window-proxy
2014-11-29 David RobillardSet discrete by default for boolean parameters.
2014-11-29 David RobillardSomewhat working gain automation.
2014-11-29 David RobillardShow discrete/toggled automation as stepped line.
2014-11-29 David RobillardFix crash when deleting all points from a line.
2014-11-28 David RobillardSet the toggled default metadata of parameters.
2014-11-28 John EmmasAdd some newly introduced source files to our MSVC...
2014-11-27 David RobillardRemove dead code.
2014-11-27 David RobillardFix calculation using uninitialized value.
2014-11-26 Paul Davisremove "port sources" management from MidiControlUI...
2014-11-26 Paul Davisget correct ::distance() and ::delta() implementations...
2014-11-26 Paul Davismassive reworking of color selection implementation
2014-11-26 Paul Davisensure that Ardour recognizes its own MMC device ID...
2014-11-26 Tim MayberryReplace individual waf options for enabling backends...
2014-11-25 Colin FletcherAdd test for Evoral::coverage()
2014-11-25 Colin FletcherFix build of evoral tests
2014-11-25 Colin FletcherFix order of parameters to stop_touch() in Mackie:...
2014-11-25 David RobillardRemove dead code.
2014-11-24 Robin Gareusfix OSX open URL in browser
2014-11-24 John EmmasSimulate 'trunc()' which isn't available in MSVC
2014-11-24 John EmmasRemove a commented out line in 'pbd/stacktrace.h'
2014-11-24 John EmmasChanges needed to accommodate building libevoral with...
2014-11-23 Robin Gareusamend c4533939b9
2014-11-23 Robin Gareushotfix windows-compilation (unfinished bfe49540b9)
2014-11-23 Robin Gareusmake debug message more useful
2014-11-23 Robin Gareusfix/silence various compiler warnings.
2014-11-23 David RobillardFix build with a certain awful broken compiler.
2014-11-23 Robin Gareus-Wunused-function on windows
2014-11-23 Robin Gareususe NULL not 0 for c-functions (even in c++ code)
2014-11-23 Paul Davisremove use of CrossThreadChannel::selectable() to allow...
2014-11-23 David RobillardFix quantization and other time-related ops.
2014-11-22 David RobillardMax is max and min is min and I am dumb.
2014-11-22 David RobillardFix clang and MSVC build.
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-11-22 David RobillardFix assert failure in control list interpolation.
2014-11-22 David RobillardFix const violation warnings in tempo.cc.
2014-11-20 David RobillardFix lost MIDI note offs and controllers.
2014-11-20 David RobillardReduce unnecessary non-const MIDI buffer access.
2014-11-20 David RobillardClean up some MIDI code.
2014-11-20 Robin Gareusdebug trace lost midi-messages
2014-11-20 David RobillardFix dropped MIDI events, especially with record enabled.
2014-11-19 Robin Gareussome const'ness and hints for clang
2014-11-18 Ben Loftisallow dummy backend for any product
2014-11-18 David RobillardAvoid possible use of uninitialized values.
2014-11-18 David RobillardRemove obviously dead/redundant code.
2014-11-18 David RobillardClean up funny code and initialize variables.
2014-11-18 David RobillardConstrain variable scopen and avoid uninitialized value...
2014-11-18 David RobillardRemove unused variable and redundant arithmetic.
2014-11-18 David RobillardGracefully avoid importing audio that somehow has 0...
2014-11-18 David RobillardFix potential use of uninitialized value.
2014-11-18 David RobillardFix NULL pointer dereference on malformed Playlist...
2014-11-18 David RobillardAvoid potential division by zero.
2014-11-18 David RobillardFix broken logic and possible NULL pointer dereference...
2014-11-18 David RobillardFix incredibly unlikely NULL pointer dereference.
2014-11-18 David RobillardFix Region::verify_length() so it actually does something.
2014-11-18 Robin Gareusamend 484e38053
2014-11-18 Robin Gareussilence clang "dead assignment" warnings
2014-11-18 Robin Gareussynchronize preferences and monitor-section
2014-11-18 Robin Gareusfiles should have at least one channel.
2014-11-18 Robin Gareusremove dead assignment
2014-11-18 Robin Gareusremove superfluous if-branch (_session is checked...
2014-11-18 David RobillardFix "maybe" rounding bug.
2014-11-17 Robin Gareuswaves/coreaudio PPC support
2014-11-17 Robin Gareuscheck alsa midi ringbuffer
2014-11-17 David RobillardDon't add origin value to MIDI controller regions on...
2014-11-17 David RobillardAdd "maybe" rounding modes for rounding only if necessary.
2014-11-17 David RobillardUse an enum for RoundMode instead of magic numbers.
2014-11-17 David RobillardMake ControlList::paste const-correct.
2014-11-17 Robin Gareusprevent segfault if in/out property is missing
2014-11-17 Robin Gareusadd some assert() messages.
2014-11-15 David RobillardFix MIDI region keyboard editing (add key handling...
2014-11-15 David RobillardFix crash when copying MIDI regions with midi-copy...
2014-11-15 David RobillardFix out of order event errors on save with overlapping...
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-11-14 David RobillardFix crashes on various MIDI editing operations.
2014-11-13 Robin Gareusyet another copy/paste typo :(
2014-11-13 Robin Gareusfix typo in b9fc616538
2014-11-13 Robin Gareusauto-initialize weak-jack
2014-11-13 Robin Gareusprepare for JACK meta-data API
2014-11-13 Robin Gareusmake new jack thread API functions optional
2014-11-13 Robin Gareusadd symbol debug information to weak-jack
next