summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-12-04more Faderport debugging, for windowsBen Loftis
2015-12-04remove spurious printoutBen Loftis
2015-12-04ALSA: allow to dynamically add/remove midi devices & update their latency.Robin Gareus
2015-12-04ALSA: allow to measure & set systemic audio latency w/o restart.Robin Gareus
2015-12-04update engine to allow latency measurement w/o restart.Robin Gareus
2015-12-04add interface for latency updates w/o restarting the backendRobin Gareus
2015-12-04fix thinko in engine latency stateRobin Gareus
2015-12-04implement ALSA period/cycle settingRobin Gareus
2015-12-04add an interface to select playback buffers/periodRobin Gareus
2015-12-03faderport: show current User button bindings in GUIPaul Davis
2015-12-03faderport: fix long press behaviour, and fix ardour-only behaviour with user ...Paul Davis
2015-12-03make faderport support report its port bundles as it shouldPaul Davis
2015-12-03faderport: generalized blink on/off codePaul Davis
2015-12-03Faderport: Punch indictor was being left on after blinkingBen Loftis
2015-12-03netbsd: Fix unportable shell constructKamil Rytarowski
2015-12-02Faderport: map automation indicator LEDsBen Loftis
2015-12-02GenericMidi: Partially working IO selectors.Ben Loftis
2015-12-02faderport: a clever hack to make the Shift modifier "sticky"Paul Davis
2015-12-02add session safeguards to OSC callbacksRobin Gareus
2015-12-02Cleanup to make it coding style compliant.Johannes Mueller
2015-12-02Add support to signal the transport state by OSCJohannes Mueller
2015-12-02Add function to duplicate until a certain frame.André Nusser
2015-12-02rename ProcessSemaphore to Semaphore (libs)Robin Gareus
2015-12-02consolidate semaphore implementation (part four)Robin Gareus
2015-12-02consolidate semaphore implementation (part three)Robin Gareus
2015-12-02consolidate semaphore implementation (part one)Robin Gareus
2015-12-02prefer pthread-semaphores (posix API) with mingwRobin Gareus
2015-12-02Fix latency compensation for audio data in portaudio backendTim Mayberry
2015-12-02Use portaudio callback API by default in portaudio backendTim Mayberry
2015-12-02Rename member variables in Portaudio Backend for consistencyTim Mayberry
2015-12-02Rename blocking process function in portaudio backendTim Mayberry
2015-12-02Rename blocking thread function in portaudio backendTim Mayberry
2015-12-02fix typo in variable nameRobin Gareus
2015-12-02merge from mixbus branch.Robin Gareus
2015-12-01faderport: factor out encoder divider into a const doublePaul Davis
2015-12-01faderport: make punch button LED indicate punch statusPaul Davis
2015-12-01faderport: change panning dividers to give full range across very roughly 270...Paul Davis
2015-12-01start tweaks to make Shift sticky; remove Shift-press combobox from gui since...Paul Davis
2015-12-01faderport: switch long-press mechanism to a timeoutPaul Davis
2015-12-01faderport: allow User button to be bound to ANY possible action.Paul Davis
2015-12-01faderport: add punch actionPaul Davis
2015-12-01faderport: GUI tweaksPaul Davis
2015-12-01fix AU preset listRobin Gareus
2015-12-01remove "medium-length" press concept from faderport code and GUIPaul Davis
2015-12-01faderport: stick a nice little image of the faderport in the surface GUIPaul Davis
2015-12-01Fix broken load-session utility and change it to load and save a sessionTim Mayberry
2015-12-01Don't indent inside namespace declaration to be consistent with ardour styleTim Mayberry
2015-12-01Use PBD::demangle_symbol in PBD::demangled_name<T> to reduce code duplicationTim Mayberry
2015-12-01Rename PBD::symbol_demangle and some variable names to improve readabilityTim Mayberry
2015-12-01Move PBD symbol demangle functions into pbd/demangle.h/ccTim Mayberry