Fix broken logic and possible NULL pointer dereference for Bundle XML.
[ardour.git] / libs / ardour /
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 Gareussynchronize preferences and monitor-section
2014-11-18 Robin Gareusfiles should have at least one channel.
2014-11-18 Robin Gareusremove superfluous if-branch (_session is checked...
2014-11-18 David RobillardFix "maybe" rounding bug.
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 Robin Gareusprevent segfault if in/out property is missing
2014-11-17 Robin Gareusadd some assert() messages.
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-13 Robin Gareusinstall all additional binaries in $libdir
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-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-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-05 Paul Davisfix insane design for Location::next_available_name...
2014-11-04 John EmmasAdd some newly introduced header files to our MSVC...
2014-11-04 John EmmasWhen building with MSVC undef type VOID if we're declar...
2014-11-04 John EmmasWhen running an (MSVC built) VST scanner app, make...
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 RobillardFix parameter descriptors for one control leaking into...
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-03 David RobillardFix compilation with old LV2. Maybe.
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 John EmmasAdd a newly introduced header file to our MSVC project...
2014-11-01 Robin Gareusdon't print error when announcing property values for...
2014-11-01 David RobillardFix compilation against older LV2.
2014-11-01 David RobillardMore generic RT-safe implementation of LV2 properties.
2014-11-01 David RobillardUse precise define names for LV2 version configure...
2014-11-01 David RobillardFix spelling error.
2014-10-31 Robin GareusLV2 patch amends:
2014-10-31 Robin Gareusprototype [LV2]patch-change support for generic plugin...
2014-10-29 John EmmasAdd support for USE_CAIRO_IMAGE_SURFACE when building...
2014-10-24 Paul Davisport changes to ARDOUR::Location and ARDOUR::Locations...
2014-10-23 Robin Gareusskip unavailable backends early on.
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 Paul Davisfix timestamps for immediate MIDI events to deal with...
2014-10-22 Paul Daviserror/debug output when dropping MIDI event due to...
2014-10-22 Paul Davisremove unused code
2014-10-22 Paul Davisignore negative value locates and MMC locate commands
2014-10-22 Robin Gareusremove obsolete jack includes in libardour
2014-10-20 Robin Gareusstopgap solution for VST plugins that call audioMasterW...
2014-10-20 Robin Gareusadd support for VST plugins without any parameters
2014-10-17 Robin Gareuswindows: don’t popup message box when libjack is not...
2014-10-16 Robin Gareusfix midi automation sliders
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-16 Paul Daviswhen cancelling an import, call DropReferences so that...
2014-10-15 Paul Daviswhen flushing notifications/signals from an ARDOUR...
2014-10-15 Ben Loftisallow internal generators to make noise, even if we...
2014-10-15 Robin Gareusallow zero-latency sessions
2014-10-13 Paul Davistweak implementation of Session::audible_frame() to...
2014-10-11 Robin Gareusfix scanning of VST shell plugins
2014-10-11 Robin Gareusrevert 8ca546e - original version was correct (note...
2014-10-11 Robin Gareusfix LTC generator latency compensation.
2014-10-10 Paul Davissubtle changes to accomplish two goals (1) playhead...
2014-10-10 Paul Davisensure registration of all SessionEvent types
2014-10-10 Paul Davismake output of SessionEventManager::dump_events() a...
2014-10-10 Robin Gareuscleanup unused nested regions:
2014-10-10 Robin GareusProperly count nested regions
2014-10-10 Robin Gareusre-reference regions during uncombine - #5979
2014-10-08 Robin Gareusinitialize some uninitialized vars - closes #5974
2014-10-08 John EmmasMSVC - add support for 'HAVE_NEW_LV2'
2014-10-07 Robin Gareusfix crashes for plugin using maxBlockLength during...
2014-10-07 Paul Davisavoid a set of calls to gettext() and/or cousins from...
2014-10-05 Robin Gareus64bit windows VSTs
2014-10-05 Robin Gareusfix VST user cache typo: info/blacklist
2014-10-04 Robin Gareususe single newline char in VST info files.
2014-10-04 Robin Gareusupdate VST scanner lookup (prepare for moving to BINDIR)
2014-10-02 Colin FletcherAdd UK English translation for libardour
2014-10-02 Colin FletcherText tweaks and typo fixes
2014-10-01 Robin GareusNOOP, re-indent
2014-10-01 Paul Daviscopy over current Waves version of their backend, along...
2014-09-30 Robin Gareususe .exe suffix for VST pluin scanner app on windows
2014-09-30 Robin Gareuswin32_pthread is relevant for both: MSVC & MINGW
2014-09-28 Robin Gareuspartial fix for #5973 (multi-track midi file import)
2014-09-28 Robin Gareuscopy plugin-state from template on session creation...
next