mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix MIDI SysEx undo/redo
Previously `new_sysex_diff_command` used XMLNode c'tor. An Unnamed undo transaction was created, and undo did not work.
This commit is contained in:
parent
d257c8c0ce
commit
3b5a6e1f15
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ public:
|
|||
/* Currently this class only supports changes of sys-ex time, but could be expanded */
|
||||
class LIBARDOUR_API SysExDiffCommand : public DiffCommand {
|
||||
public:
|
||||
SysExDiffCommand (std::shared_ptr<MidiModel> m, const std::string& name) : DiffCommand (m, name) {}
|
||||
SysExDiffCommand (std::shared_ptr<MidiModel> m, const XMLNode& node);
|
||||
|
||||
enum Property {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue