summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-16update available sync-sources when engine [re]-startsRobin Gareus
fixes issue with JACK only being available if Ardour was started with JACK.
2015-12-16commandline session utilitiesRobin Gareus
2015-12-15update URI (see lv2-dev email list)Robin Gareus
2015-12-15ignore generated appdata fileRobin Gareus
2015-12-15amend 939808a7 - unset loop-range, no playRobin 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-13update harrison URLs (nightly builds)Robin 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
2015-12-12display VST pathsRobin Gareus
2015-12-12add rc-config widget to display text-config/paths (read only)Robin Gareus
2015-12-12fix epic typo.Robin Gareus
2015-12-12foolishly attempt nightly-built linux/wine/VST bundlesRobin Gareus
2015-12-12use correct source for application name when labelling a windowPaul Davis
2015-12-12use EventLoop::event_loop_name()Paul Davis
2015-12-12correct name the event loop used by the GUIPaul Davis
2015-12-12change AbstractUI implementation to use EventLoop::event_loop_name() and add ↵Paul Davis
extra DEBUG_TRACE statements to track thread registration with event loops
2015-12-12fix endless-loop-at-shutdown bug now that abstract UI request buffers are usedPaul Davis
2015-12-12move BaseUI::_name into EventLoop; rename access method in EventLoop as ↵Paul Davis
event_loop_name() to clarify usage
2015-12-12Add option to use libc++ instead of libstdc++David
2015-12-12NO-OP re-indentRobin Gareus
2015-12-12remove invalid free. - fixes crash with generic midi surfaceRobin Gareus
if there is a per_thread_request_buffer, get_request() simply puts a POD RequestType on the ringbuffer's head. send_request() increases the write-pointer. There is no memory to free.
2015-12-12correct name of Midi-UI thread memory-pool and request-queueRobin Gareus
2015-12-12Add "-" to cpp argumentsDavid
Homebrews superenv cpp on OS X will not work without it
2015-12-12even more attempted changes for ipMIDI on windowsPaul Davis