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

Score -> Open... menu won't work if WFS library not installed #18

Closed woutersnoei closed 11 years ago

woutersnoei commented 11 years ago

Score -> Open currently calls UScore:openWFS, which is in the WFSCollider-Class-Library. Not sure how to fix best..

miguel-negrao commented 11 years ago

Change UScore to do a normal open without WFS, and in the WFS class library add an extension +Score { } that then calls openWFS. This should work no ?

woutersnoei commented 11 years ago

just pushed a commit that fixes this.