1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 06:22:58 +02:00

Make finer gradations on SetTrack sliders

Also use log scale for Gain
Also fix unused parameter warnings
Also Gain before Pan.
This commit is contained in:
James Crook
2018-03-23 22:20:59 +00:00
parent e01122e841
commit 872eec6142
4 changed files with 27 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ class SetTrackBase : public AudacityCommand
public:
SetTrackBase();
bool Apply(const CommandContext & context) override;
virtual bool ApplyInner( const CommandContext & context, Track * t ){return true;};
virtual bool ApplyInner( const CommandContext &context, Track *t );
virtual bool DefineParams( ShuttleParams & S ) override;
virtual void PopulateOrExchange(ShuttleGui & S) override;