fix scanning of VST shell plugins
[ardour.git] / libs / ardour /
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-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 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()
2014-09-07 Paul Davisrename system and user config files with product-neutra...
2014-09-06 Paul Davischeck for _port_handle == null throughout Port:: methods
2014-09-05 Paul Davisupdated .po files
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 RobillardRemove unused variables (fix warnings).
2014-08-31 David RobillardFix mismatched initialisation order.
2014-08-31 Robin Gareusprepare for clang static analysis of RT-functions:
2014-08-28 John EmmasAdd an extra folder to get searched (on Windows only...
2014-08-28 John EmmasMake sure all our VC projects agree that the product...
2014-08-13 Robin GareusMerge branch 'selection_fixes' of https://github.com...
2014-08-13 nick_mAdd backwards compatibility for instant.xml changes.
2014-08-13 nick_mMove ExportProfile xml from Session instant.xml to...
2014-08-04 John EmmasModify our VC project files to work with msvc32-fixup.pl
2014-08-01 Ben LoftisEnforce mixer strip widths, more case fixes, and minor...
2014-08-01 Ben Loftisconsistently use mixed-case labels
2014-07-28 Ben Loftisgrouped faders should have relative gain by default
2014-07-28 Ben Loftisclean up cruft in some config variables
2014-07-27 John EmmasAdd provision for 'PROGRAM_VERSION' (MSVC libardour...
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-16 Robin GareusLV2: don't leave active plugins deactivated after laten...
2014-07-16 Paul Davisparameterize the version number used to define the...
2014-07-15 David RobillardUpdate vcproj files for changed LILV config define.
2014-07-15 David RobillardSupport saving LV2 presets multiple times (fix #0005949).
2014-07-14 Ben LoftisGroup the Rec and Monitor buttons together. Group...
2014-07-11 Robin Gareusfatal error if vfork-exec-wrapper cannot be found ...
2014-07-10 Paul Davisadd libardour infrastructure for "fade range" edit...
2014-07-10 Paul Davisdo not call basename_nosuffix() before using matching_u...
2014-07-09 Ben Loftisadd mixbus profile which removes the tearoffs
2014-07-09 Paul Davismake AutomationList::operator==() private and abort...
2014-07-09 Paul Davisremove debug output
2014-07-09 Paul Davisfix crash initiated by never configuring track write...
2014-07-09 Paul Davisdo not return auditioner as part of Session::get_tracks()
next