Hello,
I would like to do numerous transpositions and thus put the command lines in a shell script and execute that shell script. However after executing a transposition and looking at the command line, I find this :
supervp -t -Z -S"/Users/Ant/Music/AudioSculpt/Sounds/lagrave-out.aif" -Afft -Np0 -M0.0227272734045982s -oversamp 8 -Wblackman -norm -P1 -td_thresh 1.39970004558563 -td_G 2.5 -td_band 0,22050 -td_nument 10 -td_minoff 0.02s -td_mina 9.99999974737875e-06 -td_minren 0 -td_evstre 1 -td_ampfac 1 -FCombineMul -shape 1 -trans “/Users/Ant/Music/AudioSculpt/Temp/transpfile1” -D1 “/Users/Ant/Music/AudioSculpt/Sounds/lagrave-out 3.aif”
I would like to be able to give an input sound and, after running my shell script, obtain the same sound transposed chromatically to every note in a multiple octave scale. I took the ircam training so I understand some of the command line. However, for a transposition up of 100 cents, I was expecting to find somewhere something like:
-transp 100
which I could have edited to become (for each successive command line):
-transp 200
-transp 300
-transp 400
etc…
but no luck, it is not so simple…
I thought of comparing two command lines, one a half step up (command line above) and one a whole step up (command line below), but that does not help much :
supervp -t -Z -S"/Users/Ant/Music/AudioSculpt/Sounds/lagrave-out.aif" -Afft -Np0 -M0.0227272734045982s -oversamp 8 -Wblackman -norm -P1 -td_thresh 1.39970004558563 -td_G 2.5 -td_band 0,22050 -td_nument 10 -td_minoff 0.02s -td_mina 9.99999974737875e-06 -td_minren 0 -td_evstre 1 -td_ampfac 1 -FCombineMul -shape 1 -trans “/Users/Ant/Music/AudioSculpt/Temp/transpfile2” -D1 “/Users/Ant/Music/AudioSculpt/Sounds/lagrave-out 4.aif”
Any help welcome.
Regards,
Antoine Escudier