summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-11-13substantial part of infrastructure required for track/bus duplicationPaul Davis
2015-11-13fix return value from Route::save_as_template()Paul Davis
2015-11-14Ardour::Region - add method required to fix #6673.nick_m
2015-11-12fix edge-case in Dummy-backend random number generator initializationRobin Gareus
2015-11-12provide a mechanism to force ID regeneration/reset in PBD::Stateful when sett...Paul Davis
2015-11-12remove requirement for transport speed to be 1.0 when generating click (metro...Paul Davis
2015-11-10Use XMLNode::remove_child_and_delete in Stateful::add_extra_xmlTim Mayberry
2015-11-10Use constructor initialization list in Stateful classTim Mayberry
2015-11-10Replace spaces with tabs in pbd/stateful.hTim Mayberry
2015-11-09more correct semantics for reserved IO name checkingPaul Davis
2015-11-07slightly improved fix for reserved name handlingPaul Davis
2015-11-07don't force rename of reserved route/IO names if the name isn't taken yetPaul Davis
2015-11-06Mackie Control: Initialize vpot assignment on start-up.Len Ovens
2015-11-06Mackie Control: Add send functionality to vpot assign section.Len Ovens
2015-11-06Add some newly introduced sources to our MSVC project (libardour)John Emmas
2015-11-04Make duplicate start at position, not position + 1. (libs part)André Nusser
2015-11-04add required headerPaul Davis
2015-11-03libardour wrapper for EBUr128 VAMP pluginRobin Gareus
2015-11-03add basic VAMP plugin for EBUr128 analysisRobin Gareus
2015-11-03AutomationList::set_automation_state () only needs a memento for toggled.nick_m
2015-11-02Class 'PhaseControllable' needs to be importable since it gets referenced out...John Emmas
2015-11-02fix crash when cleaning up canvas itemsRobin Gareus
2015-11-01Don't handle possible phase change if no audio channels in mackie controlLen Ovens
2015-11-01Fix Mackie surface phase control for flip and more than one audio channel.Len Ovens
2015-11-01Added Phase control mackie controls as part of the Trim (track) vpot assignment.Len Ovens
2015-11-02Fix missing undo for record mute automation.nick_m
2015-11-02Clean up _before XMLNode in AutomationList if no automation write occurred.nick_m
2015-11-01Automation watch sets position for new write pass when transport stopped.nick_m
2015-11-01Revert starting write pass only in write mode when transport located.nick_m
2015-10-31Handle paste from non-toggled to boolean automation track.nick_m
2015-10-30add API to suspend timers signal emission.Robin Gareus
2015-10-28fix JACK/windows compilationRobin Gareus
2015-10-28use weak-jack's jack_port_rename wrapperRobin Gareus
2015-10-26and another LV2-1.0.0 compat ifdefRobin Gareus
2015-10-26amend 311adde (LV2-1.0.0 compat)Robin Gareus
2015-10-25properly translatable plural formsRobin Gareus
2015-10-25Changed MCP trim detection to match method used in GUI.Len Ovens
2015-10-23fix crash on SystemExec::TerminateRobin Gareus
2015-10-23add ifdefs for LV2-1.0.0 compatRobin Gareus
2015-10-22Make mackie control view mode save bank for all modes.Len Ovens
2015-10-22Enable i18n for info/error messages in MidiPatchManagerTim Mayberry
2015-10-22Only parse additional Session midnam files on Session loadTim Mayberry
2015-10-22Store the file path when constructing MidiNameDocumentTim Mayberry
2015-10-22Decouple Session from MidiPatchManager and reduce parsing of midnam xml filesTim Mayberry
2015-10-22Add PBD::Searchpath::contains method to check if a Searchpath contains a pathTim Mayberry
2015-10-22Expose protected PBD::Searchpath APITim Mayberry
2015-10-22Don't parse midnam patch files contained in Session twiceTim Mayberry
2015-10-22Refactor common code in MidiPatchManager class into new methodTim Mayberry
2015-10-22Don't call MidiPatchManager::refresh when creating MidiPatchManager instanceTim Mayberry
2015-10-22Fix a small buffer issue which could sometimes prevent sessions from being ab...John Emmas