summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2017-05-14Fix out-of-bounds waveform image rendering.5.9Robin Gareus
2017-05-14Add note name parser to convert to midi note numberNil Geisweiller
2017-05-14update german translationEdgar Aichinger
2017-05-14Sanitize "well-known" ctrl APIRobin Gareus
2017-05-13OSC: make /*/automation more generic so other controls can be easily addedLen Ovens
2017-05-13The #end should be #endifLen Ovens
2017-05-13More tweaks to FP8 layout for 32CBen Loftis
2017-05-13Fix copy+paste error for mb32c filter freq.Ben Loftis
2017-05-13Update FP8: new controllables, clarify 32C bell-shape labelsRobin Gareus
2017-05-13amend efc2660f, well-known stripable controls:Robin Gareus
2017-05-13Update Session::writable() during Session::save_as() when switching to copyTim Mayberry
2017-05-12change ControlProtocolManager protocol mutex into a RW lock.Paul Davis
2017-05-12don't actually use a method from libardourcp inside libardour; use a PBD::Sig...Paul Davis
2017-05-12OSC: GUI label changeLen Ovens
2017-05-12OSC: Create new surface struct for ALL incoming messagesLen Ovens
2017-05-12change the way ControlProtocols (control surfaces) are notified and handle St...Paul Davis
2017-05-12MCP: Mixbus32C: Restore missing filter controls to the Dyn page.Ben Loftis
2017-05-12MCU: F-keys are reserved only for user-defined actions; no need for explicit ...Ben Loftis
2017-05-12MCP: Momentarily light buttons when they are used to trigger a defined action.Ben Loftis
2017-05-12Mackie control panel: display the profile name when any button action is chan...Ben Loftis
2017-05-11OSC: also init unsaved params on session load.Len Ovens
2017-05-11OSC: Initialize all surface struct values on creationLen Ovens
2017-05-11re-order per-object and global selection change signalsPaul Davis
2017-05-11OSC: Actually set feedback on first /strip/commandLen Ovens
2017-05-11emit per-Stateful PropertyChanged signal when Stripables become selectedPaul Davis
2017-05-10OSC: fix manual port setting to take effect on first incoming messageLen Ovens
2017-05-10Fix another possible case of illegal use of reserved port-namesRobin Gareus
2017-05-10Fix reserved ports:Robin Gareus
2017-05-10OSC: bind should be boost::bindLen Ovens
2017-05-10OSC: Automation feedback should match commandLen Ovens
2017-05-10OSC: change function name to be better descriptionLen Ovens
2017-05-10OSC: simplify code.Len Ovens
2017-05-10Selection::get_stripables() needs to recurse into an Automatable's child Auto...Paul Davis
2017-05-10resolve ambiguityRobin Gareus
2017-05-10Enums are not Classes in C++98Robin Gareus
2017-05-10Bump VST param-name length limit to 128 bytes and centralize definitionRobin Gareus
2017-05-09OSC: Fix select fader automation play feedback as well fixes issue #7160Len Ovens
2017-05-09OSC: Get gain feedback to show with automation Play.Len Ovens
2017-05-09OSC: Add Automation mode feedback to /stripLen Ovens
2017-05-09OSC: removed letter automation modes to not conflict with feedbackLen Ovens
2017-05-09OSC: Propagate return value so debug shows errorsLen Ovens
2017-05-09OSC: set Automation mode for faderLen Ovens
2017-05-09OSC: automation mode get strip (step 2)Len Ovens
2017-05-09OSC: Add framework for /*/automation modeLen Ovens
2017-05-09Ardour does support VST's audioMasterGetProductString, return true;Robin Gareus
2017-05-08iterator std::set::erase (iterator) is C++11Robin Gareus
2017-05-08fix copy-n-paste errorPaul Davis
2017-05-08fix logic when removing routesPaul Davis
2017-05-08remove misc. debug outputPaul Davis
2017-05-08when removing a Route from Session, remove it from CoreSelection and signal t...Paul Davis