Set the toggled default metadata of parameters.
[ardour.git] / libs /
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
2014-11-13 Robin Gareusinstall all additional binaries in $libdir
2014-11-13 Robin Gareusfix define
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-13 Robin Gareusyet another build fix
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-11 Paul Davistweak canvas on_expose_event() handler to avoid unneces...
2014-11-11 Paul Davisfurther work on new color manipulation code
2014-11-10 Robin Gareusfix signed/unsigned compiler warning
2014-11-10 Robin Gareusimprove random seed (for dummy generators)
2014-11-10 Paul Davisadd required header for compilation
2014-11-10 Paul Davisadd background color property to Canvas::Canvas ; rearr...
2014-11-09 John EmmasModifications needed to build ReasonableSynth with...
2014-11-08 John EmmasAdd some newly introduced source files to our MSVC...
2014-11-07 David RobillardJust rename problematic Variant::VOID type.
2014-11-07 Paul Davisuse new canvas colors header as necessary
next