Csound Csound-dev Csound-tekno Search About

[Csnd] suggestions for rerouting fsigs between instruments

Date2008-01-29 20:21
From"Hector Centeno"
Subject[Csnd] suggestions for rerouting fsigs between instruments
AttachmentsNone  

Date2008-01-29 20:29
FromRory Walsh
Subject[Csnd] Re: suggestions for rerouting fsigs between instruments
You can try using the pvsbus opcodes Victor added. You can write the 
fsigs to a named software channel and then retrieve it any instrument 
you like by calling the same channel. I'm not sure if it's more 
efficient but it's certainly another way of doing it. It may also be 
possible using the pvsbuffer opcode, you could right the data to a 
function table and then retrieve it? I'm not sure if this would work...

Rory.


Hector Centeno wrote:
> Hello,
> 
> I'm working on a Csound project where I want to be able to reroute the
> outputs of different instruments running in realtime, using a FLTK
> interface. For audio outputs it's easy since the zak channel can be
> changed at k rate but the problem I have is with fsigs. Beside using a
> series of if-statements to check where to put the final output and
> global fsig variables, I don't have any other idea for doing this. Is
> there a more CPU efficient and simpler way of doing it that I'm
> missing? It's a fsig zak system a good request?
> 
> Thanks,
> 
> Hector Centeno
> 
> 
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 

Date2008-01-29 21:41
From"Hector Centeno"
Subject[Csnd] Re: Re: suggestions for rerouting fsigs between instruments
AttachmentsNone  

Date2008-01-30 00:30
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: suggestions for rerouting fsigs between instruments
I think you can use global f-sigs. I think I've heard that, but I'm not
sure...

Cheers,
Andrés

El mar, 29-01-2008 a las 16:41 -0500, Hector Centeno escribió:
> Thanks Rory,
> 
> Yes, the pvsbus opcodes will do it! I forgot about them. Thanks!
> 
> Hector
> 
> 
> 
> On Jan 29, 2008 3:29 PM, Rory Walsh  wrote:
> > You can try using the pvsbus opcodes Victor added. You can write the
> > fsigs to a named software channel and then retrieve it any instrument
> > you like by calling the same channel. I'm not sure if it's more
> > efficient but it's certainly another way of doing it. It may also be
> > possible using the pvsbuffer opcode, you could right the data to a
> > function table and then retrieve it? I'm not sure if this would work...
> >
> > Rory.
> >
> >
> >
> > Hector Centeno wrote:
> > > Hello,
> > >
> > > I'm working on a Csound project where I want to be able to reroute the
> > > outputs of different instruments running in realtime, using a FLTK
> > > interface. For audio outputs it's easy since the zak channel can be
> > > changed at k rate but the problem I have is with fsigs. Beside using a
> > > series of if-statements to check where to put the final output and
> > > global fsig variables, I don't have any other idea for doing this. Is
> > > there a more CPU efficient and simpler way of doing it that I'm
> > > missing? It's a fsig zak system a good request?
> > >
> > > Thanks,
> > >
> > > Hector Centeno
> > >
> > >
> > > Send bugs reports to this list.
> > > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> > >
> >
> >
> > Send bugs reports to this list.
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> >
> 
> 
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2008-01-30 00:52
FromVictor.Lazzarini@nuim.ie
Subject[Csnd] Re: Re: Re: Re: suggestions for rerouting fsigs between instruments
AttachmentsNone  None  

Date2008-01-30 00:52
From"Hector Centeno"
Subject[Csnd] Re: Re: Re: Re: suggestions for rerouting fsigs between instruments
AttachmentsNone  

Date2008-01-30 01:18
From"Hector Centeno"
Subject[Csnd] Re: Re: Re: Re: suggestions for rerouting fsigs between instruments
AttachmentsNone  

Date2008-01-30 08:27
FromVictor.Lazzarini@nuim.ie
Subject[Csnd] Re: Re: Re: Re: Re: suggestions for rerouting fsigs between instruments
AttachmentsNone  None