Browse Source

Sequencer: Fix invalid queue state for duplicated patterns.

tags/non-daw-v1.2.0
Jonathan Moore Liles 13 years ago
parent
commit
d4900e10e5
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      sequencer/src/pattern.C

+ 2
- 1
sequencer/src/pattern.C 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();


Loading…
Cancel
Save