summaryrefslogtreecommitdiff
path: root/src/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel.h')
-rw-r--r--src/channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/channel.h b/src/channel.h
index aaa2843..fcc43e7 100644
--- a/src/channel.h
+++ b/src/channel.h
@@ -47,6 +47,8 @@ public:
Channel(const std::string& name = "");
std::string name;
+ double stereo_panning; //! [-1; 1] where -1 i left, 0 is center and 1 is right
+ double stereo_volume; //! [0; 1] volume scalar
channel_t num;
};