1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-08 17:46:25 +01:00

Add docimages_all.py script.

This commit is contained in:
James Crook
2018-02-16 13:12:42 +00:00
committed by Paul Licameli
parent 7cfe4ac20a
commit d7953e9ef4
6 changed files with 48 additions and 30 deletions

View File

@@ -132,12 +132,13 @@ def spaceDemo():
def biasDemo():
withDcBias( 0.1 )
capture( 'DcBias.png' , 'All_Tracks' )
#imageAfters( Commands, 'All_Tracks_Plus' ) # With ruler
#imageAfters( Effects, 'All_Tracks' ) # Without ruler
#imageAfters( Slow, 'All_Tracks' ) # Without ruler
#generators()
#spaceDemo()
imageSet("After")
imageAfters( Commands, 'All_Tracks_Plus' ) # With ruler
imageAfters( Effects, 'All_Tracks' ) # Without ruler
imageAfters( Slow, 'All_Tracks' ) # Without ruler
generators()
spaceDemo()
biasDemo()