Composition > Composition

Newbie trying 9 worked examples

(1/1)

cyball:
I am trying the 9 worked examples using command line.
Examples that require an ana file as input are not working.
I have tried to create anas file like this:
     pvoc anal 1 horn.wav horn.ana
or this:
     pvoc anal 1 horn.wav horn.ana -c1024 -o4

Neither produce anything but a tone when I run this:
     pitch tune 2 horn.ana horntun.wav mididata.tun -f1 -c1 -t1 -b50
for the above mididata.tun is:
48 55 58 62 69 76

The other examples that require an ana file produce only a tone.

What am I doing wrong?

simonk:
Hello cyball,
The worksheets are oriented towards working with Soundshaper, so maybe its not so clear that
ana files are anaylsis files, you have to resythesise them.

Please check the pvoc documentation.

hth
Simon

cyball:
Thanks simonk, I did not realize that 'pitch tune' output an analysis file.  So of course that file has to be resynthesized.  My command lines should have been:
     pvoc anal 1 horn.wav horn.ana -c1024 -o4
     pitch tune 2 horn.ana horntun.ana mididata.tun -f1 -c1 -t1 -b50
     pvoc synth horntun.ana horntun.wav

It now works.

Navigation

[0] Message Index

Go to full version