summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2014-11-10refactor MIDISceneChange color property addition by moving it into SceneChang...Paul Davis
2014-11-10serialize/deserialize MIDISceneChange color; put out of bounds color into sta...Paul Davis
2014-11-10add color property to MIDISceneChangePaul Davis
2014-11-10add operator== to ARDOUR::MidiSceneChangePaul Davis
2014-11-07Just rename problematic Variant::VOID type.David Robillard
2014-11-07VOID is a windows define (not MSVC specific)Robin Gareus
2014-11-05catch up with waves/tracks version of MIDI scene changer codePaul Davis
2014-11-04When building with MSVC undef type VOID if we're declaring an enum called VOIDJohn Emmas
2014-11-03Use format string even for units we understand (print Hz units).David Robillard
2014-11-03Check whether frequency controls are audible or low and provide appropriate c...David Robillard
2014-11-03Add menu to set frequency controls in beats, and half or double current value.David Robillard
2014-11-03Reduce coupling between Plugin and PluginInsert.David Robillard
2014-11-02Show 3 decimal digits when printing values.David Robillard
2014-11-02Support pretty display of arbitrary plugin parameter units.David Robillard
2014-11-02Display gain and midiNote plugin parameters/properties nicely.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-11-02Move ParameterDescriptor from Plugin to its own header.David Robillard
2014-11-02Decouple ControlUI from port index.David Robillard
2014-10-31More generic RT-safe implementation of LV2 properties.David Robillard
2014-10-31Fix spelling error.David Robillard
2014-10-31prototype [LV2]patch-change support for generic plugin UIs.Robin Gareus
2014-10-24port changes to ARDOUR::Location and ARDOUR::Locations APIs from Tracks to Ar...Paul Davis
2014-10-23add 'available' interface to the AudioBackendInfoRobin Gareus
2014-10-23another round of compiler warning fixesRobin Gareus
2014-10-23small round of compiler warning fixesRobin Gareus
2014-10-22fix delivery of MMC events under split process cycle conditionsPaul Davis
2014-10-22remove obsolete jack includes in libardourRobin Gareus
2014-10-10subtle changes to accomplish two goals (1) playhead should stop where the use...Paul Davis
2014-10-07avoid a set of calls to gettext() and/or cousins from global constructor scopePaul Davis
2014-10-01NOOP, re-indentRobin Gareus
2014-09-30copy over current Waves version of their backend, along with minor changes in...Paul Davis
2014-09-22fix typo that selected wrong sample rate for 22050Hz exportPaul Davis
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-17new Config var to control whether skip playback is used or notPaul Davis
2014-09-17add new Skip event to SessionEventsPaul 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-16change Location "change" signals of various kinds to be staticPaul Davis
2014-09-15tentative fix for losing (empty) MIDI files. Incomplete because testing shows...Paul Davis
2014-09-11properly retain LV2PluginInfoRobin Gareus
2014-09-10free LV2 world after initial scanRobin Gareus
2014-09-07add Session::record_location()Paul 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-31Fix mismatched initialisation order.David Robillard
2014-07-28clean up cruft in some config variablesBen Loftis
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