‹ Skare - New Video OnlineWork with Mark: Genetics ›

Useless SuperCollider Class no.1

2006-09-26 14:02 supercollider

Today I wrote a help file for an old SuperCollider class I had laying around. It simulates old telephone DTMF signals. Pretty silly must say and I forgot why I created it in the first place. But I bet someone can find some strange use for it. Jim?

RedDTMF is part of redSys quark. Install it by typing...

Quarks.install("redSys");
//and then recompile
s.boot;
{RedDTMF.dial("12AA34", 4)}.play;
‹ Skare - New Video OnlineWork with Mark: Genetics ›