Skip to content

camhoot/lichie.lorenzattractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

lichie.lorenzattractor

Standalone Chaotic Lorenz Attractor built in gen~ and MaxMSP

image

A chaotic modulation source for synthesizers standalone version of the attractor found in my granular synth patch. This tool will be maintained and improved via this repository.

Details

Based on three linear equations:

dx = a * (y - x) * dt
dy = (x * (b - z)) - y * dt
dz = (x * y) - (z * c) * dt

There is control over variables a, b and c and the speed of the attractor. Small changes to these values produces vastly different results.

The patch only displays the dx and dy on the [scope~] object however, all three outputs are available as modulation sources.

image

image

About

Standalone Chaotic Lorenz Attractor built in gen~ and MaxMSP

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages