increase fine grained control (Ctrl+Alt+[drag|scroll])
[ardour.git] / libs / ardour /
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...
2014-09-28 Robin Gareusfix templates: copy plugin state
2014-09-26 Paul Davisnext (final?) part of handling missing MIDI files. 3.5.403
2014-09-26 Paul Davisnext (final?) part of handling missing MIDI files.
2014-09-24 Paul Davisnext (final?) part of handling missing MIDI files.
2014-09-22 Paul Davisfix typo that selected wrong sample rate for 22050Hz...
2014-09-22 Colin FletcherFix finding session templates
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 Davisdo not mark session dirty during loading process; sync...
2014-09-17 Paul Davisuse Config->get_skip_playback() when handling Skip...
2014-09-17 Paul Davisnew Config var to control whether skip playback is...
2014-09-17 Paul Davisadd IsSkip enum to enums.cc
2014-09-17 Paul Davisadd new Skip event to SessionEvents
2014-09-17 Paul DavisLocations::clear_ranges() leaves punch/loop/session...
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 Davisinitial attempt to push certain kinds of Locations...
2014-09-17 Paul DavisLocations should listen to location changed signals...
2014-09-17 Paul Davischange Location "change" signals of various kinds to...
2014-09-15 Paul Davisfix API errors after cherry-picking empty MIDI file...
2014-09-15 Paul Davisif a (file) source really cannot be found, differentiat...
2014-09-15 Paul Davisfix up condition where a MIDI filesource is marked...
2014-09-15 Paul DavisFileSource should not generate its own error message...
2014-09-15 Paul Davistentative fix for losing (empty) MIDI files. Incomplete...
2014-09-15 Paul Davisif a (file) source really cannot be found, differentiat...
2014-09-15 Paul Davisfix up condition where a MIDI filesource is marked...
2014-09-15 Paul DavisFileSource should not generate its own error message...
2014-09-15 Paul Davistentative fix for losing (empty) MIDI files. Incomplete...
2014-09-15 Paul Davisfix compiler warning
2014-09-13 Colin FletcherReturn playhead to last start position when aborting...
2014-09-13 Colin FletcherFix spurious 'You cannot put a CD marker at this locati...
2014-09-13 Colin FletcherBe sure to initialise ExportFormatSpecification::_sound...
2014-09-11 Robin Gareusfix crash at session close/exit if a midi-control-surfa...
2014-09-11 Robin Gareusmake valgrind output a bit more readable.
2014-09-11 Robin Gareusfix memory leak, changing semantics of PatchManager...
2014-09-11 Robin Gareusfix a bunch of memory leaks
2014-09-11 Robin Gareusproperly retain LV2PluginInfo
2014-09-10 Robin Gareusprint "Scanning folders for bundled LV2s" only once.
2014-09-10 Robin Gareusdelete route-groups before flushing routes.
2014-09-10 Robin Gareusdisable Midi Audition Synth if it cannot be found
2014-09-10 Robin Gareusbetter safe than sorry.
2014-09-10 Robin Gareusfix d421602c24
2014-09-10 Robin Gareusdelete session XML object after loading and setting...
2014-09-10 Robin Gareusfree LV2 world after initial scan
2014-09-07 Robin Gareusfix midi audition port-connect warning
2014-09-07 Paul Davisadd Session::record_location()
next