summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2014-10-08MSVC - add support for 'HAVE_NEW_LV2'John Emmas
2014-10-07fix crashes for plugin using maxBlockLength during latency compute.Robin Gareus
2014-10-07avoid a set of calls to gettext() and/or cousins from global constructor scopePaul Davis
2014-10-0564bit windows VSTsRobin Gareus
2014-10-05fix VST user cache typo: info/blacklistRobin Gareus
2014-10-04use single newline char in VST info files.Robin Gareus
2014-10-04update VST scanner lookup (prepare for moving to BINDIR)Robin Gareus
2014-10-02Add UK English translation for libardourColin Fletcher
2014-10-02Text tweaks and typo fixesColin Fletcher
2014-10-01NOOP, re-indentRobin Gareus
2014-09-30copy over current Waves version of their backend, along with minor changes in...Paul Davis
2014-10-01use .exe suffix for VST pluin scanner app on windowsRobin Gareus
2014-09-30win32_pthread is relevant for both: MSVC & MINGWRobin Gareus
2014-09-28partial fix for #5973 (multi-track midi file import)Robin Gareus
2014-09-28copy plugin-state from template on session creation (amend 3353b48)Robin Gareus
2014-09-28fix templates: copy plugin stateRobin Gareus
2014-09-24next (final?) part of handling missing MIDI files.Paul Davis
2014-09-22fix typo that selected wrong sample rate for 22050Hz exportPaul Davis
2014-09-22Fix finding session templatesColin Fletcher
2014-09-19add Location::set_skip() to allow toggling of skip-functionality for a given ...Paul Davis
2014-09-19duplicate all ARDOUR::Location signals so that we have one static signal that...Paul Davis
2014-09-18Fix some inconsistent usage of a Controllables Interface value.Ben Loftis
2014-09-17do not mark session dirty during loading process; sync with loaded locations ...Paul Davis
2014-09-17use Config->get_skip_playback() when handling Skip eventsPaul Davis
2014-09-17new Config var to control whether skip playback is used or notPaul Davis
2014-09-17add IsSkip enum to enums.ccPaul Davis
2014-09-17add new Skip event to SessionEventsPaul Davis
2014-09-17Locations::clear_ranges() leaves punch/loop/session ranges intact if they existPaul Davis
2014-09-16add new type of location, with _flags & IsSkip being non-zeroPaul Davis
2014-09-16header file part of initial attempt to push certain kinds of Locations into L...Paul Davis
2014-09-16initial attempt to push certain kinds of Locations into LocateRoll events on ...Paul Davis
2014-09-16Locations should listen to location changed signals, and emit its own changed...Paul Davis
2014-09-16change Location "change" signals of various kinds to be staticPaul Davis
2014-09-15if a (file) source really cannot be found, differentiate between audio & MIDI.Paul Davis
2014-09-15fix up condition where a MIDI filesource is marked empty, not found, and its ...Paul Davis
2014-09-15FileSource should not generate its own error message when a file is missingPaul Davis
2014-09-15tentative fix for losing (empty) MIDI files. Incomplete because testing shows...Paul Davis
2014-09-15fix compiler warningPaul Davis
2014-09-13Return playhead to last start position when aborting captureColin Fletcher
2014-09-13Fix spurious 'You cannot put a CD marker at this location' errorColin Fletcher
2014-09-13Be sure to initialise ExportFormatSpecification::_soundcloud_uploadColin Fletcher
2014-09-11fix crash at session close/exit if a midi-control-surface is usedRobin Gareus
2014-09-11make valgrind output a bit more readable.Robin Gareus
2014-09-11fix memory leak, changing semantics of PatchManager (needs x-check)Robin Gareus
2014-09-11fix a bunch of memory leaksRobin Gareus
2014-09-11properly retain LV2PluginInfoRobin Gareus
2014-09-10print "Scanning folders for bundled LV2s" only once.Robin Gareus
2014-09-10delete route-groups before flushing routes.Robin Gareus
2014-09-10disable Midi Audition Synth if it cannot be foundRobin Gareus
2014-09-10better safe than sorry.Robin Gareus