properly handle integer steps in plugin controls
[ardour.git] / libs / ardour / ardour /
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-14 Paul Davisget Session::save_as() working much more correctly...
2015-01-12 Robin Gareusadd an explicit indicator for LTC lock
2015-01-12 Paul Davisfirst working version of save-as
2015-01-11 Paul Davisadd initial code (and stubs) for save-as related functi...
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...
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
next