diff options
author | Chris Robinson <[email protected]> | 2020-12-25 06:40:13 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-25 06:40:13 -0800 |
commit | 204f7d88116a3d07f45c19d9a61c676ebf8d54c6 (patch) | |
tree | 8bc61c1673430ae1c46a3489726c99ea5535fc6e /core/ambidefs.h | |
parent | 20820fd01beb265722d8521ad725c3c479800273 (diff) |
Rename From2D to FromACN2D
Diffstat (limited to 'core/ambidefs.h')
-rw-r--r-- | core/ambidefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ambidefs.h b/core/ambidefs.h index 05e3f5c8..ed8c27fb 100644 --- a/core/ambidefs.h +++ b/core/ambidefs.h @@ -120,7 +120,7 @@ struct AmbiIndex { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }}; - static constexpr std::array<uint8_t,MaxAmbi2DChannels> From2D{{ + static constexpr std::array<uint8_t,MaxAmbi2DChannels> FromACN2D{{ 0, 1,3, 4,8, 9,15 }}; |