Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pv_export needs example #637

Open
tjingboem opened this issue Aug 13, 2022 · 1 comment
Open

pv_export needs example #637

tjingboem opened this issue Aug 13, 2022 · 1 comment

Comments

@tjingboem
Copy link
Member

No description provided.

@AsterixMusic
Copy link

Very simple example but it works.
You have to run Csound twice, the first time creates fox.pvx, the second time exports cstest_file

<CsoundSynthesizer>
<CsOptions>
; By Stefano Cucchi 2022

-U pv_export fox.pvx cstext_file ; the 2' time export text file

</CsOptions>
<CsInstruments>

sr = 44100
ksmps = 32
nchnls = 2
0dbfs  = 1


; analyze sound file and output result to pvoc-ex files
ires1 system_i 1,{{ pvanal fox.wav fox.pvx }}          ; default settings


</CsInstruments>
<CsScore>


e 
</CsScore>
</CsoundSynthesizer>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants