summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2015-12-22add signal for Plugin Status Changes (Hidden/Favorite)Robin Gareus
2015-12-22extend Drag/Drop mechanismRobin Gareus
DnDVbox: un-hardcode TargetEntry list, add callback for secondary targets DvDTreeview: return pointer to self
2015-12-21ship both blocking and callback PA backends (for debug purposes)Robin Gareus
this just works (no symbol conflicts)
2015-12-21add monitor-section processor limitations.Robin Gareus
2015-12-19Mackie control: non-existent controls zero pot ring fix.Len Ovens
2015-12-19cont'd work on plugin-state templates - #6709Robin Gareus
Refactor and consolidate code and re-use it for session-templates. This avoids recursive copying of the plugin-dir()
2015-12-18open Finder/Explorer/File-manager in case of session-dir ambiguity.Robin Gareus
2015-12-18cleaner version of 7383ea6a (duplicate plugin state)Robin Gareus
2015-12-18save/restore plugin state with track-templateRobin Gareus
2015-12-17leave some todo-notes #6709 (track templates & state)Robin Gareus
2015-12-17properly copy plugin state when duplicating routes. #6709Robin Gareus
This is not a really elegant solution. Something had to come up and ruin the neatness of the thread-private regenerate_xml_or_string_ids :)
2015-12-17add API to query stateful ID override modeRobin Gareus
2015-12-17more hot wine.Robin Gareus
2015-12-16NoOp: removed spaces, replaced with tabs.Len Ovens
2015-12-16Mackie Control: Re-enable view_mode display and make sure all text vanishes ↵Len Ovens
after timeout.
2015-12-16Fix MCP time display sometimes doesn't update to zero time on return to zero ↵Len Ovens
(shift-rew)
2015-12-16properly namespace hacked OSC callbacks, add some notes.Robin Gareus
2015-12-16redundant OSC commands to support TouchOSC and Lemur (vestigial float args)Ben Loftis
2015-12-16mackie: restore access to trim and pan width controlPaul Davis
Change from Evoral::Parameter to AutomationType caused this glitch
2015-12-16expose the right panning parameters for ardourPaul Davis
2015-12-16disable threaded waveview rendering.Paul Davis
This will be re-enabled once 4.5 has been released
2015-12-16Update Russian translationAlexandre Prokoudine
2015-12-16fix some merge issues from cherry-picking mackie changes from a mixbus repoPaul Davis
2015-12-16add new automation types for EQ and compressionPaul Davis
2015-12-16mackie: properly track lifetime of subview route; fix subview/potmode LED ↵Paul Davis
state mgmt
2015-12-16mackie: track compressor mode changes in displayPaul Davis
2015-12-16make vselect-press in subview mode act as a toggle for toggled controlsPaul Davis
2015-12-16add dynamics support to mackie controlPaul Davis
2015-12-16mackie: use new route API for universal access to pan/eq/dynamics parameters ↵Paul Davis
to provide panning and EQ control
2015-12-16new route API to discover/access well-known automation controls for panning, ↵Paul Davis
EQ and compression. The EQ and compression parts do nothing for Ardour, where there is no identifiable and understood plugin to perform their roles. They do work on mixbus, which also serves as a model for how to do this.
2015-12-16mackie: cleanup subview mode a littlePaul Davis
2015-12-16fix cherry-pick conflictPaul Davis
2015-12-16only use 1/100th gap between markers if transport is stopped, to prevent ↵Paul Davis
repeated user action from adding multiple markers when stopped (mackie version)
2015-12-16add beginnings of EQ and dynamics control to mackie for mixbusPaul Davis
2015-12-16add UserA and UserB buttons to mackie button listPaul Davis
2015-12-16tentative mcu panning for mixbus. hey, it compilesBen Loftis
2015-12-15update URI (see lv2-dev email list)Robin Gareus
2015-12-15explicitly disallow looping with external-syncRobin Gareus
amend 939808a7
2015-12-14faderport: long press on fader mode buttons switches fader automation to ↵Paul Davis
manual/off; off button is never sent an LED state message to avoid fader disabling
2015-12-14faderport: fix setup of periodic callback (cut-n-paste error)Paul Davis
2015-12-14faderport: add 100msec (10Hz) periodic update to facilitate automation playbackPaul Davis
2015-12-14faderport: disable automation state button mapping until (if ever) we can ↵Paul Davis
figure out why it kills the fader
2015-12-14fix DEBUG_TRACE messages from faderport that used MackieControlProtocol via ↵Paul Davis
cut-n-paste
2015-12-13Fix Trim control range does not match control (issue #6696)Len Ovens
2015-12-13API consistencyRobin Gareus
2015-12-13update LV2 URIRobin Gareus
2015-12-13Fix ff->stop->play not at speed 1.0 on Mackie Control and some key bindings.Len Ovens
2015-12-13remove debug outputPaul Davis
2015-12-13track add/remove of monitor and/or master busses in mackie support code.Paul Davis
Somehow fails to move master fader to correct position when monitor section is added
2015-12-13portable pthread_self() debug messageRobin Gareus