Csound Csound-dev Csound-tekno Search About

[Csnd] DSSI question

Date2014-01-12 12:29
Frommenno
Subject[Csnd] DSSI question
a question (probably for Andres?) but if someone wants to jump in please
do...

i have this voice of a poet and i want to use an exciter to get it better
pronounced in the composition.
i want to use the Calf Exciter (ladspa/dssi plugin) inside Csound/Blue.

The csd reports:
DSSI4CS: Found 15 control ports for: 'Calf Exciter DSSI'
DSSI4CS: Found 4 audio ports for: 'Calf Exciter DSSI'
and:
Number of Ports: 19
  Port #0: Audio Input: In L - Range: -Inf -> +Inf
  Port #1: Audio Input: In R - Range: -Inf -> +Inf
  Port #2: Audio Output: Out L - Range: -Inf -> +Inf
  Port #3: Audio Output: Out R - Range: -Inf -> +Inf
  Port #4: Control Input: Bypass - Range: Toggle.
  Port #5: Control Input: Input - Range: 0.000000 -> 64.000000
Csound tidy up: Segmentation fault

Q's:
- How can i access all the 19 ports
- why do i get Segmentation fault
- what should be the value for Input/Output? Is it in dB?
- why do i have to use "gihandle dssiinit "calf.so", *24*, 1" and not
"gihandle dssiinit "calf.so", *22*, 1"? Is there an error in counting?

Attached are my csd:  dssictls.csd
  
and the output of dssilist:  dssilist.csd.output
  



--
View this message in context: http://csound.1045644.n5.nabble.com/DSSI-question-tp5731483.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-01-18 15:33
Frommenno
Subject[Csnd] Re: DSSI question
BumpieBump!



--
View this message in context: http://csound.1045644.n5.nabble.com/DSSI-question-tp5731483p5731762.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-01-21 21:08
FromAndres Cabrera
SubjectRe: [Csnd] DSSI question
Hi Menno,

Sorry for being so quiet...

On Sun, Jan 12, 2014 at 4:29 AM, menno <nabob_cd@yahoo.com> wrote:
a question (probably for Andres?) but if someone wants to jump in please
do...

i have this voice of a poet and i want to use an exciter to get it better
pronounced in the composition.
i want to use the Calf Exciter (ladspa/dssi plugin) inside Csound/Blue.

The csd reports:
DSSI4CS: Found 15 control ports for: 'Calf Exciter DSSI'
DSSI4CS: Found 4 audio ports for: 'Calf Exciter DSSI'
and:
Number of Ports: 19
  Port #0: Audio Input: In L - Range: -Inf -> +Inf
  Port #1: Audio Input: In R - Range: -Inf -> +Inf
  Port #2: Audio Output: Out L - Range: -Inf -> +Inf
  Port #3: Audio Output: Out R - Range: -Inf -> +Inf
  Port #4: Control Input: Bypass - Range: Toggle.
  Port #5: Control Input: Input - Range: 0.000000 -> 64.000000
Csound tidy up: Segmentation fault

Q's:
- How can i access all the 19 ports

Maybe Csound is segfaulting when querying the ports?
 
- why do i get Segmentation fault
- what should be the value for Input/Output? Is it in dB?

It depends entirely on the plugin. The plugin documentation (or source code...) will give you the answer.
 
- why do i have to use "gihandle dssiinit "calf.so", *24*, 1" and not
"gihandle dssiinit "calf.so", *22*, 1"? Is there an error in counting?

There shouldn't be. The number should match the number you get from dssilist. Are they different?

Can you file a bug so this is not forgotten?

Cheers,
Andrés
 

Attached are my csd:  dssictls.csd
<http://csound.1045644.n5.nabble.com/file/n5731483/dssictls.csd>
and the output of dssilist:  dssilist.csd.output
<http://csound.1045644.n5.nabble.com/file/n5731483/dssilist.csd.output>



--
View this message in context: http://csound.1045644.n5.nabble.com/DSSI-question-tp5731483.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"