Author Topic: Newbie trying 9 worked examples  (Read 2640 times)

cyball

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Cy Ball --- Music
Newbie trying 9 worked examples
« on: 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?
Cy

simonk

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 75
    • View Profile
Re: Newbie trying 9 worked examples
« Reply #1 on: February 07, 2015, 06:28:54 PM »
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

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Cy Ball --- Music
Re: Newbie trying 9 worked examples
« Reply #2 on: 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.
Cy