Category Archives: [Csnd]Info
Csound를 이용한 spectre analysis
Dock에 있는 MacCsound’s icon위로 드레그합니다.
그럼 오디오 파일 윈도우가 뜨고
‘pvanal’을 drop down메뉴에서 선택한다음에
녹색 플레이버튼을 누릅니다.
PVOC-EX (.pvx) format은 사용도 쉽고, 소리의 질적 차원에서도 .pvc format보다 더 뛰어납니다.
그 외에 pvs를 사용해서 on-the-fly analysis 를 할수도 있고
command-line 을 사용하여
csound -U pvanal inputfile outputfile
하고 PV 계열 옵코드로 재합성 시킬수 있습니다.
Announce: Csoundo Processing Library
I’m happy to announce the first release of Csoundo, a Processing
library for Csound.
Csoundo Repository @ Github
http://github.com/jacobjoaquin/Csoundo
Download Csoundo
http://github.com/jacobjoaquin/Csoundo/downloads
This has only been tested on OS X Leopard and Snow Leopard. In fact,
it ships with the OS X csnd.jar, so it might work for anyone on OS X
out of the box, once you install Csoundo into your Processing
sketchbook ‘libraries’ folder (see the README for details). For other
platforms, you’ll need to replace the csnd.jar file with your system’s
csnd.jar file. Not sure if it’ll work on Windows or Linux, but I’d
love to hear either way.
It comes with three examples: A mouse theremin, f-table to graph and a
visualization experiment.
Thanks to everyone who has been helping me out here on the list and
over private email. I will definitely include a ‘special thanks’ in
future releases.
Best,
Jake