From Scratchpad
conditional method maybe() executes the following code in ChucK:
if(maybe){
Methods in maybe's heart go here
}
else{
Methods in maybe's else heart go here
}
[edit] Example
//<3 Beat
<body3
<maybe3
^buzz;
<else3
^beep;
</3
</3
^maybe;
</3