ProTrackR

While exploring a bit if R could be used for algorithmic composition I stumbled over the R ProTrackR package.

Check out this funky tune:

1
2
3
require("ProTrackR")
x<-read.module("https://api.modarchive.org/downloads.php?moduleid=40475#ELYSIUM.MOD")
playMod(x)

By the way, algorithmic composition in R? I think so, thanks to the R audio package.

Leave a Reply

Your email address will not be published. Required fields are marked *