The #Cheerful #sc140 #HandClap special. Here is something to replace the 👏 emoji with. 121 characters.
play{ar(BPF,ar(Env(l=0!9+[0,1],l[..6]++66/99,-4!7++ -17),0,TDuty.ar(Dseq(asDigits(168044,3)/5,inf)))*CuspL.ar,444*[4,7])}
BONUS:
Two bloated versions that did not sound as good as the one above. First, an old fashioned SynthDef style in 198 bytes and second a forked one in 175 characters that includes some typewriterstyle printing to the post window.
SynthDef(\SCSCClap,{Out.ar(\out.kr(0),ar(BPF,ar(Env(l=0!9+[0,1],l[..6]++66/99,-4!7++ -17),2,\trig.tr)*CuspL.ar,444*[4,7]))}).add;Pbind(\instrument,\SCSCClap,\dur,Pseq(asDigits(168044,3)/5,inf)).play
fork{c="#SuperCollider".iter.cyc;w=iter(0ss*asDigits(168044,3)).cyc;loop{c.().post;play{ar(BPF,ar(Env(l=0!9+[0,1],l[..6]++66/99,-4!7++ -17),2)*CuspL.ar,444*[4,7])};w.().wait}}