Use test utility function to find evoral test files
[ardour.git] / libs / ardour /
2014-12-03 Tim MayberryUse PBD::tmp_writable_directory in libardour test_util.cc
2014-12-03 Tim MayberryFixes for AudioEngine test
2014-12-03 Tim MayberryRemove unused test_common.h/cc files
2014-12-03 Tim MayberryMove libardour test utility code into one source file
2014-12-03 Tim MayberryUse ardev_common.sh to setup environment for running...
2014-12-03 David RobillardFix range of pan controls.
2014-12-02 John EmmasMake 'ARDOUR::ParameterDescriptor' exportable, so that...
2014-12-02 David RobillardFix lost MIDI events due to broken range check.
2014-12-02 David RobillardFix automation write/touch.
2014-12-02 David RobillardReplace half-baked param metadata with descriptor.
2014-12-01 Julien de KozakMake it compile with C++11 support.
2014-12-01 Colin FletcherComments in various call-sites of coverage()
2014-12-01 David RobillardRemove braindead Parameter inheritance abuse.
2014-12-01 David RobillardReplace thinning static state with parameter.
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 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 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-28 David RobillardSet the toggled default metadata of parameters.
2014-11-26 Paul Davisremove "port sources" management from MidiControlUI...
2014-11-25 Colin FletcherFix build of evoral tests
2014-11-25 David RobillardRemove dead code.
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 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 RobillardWrap MusicalTime in a class.
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-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 Gareussynchronize preferences and monitor-section
2014-11-18 Robin Gareusfiles should have at least one channel.
2014-11-18 Robin Gareusremove superfluous if-branch (_session is checked...
2014-11-18 David RobillardFix "maybe" rounding bug.
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 Robin Gareusprevent segfault if in/out property is missing
2014-11-17 Robin Gareusadd some assert() messages.
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-13 Robin Gareusinstall all additional binaries in $libdir
2014-11-13 John EmmasDon't iterate in 'ARDOUR::Route::get_control()' unless...
2014-11-13 John EmmasMake sure we can't execute 'ARDOUR::Route::meter()...
2014-11-12 Robin Gareusadd popup message and error log for AU crash reports
2014-11-12 Robin GareusPrepare AU-discovery crashlog.
2014-11-12 Robin Gareusfailsafe AU scanning part one:
2014-11-11 Paul Davisrefactor MIDISceneChange color property addition by...
2014-11-11 Paul Daviswhen creating a new MIDI scene change, check existing...
2014-11-11 Paul Davisserialize/deserialize MIDISceneChange color; put out...
2014-11-11 Paul Davisadd color property to MIDISceneChange
2014-11-11 Paul Davisadd operator== to ARDOUR::MidiSceneChange
2014-11-07 David RobillardJust rename problematic Variant::VOID type.
2014-11-07 Robin GareusVOID is a windows define (not MSVC specific)
2014-11-06 Paul Daviscatch up with waves/tracks version of MIDI scene change...
2014-11-05 Paul Davisfix insane design for Location::next_available_name...
2014-11-04 John EmmasAdd some newly introduced header files to our MSVC...
2014-11-04 John EmmasWhen building with MSVC undef type VOID if we're declar...
2014-11-04 John EmmasWhen running an (MSVC built) VST scanner app, make...
2014-11-04 David RobillardUse format string even for units we understand (print...
2014-11-03 David RobillardCheck whether frequency controls are audible or low...
2014-11-03 David RobillardFix parameter descriptors for one control leaking into...
2014-11-03 David RobillardAdd menu to set frequency controls in beats, and half...
2014-11-03 David RobillardReduce coupling between Plugin and PluginInsert.
2014-11-03 David RobillardFix compilation with old LV2. Maybe.
2014-11-02 David RobillardShow 3 decimal digits when printing values.
2014-11-02 David RobillardSupport pretty display of arbitrary plugin parameter...
2014-11-02 David RobillardDisplay gain and midiNote plugin parameters/properties...
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2014-11-02 David RobillardMove ParameterDescriptor from Plugin to its own header.
2014-11-02 David RobillardDecouple ControlUI from port index.
2014-11-01 John EmmasAdd a newly introduced header file to our MSVC project...
2014-11-01 Robin Gareusdon't print error when announcing property values for...
next