[PD] noise~ inlet?

Mathieu Bouchard matju at artengine.ca
Sat May 29 19:20:02 CEST 2010


On Sat, 29 May 2010, Martin Peach wrote:

> So with a teeny bit more code, the inlet could potentially be used to 
> initialize to a different starting point, but it would not change the 
> sound, except for example if you were multiplying two [noise~]s.

Every [noise~] is initialised with a seed that is 1319 times the 
previously used seed, mod (1<<32).

     x->x_val = (init *= 1319);

Could you please explain what could sound different when multiplying two 
[noise~] together ?

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801


More information about the Pd-list mailing list