mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 15:16:27 +01:00
dB range is now in Waveforms preferences and view settings, and ...
... the preference is independent of those in Interface and Recording preferences, which affect meters, sound activated recordings, time track, and Plot Spectrum
This commit is contained in:
@@ -423,7 +423,7 @@ protected:
|
||||
// Handle sample editing using the 'draw' tool.
|
||||
virtual bool IsSampleEditingPossible( wxMouseEvent & event, Track * t );
|
||||
virtual void HandleSampleEditing(wxMouseEvent & event);
|
||||
float FindSampleEditingLevel(wxMouseEvent &event, double t0);
|
||||
float FindSampleEditingLevel(wxMouseEvent &event, double dBRange, double t0);
|
||||
virtual void HandleSampleEditingClick( wxMouseEvent & event );
|
||||
virtual void HandleSampleEditingDrag( wxMouseEvent & event );
|
||||
virtual void HandleSampleEditingButtonUp( wxMouseEvent & event );
|
||||
|
||||
Reference in New Issue
Block a user