Hoping that it might be of use to somebody out there, I just wanted to share a DrumPattern quark for storing and using 808-like drum machine patterns, much like the Scale
class is used for storing and using scale info.
It’s structured and works similarly to the Scale
class.
DrumPattern.directory;
DrumPattern.house.kick; //[ 1,\r,\r,\r, 1,\r,\r,\r, 1,\r,\r,\r, 1,\r,\r,\r]
DrumPattern.house.sn; //[\r,\r,\r,\r, 1,\r,\r,\r,\r,\r,\r,\r, 1,\r,\r,\r]
DrumPattern.house.oh; //[\r,\r, 1,\r,\r,\r, 1,\r,\r,\r, 1,\r,\r,\r, 1,\r]
DrumPattern.house.cym; //[ 1,\r,\r,\r,\r,\r,\r,\r,\r,\r,\r,\r,\r,\r,\r,\r]
More info in the help files.
I’d love to have feedback from potential users in order to improve it.