Put tempo lines below tracks.
[ardour.git] / libs /
2015-01-12 David RobillardFix mouse event position offset bug.
2015-01-11 Robin Gareusadd a midi->audio dummy backend mode.
2015-01-10 Robin Gareusgracefully handle missing .midnam
2015-01-10 John EmmasAccommodate a newly introduced #define ('LIBARDOUR...
2015-01-10 John EmmasAdd a newly introduced header file to our MSVC project...
2015-01-10 John EmmasAdd support for the C99 function 'log2()' which is...
2015-01-09 Robin Gareusremove cruft (old unused pre-git version files)
2015-01-09 Robin Gareusfix LTC alignment.
2015-01-09 David RobillardFix offset events when consolidating MIDI range.
2015-01-08 David RobillardFix bounding box of rectangles with wide outlines.
2015-01-08 Robin Gareusremove hardcoded major version in build scripts
2015-01-08 David RobillardClose polygon borders (fix partially drawn hits).
2015-01-08 Ben Loftistweak boot message so the final message makes more...
2015-01-07 David RobillardMusicalTime => Beats.
2015-01-07 David RobillardAdd modulus operator to MIDI transformer.
2015-01-06 Robin GareusOnly restore plugin state (of first instance) once.
2015-01-05 David RobillardFix MIDI file descriptor leaks.
2015-01-05 Robin Gareusprepare for 'ardour4'
2015-01-05 Robin Gareusupdate windows user_cache_directory(): same pattern...
2015-01-05 Robin Gareusremoved hardcoded ".ardour" suffix
2015-01-02 John EmmasAccommodate some newly introduced source files for...
2015-01-01 Tim MayberryAdd PBD debug macros for recording timing data
2015-01-01 Tim MayberryAdd tests that show the timing differences between...
2015-01-01 Tim MayberryAdd PBD::Timer/StandardTimer/BlinkTimer classes for...
2015-01-01 Tim MayberryAdd Timing, TimingData and Timed classes for time measu...
2014-12-31 David RobillardFix alleged use of uninitialized variable.
2014-12-31 David RobillardAdd missing Variant => LV2 Atom case.
2014-12-31 Paul Davisfix incorrect test for valid MIDI events.
2014-12-31 Paul DavisFix range "arithmetic"
2014-12-31 David RobillardLoad what we can from broken/truncated MIDI files.
2014-12-31 Robin Gareusdon't take temporary copy of MIDI sequence
2014-12-30 Robin Gareusadd a MIDI loopback mode to the Dummy Backend
2014-12-30 David RobillardFix MIDI CC record/playback crash.
2014-12-30 David RobillardFix some mangled whitespace (noop).
2014-12-30 David RobillardRevert "Fix occasional MIDI read crash."
2014-12-30 David RobillardFix occasional crash when saving MIDI.
2014-12-30 David RobillardFix off-by-one MIDI note names.
2014-12-29 Paul Davisfix a few compiler warnings
2014-12-29 David RobillardAvoid another potential deadlock for good measure.
2014-12-29 David RobillardBlind fix for MIDI iteration bug.
2014-12-29 David RobillardFix deadlock while recording MIDI controllers.
2014-12-29 Robin Gareusupdate numbering of midi-test sequences
2014-12-29 Robin Gareusadd a midi-CC sustain-pedal test sequence
2014-12-29 Robin Gareusadd 'size' field to midi-sequences
2014-12-29 Robin Gareusmake it easier to add new midi sequences
2014-12-29 John EmmasAdd some newly introduced source files to our MSVC...
2014-12-29 David RobillardDemote message about empty MIDI tracks to info.
2014-12-28 David RobillardMIDI transform dialog.
2014-12-28 David RobillardFix occasional MIDI read crash.
2014-12-28 David RobillardClean up note delta command code.
2014-12-28 David RobillardFix typo.
2014-12-28 Robin Gareususe ldflags for wine linking
2014-12-28 Robin Gareusadd explicit chmod for good measure
2014-12-28 Robin Gareusfix [rare] concurrent build issue:
2014-12-26 John EmmasSome of libardour's istream and ostream operators are...
2014-12-26 John EmmasRemove the source files which got transferred to libpbd
2014-12-26 John Emmasclass 'PBD::Configuration' doesn't actually get exporte...
2014-12-26 John EmmasAdd some newly introduced source files to our MSVC...
2014-12-26 David RobillardConditionally remove possibly unused functions.
2014-12-25 David RobillardRemove warning when adding MIDI model controls.
2014-12-24 David RobillardFix crash when getting width of item with no bbox.
2014-12-24 David RobillardSupport fancy controls for some AU units.
2014-12-24 David RobillardAdd --no-lrdf configure option.
2014-12-24 David RobillardFix OSX build.
2014-12-24 Robin Gareusfix clang compilation
2014-12-24 Robin Gareusproper default setup and fallbacks for video on windows
2014-12-23 Robin Gareusfix for case-sensitive FS - aa80515f3
2014-12-23 Robin Gareusfix and cleanup c404ef98 (windows config dir)
2014-12-23 Greg Zharun[Summary] Fixed audio export on Windows. Added support...
2014-12-23 Paul Davisindent cleanup
2014-12-23 Paul Davisnew file, derived from old libs/ardour/configuration.cc
2014-12-23 Paul Davismove ARDOUR::Configuration and ARDOUR::ConfigVariable...
2014-12-22 Robin Gareusdon't append .config to %LOCALAPPDATA%\<ProgramName>\
2014-12-22 Paul Davismove all (G)UI related configuration parameters into...
2014-12-22 Paul Davisno use of GUI parameters in libardour
2014-12-21 Paul Davischange SessionEvent::Immediate to -1, and ensure that...
2014-12-21 Tim MayberryLimit Wiimote surface discovery to 5 connection attempts
2014-12-20 Paul Davisfix newly introduced deadlock when cloning MIDI regions
2014-12-20 David RobillardMaintain correct tracker state on MIDI overwrite.
2014-12-19 Colin FletcherRevert "Change default for region selection after split...
2014-12-19 Colin FletcherChange default for region selection after split on...
2014-12-19 Colin FletcherAdd a config option to control region selection after...
2014-12-19 Paul Davisadd ArdourCanvas::change_alpha()
2014-12-18 Valeriy Kamyshniy[Summary] Bug fix: mistakenly set states of freewheeli...
2014-12-18 Paul Davischange Item::visible() to Item::self_visible(); add...
2014-12-18 David RobillardDon't assume compiler can avoid copy to const ref.
2014-12-18 David RobillardMute automation via normal mute button.
2014-12-18 David RobillardNo need to yell.
2014-12-18 David RobillardMIDI bounce.
2014-12-18 David RobillardRemove some aborts that don't really need to be.
2014-12-17 David RobillardFix various MIDI locking issues.
2014-12-17 David RobillardFix oops in previous commit.
2014-12-17 David RobillardFix occasional crash when recording MIDI.
2014-12-16 Paul Davisuse new parameter to limit minimum length of any range...
2014-12-16 Paul Davisadd new parameter for minimum value of any range location
2014-12-15 Paul Davistry alternate Glib:: API for conversion from UTF-8...
2014-12-15 Paul Davisnominal fix for sending UTF-8 text to Mackie surface
2014-12-15 Paul Davisadd getters for SVAModifier
2014-12-15 Paul Davisfix typo
2014-12-15 Paul Davismore fixes to SVAModifier constructor(s)
next