-
Notifications
You must be signed in to change notification settings - Fork 29
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
Comments
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>
|
i wonder if there was, at one point, some sort of editor that would allow for (visual?) editing. 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. I tried Audacity to import but don't get any sensible result if any at all... I think it is good to evaluate some of the Csound utilities. |
i filed the question to the Csound issue: csound/csound#1624 |
No description provided.
The text was updated successfully, but these errors were encountered: