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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user