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.cpp | |
parent | 20820fd01beb265722d8521ad725c3c479800273 (diff) |
Rename From2D to FromACN2D
Diffstat (limited to 'core/ambidefs.cpp')
-rw-r--r-- | core/ambidefs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ambidefs.cpp b/core/ambidefs.cpp index ab36d50b..e032830f 100644 --- a/core/ambidefs.cpp +++ b/core/ambidefs.cpp @@ -10,6 +10,6 @@ constexpr std::array<float,MaxAmbiChannels> AmbiScale::FromFuMa; constexpr std::array<uint8_t,MaxAmbiChannels> AmbiIndex::FromFuMa; constexpr std::array<uint8_t,MaxAmbi2DChannels> AmbiIndex::FromFuMa2D; constexpr std::array<uint8_t,MaxAmbiChannels> AmbiIndex::FromACN; -constexpr std::array<uint8_t,MaxAmbi2DChannels> AmbiIndex::From2D; +constexpr std::array<uint8_t,MaxAmbi2DChannels> AmbiIndex::FromACN2D; constexpr std::array<uint8_t,MaxAmbiChannels> AmbiIndex::OrderFromChannel; constexpr std::array<uint8_t,MaxAmbi2DChannels> AmbiIndex::OrderFrom2DChannel; |