summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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
2014-09-10fix d421602c24Robin Gareus
2014-09-10delete session XML object after loading and setting state.Robin Gareus
2014-09-10free LV2 world after initial scanRobin Gareus
2014-09-07fix midi audition port-connect warningRobin Gareus
2014-09-07add Session::record_location()Paul Davis
2014-09-07rename system and user config files with product-neutral namesPaul Davis
2014-09-06check for _port_handle == null throughout Port:: methodsPaul Davis
2014-09-04updated .po filesPaul Davis
2014-09-03release shared route pointer kept by InternalSend when dropping refs.Robin Gareus
2014-08-31Fix crash when changing automation mode for MIDI track control automation.David Robillard
2014-08-31Remove unused variables (fix warnings).David Robillard
2014-08-31Fix mismatched initialisation order.David Robillard
2014-08-31prepare for clang static analysis of RT-functions:Robin Gareus
2014-08-28Add an extra folder to get searched (on Windows only) when looking for config...John Emmas
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ...John Emmas
2014-08-14Add backwards compatibility for instant.xml changes.nick_m
2014-08-14Move ExportProfile xml from Session instant.xml to session file.nick_m
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-08-01Enforce mixer strip widths, more case fixes, and minor theme changesBen Loftis
2014-08-01consistently use mixed-case labelsBen Loftis
2014-07-28grouped faders should have relative gain by defaultBen Loftis
2014-07-28clean up cruft in some config variablesBen Loftis
2014-07-27Add provision for 'PROGRAM_VERSION' (MSVC libardour project)John Emmas
2014-07-23Cut and Copy should remember the white space at the end of a range.Ben Loftis
2014-07-18tweaks for the monitor section. refactoring of some buttons, using new Ardou...Ben Loftis
2014-07-16LV2: don't leave active plugins deactivated after latency-compute-runRobin Gareus