| Bugs item #3019481, was opened at 2010-06-22 11:25
Message generated for change (Settings changed) made by menno0
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=564599&aid=3019481&group_id=81968
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Menno (menno0)
>Assigned to: Andres Cabrera (mantaraya36)
Summary: DSSI issues
Initial Comment:
- trying this example:
-odac ;-iadc -d ;;;RT audio I/O
sr = 44100
kr = 4410
ksmps = 10
nchnls = 2
gihandle dssiinit "g2reverb.so", 0, 1
gaout init 0
instr 1
dssiactivate gihandle, 1
endin
instr 2
ain1 diskin2 "beats.wav", 1
;outs ain1, ain1
gaout = gaout+ain1
endin
instr 3
; try this small room : dssictls gihandle, 4, 10, 1
dssictls gihandle, 4, 10, 1 ; big room
dssictls gihandle, 5, 2, 1
dssictls gihandle, 6, .9, 1
;kref line -80, p3, 0
dssictls gihandle, 9, 0, 1
dssictls gihandle, 10, .9, 1
endin
instr 4
aout1, aout2 dssiaudio gihandle, gaout, gaout ;get beats.wav
outs aout1,aout2
gaout = 0
endin
i 1 0 6
i 2 1 6
i 3 1 6
i 4 0 7
e
the room size for example can not be changed, as a matter of fact it seems dssictls does not have an effect on performance.
And most of the effects do not do anything with this example.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=564599&aid=3019481&group_id=81968
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |