Csound Csound-dev Csound-tekno Search About

diskin question

Date1997-10-31 18:10
Fromdoug cross
Subjectdiskin question
hello everyone:
just last night I discovered "diskin".

I found a distortion when i tried to add reverb.
I am puzzled. Any ideas?
doug
;----------------------------temp.orc---------------------

sr      =	44100
kr      =	4410
ksmps   =	10
nchnls  =	2

instr 1

a1,a2 diskin "example.aiff", p4, 0, 1, 4 ;5.555374 sec my example files
length

ao1		reverb  a1, 0.3, 1
ao2		reverb  a2, 0.3, 1

abal1 balance ao1, a1
abal2 balance ao2, a2

outs abal1, abal2

endin
;----------------------------temp.sco----------------------

i1 0 5.555374 1 ; original transpose
s
i1 0 11.110748 .50 ;  transpose b
s
i1 0 13.888435 .40 ;  transpose c
s
i1 0 18.517913 .30 ;  transpose d
s
i1 0 27.776870 .20 ;  transpose e
e
;----------------------------------------------------------------


Date1997-11-17 09:59
From"Matt J. Ingalls"
SubjectRe: diskin question
Doug,

i tested out your orc/sco and everything seemed to work fine for me except
for a one-sample-click at the beginning of every note.  This seems to be
generated from the balance - i presume its because the reverb "will begin
to appear only after 1/20 second or so of delay" -- who knows what balance
is doing during that time (besides making a click)

easy fix to gate the output...

-matt

P.S. "diskin" has not been tested too much, there are a few existing bugs
dealing with backward looping and veryextreme pitch data --

but if anyone finds any problems if you could please report them, that
would be great!!!!

(thanks)



On Fri, 31 Oct 1997, doug cross wrote:

> hello everyone:
> just last night I discovered "diskin".
> 
> I found a distortion when i tried to add reverb.
> I am puzzled. Any ideas?
> doug
> ;----------------------------temp.orc---------------------
> 
> sr      =	44100
> kr      =	4410
> ksmps   =	10
> nchnls  =	2
> 
> instr 1
> 
> a1,a2 diskin "example.aiff", p4, 0, 1, 4 ;5.555374 sec my example files
> length
> 
> ao1		reverb  a1, 0.3, 1
> ao2		reverb  a2, 0.3, 1
> 
> abal1 balance ao1, a1
> abal2 balance ao2, a2
> 
> outs abal1, abal2
> 
> endin
> ;----------------------------temp.sco----------------------
> 
> i1 0 5.555374 1 ; original transpose
> s
> i1 0 11.110748 .50 ;  transpose b
> s
> i1 0 13.888435 .40 ;  transpose c
> s
> i1 0 18.517913 .30 ;  transpose d
> s
> i1 0 27.776870 .20 ;  transpose e
> e
> ;----------------------------------------------------------------
> 
> 
> 
>