« Return to Thread: setting latency in JSyn to avoid glitches

Re: setting latency in JSyn to avoid glitches

by music.columbia.edu - JSyn mailing list :: Rate this Message:

| View in Thread


 > But is there any way to do this using the global Synth.startEngine()?

Yes. Try this:

Synth.initialize(); // create a shared context

Synth.getSharedContext().setSuggestedOutputLatency( 0.070 );

Synth.start( 0, 44100 );



Phil Burk
_______________________________________________
JSyn mailing list
JSyn@...
To change digest mode or to make other administrative changes visit:
http://music.columbia.edu/mailman/listinfo/jsyn

 « Return to Thread: setting latency in JSyn to avoid glitches