[Stk] Polyphony without using voicer

Perry R Cook prc@CS.Princeton.EDU
Wed, 27 Apr 2005 13:34:24 -0400 (EDT)


Should work.  Check out the Ragamatic project in the
projects directory.  There are a number of instruments
being mixed there.

PRC

On Wed, 27 Apr 2005, David Johnson wrote:

> Just wondering how I'd go about this.
> What I thought I'd be able to do was:
>
> //----------------
> // Declare another instrument using
> Instrmnt *instrument2 = 0;
> instrument2 = new BeeThree;
>
> // Then sum the outputs
>
> output->tick ( instrument->tick() + instrument2->tick() ) ;
> //--------------
>
> But it seems to crash every time.
> Is this actually a feasible way to attempt it or is there something
> glaring that will prevent this from working?
>
> Thanks,
>
> David
>
> _______________________________________________
> Stk mailing list
> Stk@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/stk
>