Csound Csound-dev Csound-tekno Search About

Hetro/adsyn (Was:Re: Transposition (was: Re: Emacs mode for orchestra))

Date1997-08-22 00:14
Fromrasmus ekman
SubjectHetro/adsyn (Was:Re: Transposition (was: Re: Emacs mode for orchestra))
Nathan Day wrote on tuesday:
> 
> I haven't been able to get adsyn to work properly yet, 

Sheesh, have you _still_ not got an answer?!
Haven't seen any to the list... So, if nobody else have
told you, you must always post your orc and sco
so we can see what's wrong. Also, with the analysis/
resynthesis opcodes, you may throw in the command line
that you used (with hetro.exe) for analysing the original 
soundfile. 

Here's a run that worked for me the other day. It plays
back the original sound (minus the 'S'-es and similar
noises - they just disappear with this analysis method)

Hetro.exe command line: 
hetro -h40  Agenten.wav  Agenten.het
(get 40 partials instead of default 10)

Csound orc:
;****************
sr=44100
kr=8820
ksmps=5
nchnls=1

instr 1
   a1 adsyn  1, 1, 1, "Agenten.het"      
      out a1
endin
;****************

Csound sco:
;****************
i1 0 2.4         ; Sound file was 2.4 secs long
                 ; any other will timestrech/compress
;****************


Hope this works for you too, else yell again.


	re