Rename From2D to FromACN2D
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
+1
-1
@@ -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
|
||||
}};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user