For most of us, when speaking of fibonacci sequence, a set of fatastic visual image come in mind. But what does it sound like?
In this project, fibonacci sequence is explored to generate music in different ways, e.g.
- sample a music scale. (This concept has been implemented as sequence generator named “FibonacciSeq” in chuckComposition)
- construct an addtive synthesizer, adding multiple sinosoids together. (This concept has been implemented as an instrument named “FibonacciArp” in chuckComposition)
code: https://github.com/lmaxwell/FibonacciMusic