GameOfLife / Unit-Lib

The Unit Library is a system that provides high level abstractions on top of the SuperCollider language.
25 stars 6 forks source link

Document.open made to work with SCIDE #4

Closed sensestage closed 11 years ago

sensestage commented 11 years ago

This little fix will solve the issue:

//^Document.open( path ); --- becomes:

^path.openDocument;

woutersnoei commented 11 years ago

fixed, thanks!