summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-01-18move Amp::GainControl out into its own source module and out of AmpPaul Davis
2016-01-18change ownership of the AutomationControl used by Amp.Paul Davis
2016-01-18Mackie Control: Fix crash in multi-surface setup when add/remove tracks.Len Ovens
2016-01-17Groups: Fix un/set hidden/show should reset RID for tracks involved.Len Ovens
2016-01-16Change last commit to use it's own variable rather than borrowing solo'sLen Ovens
2016-01-16Mackie Control: fix global Solo lamp to get signalled for listens active too.Len Ovens
2016-01-16Mackie Control: fix math error that tried to change bank to very high numberLen Ovens
2016-01-16Mackie Control: Added hidden tracks view mode.Len Ovens
2016-01-16clean up functors used in cross-thread call_slot() messages, in case they con...Paul Davis
2016-01-16The return of threaded waveform rendering and related crashes.Robin Gareus
2016-01-15Mackie Control: Need signal from session if group parameters change so strips...Len Ovens
2016-01-15Mackie Control: Don't show hidden groups either.Len Ovens
2016-01-15Mackie Control: Don't show hidden routes.Len Ovens
2016-01-15force LV2 plugin-state save for templates - #6709Robin Gareus
2016-01-15Add a newly introduced source file to our MSVC project (ardour_osc)John Emmas
2016-01-15Fix build of OSC surface caused by missing include of i18n/gettext headerTim Mayberry
2016-01-15touchOSC compat for common route operationsRobin Gareus
2016-01-15fix OSC debug messagesRobin Gareus
2016-01-15OSC-debug: print argumentRobin Gareus
2016-01-14use PBD instead of C++11.Robin Gareus
2016-01-14Generic MIDI: midi controller buttons should only trigger on the PUSH, not r...Ben Loftis
2016-01-14Generic MIDI: add ToggleRecEnable action, and change all maps to use that in...Ben Loftis
2016-01-14OSC debugging, allow to log incoming & unhandled messagesRobin Gareus
2016-01-14Mackie Control: Remove unused global_solo_* functions, moved functionality to...Len Ovens
2016-01-14add API to query signal value of audio-latency measurementRobin Gareus
2016-01-14remove debug outputPaul Davis
2016-01-14use correct type of lock when removing a thread request bufferPaul Davis
2016-01-14faderport: stop event loop when destroying objectPaul Davis
2016-01-14fully clean up request buffers when a thread diesPaul Davis
2016-01-14manually revert 4b3043cc and 141e6fb8181; add detailed explanatory commentPaul Davis
2016-01-14ensure that each and every audioengine-related thread has a unique namePaul Davis
2016-01-13don't pick up already dead thread request buffers when setting up an event loopPaul Davis
2016-01-13use a unique key to store per-thread request buffersPaul Davis
2016-01-13yet more event loop debug tracingPaul Davis
2016-01-13more event loop debuggingPaul Davis
2016-01-13typo fixPaul Davis
2016-01-13lots more DEBUG_TRACE statements for analysing malfunctioning systemPaul Davis
2016-01-14Fix bug 6725 regions incorrectly moved after tempo change when glued to BBT timeTim Mayberry
2016-01-12another DEBUG_TRACE for mackie control x-thread requestsPaul Davis
2016-01-12improved debug trace messages from BaseUI classPaul Davis
2016-01-12Mackie Control, Fix sends after monitor not showing.Len Ovens
2016-01-12remove wavesaudio backendPaul Davis
2016-01-11name ALSA midi ports after device4.6Robin Gareus
2016-01-11fix warning message typoRobin Gareus
2016-01-11fix compilation of debug buildsRobin Gareus
2016-01-10remove debug output4.5Paul Davis
2016-01-10faderport: remove wierd shift use design; make user+shift work againPaul Davis
2016-01-10coremidi: do not clear port buffer for every call to parse_events()Paul Davis
2016-01-09add explanatory comment regarding coremidi data flowPaul Davis
2016-01-09fix const-ness issue.Paul Davis