Fix compilation with --no-lv2 (#0006169).
[ardour.git] / libs / ardour / ardour /
2015-03-08 David RobillardFix compilation with --no-lv2 (#0006169).
2015-03-05 David RobillardHandle edits while playing precisely.
2015-03-05 David RobillardClean up MidiPlaylist::read, kill copy-paste code.
2015-03-01 Robin Gareususe Xthreads in session butler.
2015-02-28 Robin GareusAPI to delete AU cache & blacklist
2015-02-20 Paul Davisfix logic of Session::audio_source_name_is_unique()
2015-02-19 Paul Davischange Audio backend sample time methods to use a 64...
2015-02-18 Paul DavisRevert "[Summary] Eliminated redundant marker update...
2015-02-18 Paul DavisRevert "fix indentation from previous commit and previo...
2015-02-17 Paul Davisanother required fix following recent cherry-picks...
2015-02-17 GZharun[Summary] Blocked redundant skip marker (during skip...
2015-02-17 Paul Davisfix indentation from previous commit and previous edits
2015-02-17 GZharun[Summary] Eliminated redundant marker update notificati...
2015-02-13 Paul Daviscorrectly set track loop status when locating away...
2015-02-11 Paul Davisinfrastructure to allow tracing of all MIDI ports
2015-02-06 Paul Davisfix (and comment) on subtle bug with audio file data...
2015-02-05 Paul Davismodify behaviour of session when updating skips to...
2015-02-05 Paul Davisexpand SessionEvent API to allow ::clear_events() to...
2015-02-05 nick_mClean up Session's _current_trans when aborting a drag.
2015-01-30 Robin Gareusclarify sync-lock and disable it by default.
2015-01-30 Robin Gareustake down backend specific threads with backend
2015-01-25 Paul DavisAdd a new signal (not yet used) to initiate session...
2015-01-24 Paul Davisadd function to get data width for ARDOUR::SampleFormat
2015-01-23 Paul Davissplit apart read and write chunk size and offer platfor...
2015-01-16 Ben LoftisASIO devices have a preferred buffersize.
2015-01-12 Robin Gareusadd an explicit indicator for LTC lock
2015-01-10 Robin Gareusgracefully handle missing .midnam
2015-01-07 David RobillardMusicalTime => Beats.
2015-01-07 David RobillardAdd modulus operator to MIDI transformer.
2014-12-30 David RobillardFix some mangled whitespace (noop).
2014-12-28 David RobillardMIDI transform dialog.
2014-12-28 David RobillardClean up note delta command code.
2014-12-26 John EmmasSome of libardour's istream and ostream operators are...
2014-12-24 David RobillardSupport fancy controls for some AU units.
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 Paul Davisindent cleanup
2014-12-23 Paul Davismove ARDOUR::Configuration and ARDOUR::ConfigVariable...
2014-12-22 Paul Davismove all (G)UI related configuration parameters into...
2014-12-21 Paul Davischange SessionEvent::Immediate to -1, and ensure that...
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-18 David RobillardMute automation via normal mute button.
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-16 Paul Davisadd new parameter for minimum value of any range location
2014-12-13 David RobillardStructure MIDI device selector by manufacturer.
2014-12-10 Paul DavisMerge branch 'nofilemanager'
2014-12-10 Paul Davisremove file manager LRU cache from code.
2014-12-09 Ben Loftisadd set-session-extents-from-edit-range
2014-12-09 Paul Davisadd DEBUG::Butler and use it
2014-12-07 David RobillardAdd legatize and remove overlap MIDI operations.
2014-12-05 David RobillardFix crash when twiddling MIDI controllers (#6050).
2014-12-04 David RobillardMake gain controls step by roughly 1.0/0.1 dB.
2014-12-04 Paul Davisadapt changes to async MIDI port to use new evoral...
2014-12-04 Paul Davisalter Async MIDI port implementation to use crossthread...
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 RobillardReplace half-baked param metadata with descriptor.
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-11-30 Robin Gareusupdate_steps(), properly handle integer ranges
2014-11-30 Robin Gareusfix ladpsa default value.
2014-11-29 Robin Gareuschange ownership of processor window-proxy
2014-11-26 Paul Davisremove "port sources" management from MidiControlUI...
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 Gareusfix/silence various compiler warnings.
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 David RobillardFix dropped MIDI events, especially with record enabled.
2014-11-18 David RobillardFix Region::verify_length() so it actually does something.
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-15 David RobillardFix crash when copying MIDI regions with midi-copy...
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
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 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-04 John EmmasWhen building with MSVC undef type VOID if we're declar...
2014-11-04 David RobillardUse format string even for units we understand (print...
next