ccrma / miniAudicle

miniAudicle: integrated development + performance environment for the ChucK programming language
https://chuck.stanford.edu/
GNU General Public License v2.0
65 stars 9 forks source link

MAUI crash #2

Closed spencersalazar closed 11 years ago

spencersalazar commented 11 years ago

From Perry -- crashes on Snow Leopard, not tested on others.

MAUI_View myWinder;
MAUI_Button exit;
myWinder.addElement(exit);
myWinder.display();

while (!exit.state())  {
    0.1 :: second => now;
}

myWinder.destroy();