1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-18 16:41:14 +02:00

Do script changes for Pull request #271 that were previously missed.

This commit is contained in:
James Crook
2019-04-09 21:55:22 +01:00
parent 731c056e7e
commit 0188b7570d
3 changed files with 6 additions and 6 deletions

View File

@@ -149,7 +149,7 @@ def spectro_imagesF():
do( 'SetTrack: Display=Spectrogram' )
capture( 'ScaleLin.png', 'AllTracks' )
do( 'SetPreference: Name=/Spectrum/ScaleType Value=1 Reload=1')
capture( 'ScaleLog.png', 'All_Tracks' )
capture( 'ScaleLog.png', 'AllTracks' )
do( 'SetPreference: Name=/Spectrum/ScaleType Value=0 Reload=1')