Sequencer: Fix invalid queue state for duplicated patterns.
This commit is contained in:
parent
6673f7057a
commit
d4900e10e5
|
@ -89,7 +89,8 @@ pattern::pattern ( const pattern &rhs ) : Grid( rhs )
|
||||||
_note = rhs._note;
|
_note = rhs._note;
|
||||||
_port = rhs._port;
|
_port = rhs._port;
|
||||||
_channel = rhs._channel;
|
_channel = rhs._channel;
|
||||||
|
_queued = rhs._queued;
|
||||||
|
|
||||||
mapping = rhs.mapping;
|
mapping = rhs.mapping;
|
||||||
|
|
||||||
_add();
|
_add();
|
||||||
|
|
Loading…
Reference in New Issue