summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-14GUI for latency-measurement signal-levelRobin Gareus
2016-01-14NO-OP: enums implicitly start at zeroRobin Gareus
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-14Change handling of Midi note selection to eliminate signal emission/delays.Tim Mayberry
2016-01-14Add debug bit for selection debugging outputTim Mayberry
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-13don't allow to delete AU presets in the UIRobin Gareus
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-12space bar action (Transport/ToggleRoll) should still start transport if synce...Paul Davis
2016-01-12at the end of waf configure, when displaying selected options, break backend ...Paul Davis
2016-01-12add relevant wscript visibility for the portaudio backendPaul Davis
2016-01-12remove wavesaudio backendPaul Davis
2016-01-12Comment remaining unsolved bug.André Nusser
2016-01-12Don't show a ghost note when draw mode is entered over a note.André Nusser
2016-01-12Clean enter_internal and leave_internal in MidiRegionView.André Nusser
2016-01-12Fix two ghost note drawing problems.André Nusser
2016-01-12Hide MIDI ghost note when over existing note.André Nusser
2016-01-12Hide ghost note when switching from draw to internal edit mode.André Nusser
2016-01-12Fix appearing ghost note after drag select in internal edit mode.André Nusser
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-10check sidebar re-order constrains early on.Robin Gareus
2016-01-10retain expansion-state when reordering plugins in the sidebarRobin Gareus
2016-01-09add explanatory comment regarding coremidi data flowPaul Davis
2016-01-09fix const-ness issue.Paul Davis
2016-01-09coremidi: be sure to mark _event._pending false after queueing, so that it do...Paul Davis
2016-01-09fix compiler argument order (ldflags/loadlibes) - patch from Rodney DawesRobin Gareus