summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-10-02Text tweaks and typo fixesColin Fletcher
2014-10-02fix clock_gettime detectionRobin Gareus
2014-10-01add --with-wavesbackend config option (disabled by default)Robin Gareus
2014-09-30fix deep obscure problem with loading multiple backends on OS XPaul Davis
2014-10-01untested fix for compiling waves audiobackend on case-sensitive FS with mingw.Robin Gareus
2014-10-01NOOP, re-indentRobin Gareus
2014-10-01update backends for API change in 8d59afb048Robin Gareus
2014-09-30Implement the new pthread macros (for the Waves audio backend)John Emmas
2014-09-30Re-introduce our pthread macros (after fixing an earlier typo)John Emmas
2014-09-30copy over current Waves version of their backend, along with minor changes in...Paul Davis
2014-09-30tweak backends wscript for cross-compiling with mingwPaul Davis
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-30there's no random() on window, but no matterRobin Gareus
2014-09-30add missing header include (for snprintf)Robin 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-28recursive file copy functionRobin Gareus
2014-09-27fix compiler warning from missing default statement in switchPaul Davis
2014-09-26end tooltip timeout and display for relevant leave notify eventsPaul Davis
2014-09-26further tweaks to canvas tooltip mechanismPaul Davis
2014-09-26display and position canvas tooltip windowPaul Davis
2014-09-25basic design of Canvas item tooltip mechanism.Paul Davis
2014-09-24next (final?) part of handling missing MIDI files.Paul Davis
2014-09-24DummyBackend: symmetric freq sweep: up/downRobin Gareus
2014-09-24DummyBackend: add sine-sweep generatorsRobin Gareus
2014-09-24fix some double promotionRobin Gareus
2014-09-24DummyBackend: two more audio-signal generators (useful for waveform check)Robin Gareus
2014-09-24DummyBackend: MIDI Event GeneratorsRobin Gareus
2014-09-24ALSA backend: initial device selectionRobin Gareus
2014-09-22fix typo that selected wrong sample rate for 22050Hz exportPaul Davis
2014-09-22alter the way the border of Canvas::Rectangle is drawn to meet the intent tha...Paul 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-18plugin widgets were written to use Internal values, so use that for nowBen Loftis
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