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_import needs example #638

Open
tjingboem opened this issue Aug 13, 2022 · 3 comments
Open

pv_import needs example #638

tjingboem opened this issue Aug 13, 2022 · 3 comments

Comments

@tjingboem
Copy link
Member

No description provided.

@AsterixMusic
Copy link

Run the examples twice

<CsoundSynthesizer>
<CsOptions>
; By Stefano Cucchi 2022

;;;;;;;; COMMENT 2' time
-U pv_import cstext_file.txt fox_import.pvx

;;;;;;;;;  UNCOMMENT 2' time
;-odac   -m0  --limiter=.95 ;;;realtime audio out, with limiter protection
; For Non-realtime ouput leave only the line below:


</CsOptions>
<CsInstruments>

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

instr 2

ktime linseg 0.2, p3, 4
asig  pvoc ktime, p4, "fox_import.pvx", 1 
      outs asig*.6, asig*.6
endin


</CsInstruments>
<CsScore>

i 2 0 5 2.3
e 
</CsScore>
</CsoundSynthesizer>

cstext_file.txt

@tjingboem
Copy link
Member Author

tjingboem commented Aug 25, 2022

i wonder if there was, at one point, some sort of editor that would allow for (visual?) editing.
A program like SPEAR- that could import and export pvx formats and perhaps also other formats like hetro and sdif.
Even a program where one could edit the envelope envext program?

What is the use of a list of numbers if one cannot edit it?

On the manual page i read: It can be used in combination with pv_export to modify sound analysis made by the PVANAL utility.
That makes me wonder that there may have been en editor.

I tried Audacity to import but don't get any sensible result if any at all...
Screenshot from 2022-08-25 15-05-54

I think it is good to evaluate some of the Csound utilities.

@tjingboem
Copy link
Member Author

i filed the question to the Csound issue: csound/csound#1624

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