summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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-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-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-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-23add ifdefs for LV2-1.0.0 compatRobin Gareus
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-22Decouple Session from MidiPatchManager and reduce parsing of midnam xml filesTim 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
2015-10-22Add some newly introduced sources to our MSVC project (libardour)John Emmas
2015-10-21Add overwrite option to save_template. (default = false)André Nusser
2015-10-21fix automation update at transport stop when in automation Play modePaul Davis
2015-10-21fix mute automation in Play automation statePaul Davis
2015-10-21Add AutomationControl::set_value_unchecked() and AutomationControl::writable(...Paul Davis
2015-10-21Fix crash in new CoreaudioSource code (on invalid file)Robin Gareus
2015-10-20fix AudioUnit parameter listening to work with new ParameterChangedExternally...Paul Davis
2015-10-20rename Plugin::ParameterChanged to ParameterChangedExternally to reflect its ...Paul Davis
2015-10-20Revert "rename ParameterChanged signal in Plugin to ParameterChangedExternall...Paul Davis
2015-10-20rename ParameterChanged signal in Plugin to ParameterChangedExternally to ref...Paul Davis
2015-10-20Legatize::name () reflects its type. Fixes confusing undo record name.nick_m
2015-10-20Automation - more toggled controller twiddling.nick_m
2015-10-20Automation - fix occasional inverted bool state after write.nick_m
2015-10-20Make automation record undo per pass rather than per touch.nick_m
2015-10-20Toggled automation fixes.nick_m
2015-10-19remove cruftRobin Gareus
2015-10-18libs/* changes use new AppleUtility LibraryPaul Davis
2015-10-17Remove all the now unused functions in the MidiModel class.André Nusser
2015-10-17Add Transpose class that can be used by apply_midi_note_edit_op.André Nusser
2015-10-17Split transpose in MidiModel into two functions.André Nusser
2015-10-18disable auto-return with external sync #6577Robin Gareus
2015-10-16extend session-save dirty-flag logicRobin Gareus
2015-10-15fix crash when creating subgroup-bus - fixes #6642Robin Gareus
2015-10-15fix deadlock when removing subgroup bus w/sends.Robin Gareus
2015-10-14Fix a problem where VST automation data wasn't getting written (if the adjust...4.3John Emmas
2015-10-13fix registration of automation type enumsPaul Davis
2015-10-13remove last ofstreamRobin Gareus
2015-10-12fix crashes due to glib ignored EDEADLK.Robin Gareus