Sequencer: Fix invalid queue state for duplicated patterns.

pull/3/head
Jonathan Moore Liles 2012-03-14 18:28:35 -07:00
parent 6673f7057a
commit d4900e10e5
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ pattern::pattern ( const pattern &rhs ) : Grid( rhs )
_note = rhs._note;
_port = rhs._port;
_channel = rhs._channel;
_queued = rhs._queued;
mapping = rhs.mapping;
_add();