Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - cyball

#1
Composition / Re: Newbie trying 9 worked examples
February 08, 2015, 03:16:42 AM
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.
#2
Composition / Newbie trying 9 worked examples
February 06, 2015, 11:58:51 PM
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?