Merge pull request #947 from paulfd/group-opcodes-correction
Correct the int type in handleGroupOpcodes
This commit is contained in:
commit
efcb0da58a
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ void Synth::Impl::handleGlobalOpcodes(const std::vector<Opcode>& members)
|
|||
|
||||
void Synth::Impl::handleGroupOpcodes(const std::vector<Opcode>& members, const std::vector<Opcode>& masterMembers)
|
||||
{
|
||||
absl::optional<unsigned> groupIdx;
|
||||
absl::optional<int> groupIdx;
|
||||
absl::optional<unsigned> maxPolyphony;
|
||||
|
||||
const auto parseOpcode = [&](const Opcode& rawMember) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue