Don't assume compiler can avoid copy to const ref.
[ardour.git] / libs / ardour / ardour /
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...
2014-11-03 David RobillardCheck whether frequency controls are audible or low...
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-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 David RobillardMore generic RT-safe implementation of LV2 properties.
2014-11-01 David RobillardFix spelling error.
2014-10-31 Robin Gareusprototype [LV2]patch-change support for generic plugin...
2014-10-24 Paul Davisport changes to ARDOUR::Location and ARDOUR::Locations...
2014-10-23 Robin Gareusadd 'available' interface to the AudioBackendInfo
2014-10-23 Robin Gareusanother round of compiler warning fixes
2014-10-23 Robin Gareussmall round of compiler warning fixes
2014-10-22 Paul Davisfix delivery of MMC events under split process cycle...
2014-10-22 Robin Gareusremove obsolete jack includes in libardour
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-10 Paul Davissubtle changes to accomplish two goals (1) playhead...
2014-10-07 Paul Davisavoid a set of calls to gettext() and/or cousins from...
2014-10-01 Robin GareusNOOP, re-indent
2014-10-01 Paul Daviscopy over current Waves version of their backend, along...
2014-09-22 Paul Davisfix typo that selected wrong sample rate for 22050Hz...
2014-09-20 Paul Davisadd Location::set_skip() to allow toggling of skip...
2014-09-20 Paul Davisduplicate all ARDOUR::Location signals so that we have...
2014-09-18 Ben LoftisFix some inconsistent usage of a Controllables Interfac...
2014-09-17 Paul Davisnew Config var to control whether skip playback is...
2014-09-17 Paul Davisadd new Skip event to SessionEvents
2014-09-17 Paul Davisadd new type of location, with _flags & IsSkip being...
2014-09-17 Paul Davisheader file part of initial attempt to push certain...
2014-09-17 Paul Davischange Location "change" signals of various kinds to...
2014-09-15 Paul Davistentative fix for losing (empty) MIDI files. Incomplete...
2014-09-15 Paul Davistentative fix for losing (empty) MIDI files. Incomplete...
2014-09-11 Robin Gareusproperly retain LV2PluginInfo
2014-09-10 Robin Gareusfree LV2 world after initial scan
2014-09-07 Paul Davisadd Session::record_location()
2014-09-03 Robin Gareusrelease shared route pointer kept by InternalSend when...
2014-08-31 David RobillardFix crash when changing automation mode for MIDI track...
2014-08-31 David RobillardFix mismatched initialisation order.
2014-07-28 Ben Loftisclean up cruft in some config variables
2014-07-23 Ben LoftisCut and Copy should remember the white space at the...
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-18 Ben Loftistweaks for the monitor section. refactoring of some...
2014-07-14 Ben LoftisGroup the Rec and Monitor buttons together. Group...
next