Skip to content

Commit

Permalink
Emotiva top layer naming
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidXH committed Mar 25, 2024
1 parent d632277 commit 7d1216b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cavern.QuickEQ.Format/FilterSet/EmotivaFilterSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ public override void Export(string path) {
ReferenceChannel.RearRight => "rightBack",
ReferenceChannel.SideLeft => "leftSurround",
ReferenceChannel.SideRight => "rightSurround",
ReferenceChannel.TopFrontLeft => "leftFrontHeight",
ReferenceChannel.TopFrontRight => "rightFrontHeight",
ReferenceChannel.TopSideLeft => "leftMiddleHeight",
ReferenceChannel.TopSideRight => "rightMiddleHeight",
ReferenceChannel.TopRearLeft => "leftRearHeight",
ReferenceChannel.TopRearRight => "rightRearHeight",
_ => base.GetLabel(channel)
};
}
Expand Down

0 comments on commit 7d1216b

Please sign in to comment.