andresperezlopez / RTML

Real-Time Machine Listening Graphical Framework
GNU General Public License v3.0
6 stars 0 forks source link

rtml mira garagekey.sc compiling error #1

Open Djoust opened 8 years ago

Djoust commented 8 years ago

When i put the RTML folder in my Extensions folder and compiled the class lib, I got an error:

Expected class name.  got token: '(' 40
  in file '/Users/Djoust/Library/Application Support/SuperCollider/Extensions/RTML/rtml mira garagekey.sc'
  line 5 char 1:

  (
  ^

-----------------------------------
    pass 1 done

fixed it by renaming th extention to .scd

andresperezlopez commented 8 years ago

Hi, thanks for the comment.

In fact, what you should put inside Extensions folder is only the content of the Classes folder. The rest of the files, as the one you comment, are rather test files or application examples. That's why it gives you the error.