[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Another weird problem...



I get the "/n_trace Node not found" message -- is there anything else
I can do to find out what might be causing it?

Synth("wyG51" : 1000)
FAILURE /n_trace Node not found

Thanks for your help so far,

Nathaniel

On 02/03/06, James Harkins <jamshark70@xxxxxxxxx> wrote:
> What's the result of this?
>
> p = Patch({SinOsc.ar}).play;
>
> p.synth.trace;
>
> If you get a "does not understand" error, something is *really* wrong.
> What's the receiver in the error output?
>
> If it's "n_trace node not found," then the Patch thought it made a
> node but the server didn't process it.
>
> If you get a bunch of ugens and numbers, then the node is there but
> maybe the synthdef is built wrong.
>
> hjh
>
> On 3/1/06, Nathaniel Virgo <nathanielvirgo@xxxxxxxxx> wrote:
> > Hi,
> >
> > I am not currently getting any sound out of the Patch command:
> >
> > {SinOsc.ar}.play
> >
> > works fine but
> >
> > Patch({SinOsc.ar}).play
> >
> > doesn't.
>
> --
> James Harkins /// dewdrop world
> jamshark70@xxxxxxxxxxxxxxxxx
> http://www.dewdrop-world.net
>
> "Come said the Muse,
> Sing me a song no poet has yet chanted,
> Sing me the universal."  -- Whitman
>
> _______________________________________________
> sc-users mailing list
> sc-users@xxxxxxxxxxxxxxx
> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>