Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.26 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.26 KB

cancrizans

(formerly fm)

a synthesiser, early WIP. I'm currently in the process of porting the old C version to Rust, because segfaults are annoying.

once this rewrite is complete, the features will include:

  • FM instruments with arbitrary custom algorithms and feedback loops etc
  • songs, loadable and storable in a human-readable and human-editable format
  • an aesthetic GUI (I had to make a whole GUI library to make it look how I want--I hope you're happy.)
  • .wav file export
  • filters and effects
  • more than this hopefully

why the name?

"cancrizans" describes a canon where the theme is played backwards against itself. the most famous example of this is Bach's crab canon, and Rust's logo is a crab, sooo...

(this is also my excuse for only supporting four instruments in the GUI (a purely UI limitation), since that is the number of parts in the largest canon in his Music Offering. though arguably it should be six, for his six-part fugue. oh well. the real reason is that my GUI library doesn't yet support scrollbars :))