Yes I agree with Tito.
It looks like a "A New Kind Of Music" :P

M.

> -----Messaggio originale-----
> Da: music-dsp-boun...@music.columbia.edu [mailto:music-dsp-
> boun...@music.columbia.edu] Per conto di Tito Latini
> Inviato: giovedì 27 novembre 2014 17:09
> A: A discussion list for music-related DSP
> Oggetto: Re: [music-dsp] magic formulae
> 
> On Thu, Nov 27, 2014 at 01:54:15PM +0000, Victor Lazzarini wrote:
> > Thanks everyone for the links. Apart from an article in arXiv written
> > by viznut, I had no further luck finding papers on the subject (the
> > article was from 2011, so I thought that by now there would have been
> > something somewhere, beyond the code examples and overviews etc.).
> 
> It seems a cellular automata 1D with a loop of rules for any cell, where a
rule
> is determined by a bitwise operation. A generic example with only one byte
> (&mask could fix the number of the states with a int):
> 
> start       1 1 0 1 0 0 1 0
> rule 1      x x x x x x x x
> rule 2      x x x x x x x x
> ...
> rule n      0 1 0 0 1 0 1 1
> rule 1      x x x x x x x x
> rule 2      x x x x x x x x
> ...
> rule n      0 1 1 1 0 1 1 0
> rule 1      x x x x x x x x
> ...
> 
> and I presume the possible effects follow the four Wolfram's classes
(limit
> points, cyclic pattern, chaotic and more complex behaviour).
> --
> dupswapdrop -- the music-dsp mailing list and website:
> subscription info, FAQ, source code archive, list archive, book reviews,
dsp
> links http://music.columbia.edu/cmc/music-dsp
> http://music.columbia.edu/mailman/listinfo/music-dsp

--
dupswapdrop -- the music-dsp mailing list and website:
subscription info, FAQ, source code archive, list archive, book reviews, dsp 
links
http://music.columbia.edu/cmc/music-dsp
http://music.columbia.edu/mailman/listinfo/music-dsp

Reply via email to