summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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
2015-10-09fix behaviour of AsyncMIDIPort so that large amounts of data are handled well.Paul Davis
2015-10-09tweaks to MidiBuffer::push_back() variantsPaul Davis
2015-10-09remove unused PortManager::port_name_prefix_is_unique() methodPaul Davis
2015-10-08remove declaration of undefined (and necessarily unused) method from PortManagerPaul Davis
2015-10-08fix region "valid-transient" propertyRobin Gareus
2015-10-08windows compatible paths for analysisRobin Gareus
2015-10-08fix return value for transient loadRobin Gareus
2015-10-08renice DLL info messagesRobin Gareus
2015-10-08use g_open for DLL arch testRobin Gareus
2015-10-08detect VST arch only during discovery (not scan)Robin Gareus
2015-10-07Add Trim to Mackie controls.Len Ovens
2015-10-07Added use click emphasis toggle (libs/ardour)Damien Zammit
2015-10-07use C++ for PortManager::make_port_name_relative()Paul Davis
2015-10-07fix exclusive solo group-overrideRobin Gareus
2015-10-07only subdivide plugin-cycle when automation is playingRobin Gareus
2015-10-07print VST blacklist filename (for good measure)Robin Gareus
2015-10-07implement solo group overrideRobin Gareus
2015-10-06add missing includeRobin Gareus
2015-10-06renice code. RAII rocks.Robin Gareus
2015-10-06CPPUNIT workaround for mingw/wine/windowsRobin Gareus
2015-10-06add a "reset all solo state" safeguard Robin Gareus
2015-10-06fix initial AFL/PFL state after session-loadRobin Gareus
2015-10-06add missing semicolonRobin Gareus
2015-10-06detect windows DLL architectureRobin Gareus
2015-10-06remove newly unused codeRobin Gareus
2015-10-06propagate solo/iso when disconnecting ports.Robin Gareus
2015-10-06more solo propagation fixes.Robin Gareus
2015-10-06fix implicit mute displayRobin Gareus
2015-10-06"Solo Lock" only locks explicit solo (not implicit).Robin Gareus
2015-10-06Solo-Isolate has no effect on solo propagation.Robin Gareus
2015-10-06Initialize AudioEngine::last_backend_error() to the default error stringTim Mayberry