Skip to content

Commit

Permalink
Correct 2_7_0 channel indices from 9_10_3
Browse files Browse the repository at this point in the history
  • Loading branch information
firthm01 authored and rsjbailey committed Aug 19, 2021
1 parent 589f9a5 commit 492e3ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ namespace {
channels_4_9_0.begin() + 8);
auto channels_9_10_3 = ear::getLayout("9+10+3").channels();
// The last two are U+090 and U-090, which we take from 9_10_3 at 11/12
channels_2_7_0.push_back(channels_9_10_3.at(11));
channels_2_7_0.push_back(channels_9_10_3.at(12));
channels_2_7_0.push_back(channels_9_10_3.at(13));
return {"2+7+0", channels_2_7_0};
} else {
return ear::getLayout(layout);
Expand Down

0 comments on commit 492e3ed

Please sign in to comment.