mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Track::mChannel has an enum type
This commit is contained in:
@@ -98,8 +98,8 @@ private:
|
||||
|
||||
double GetOffset() const override;
|
||||
void SetOffset(double o) override;
|
||||
virtual int GetChannelIgnoringPan() const;
|
||||
virtual int GetChannel() const override;
|
||||
virtual ChannelType GetChannelIgnoringPan() const;
|
||||
ChannelType GetChannel() const override;
|
||||
virtual void SetPanFromChannelType() override;
|
||||
|
||||
/** @brief Get the time at which the first clip in the track starts
|
||||
|
||||
Reference in New Issue
Block a user