Return

How to install your new MAC update if you are already running the Sound Loom

BRIEFLY
  • Place the zip file in the folder where you have soundloom.tcl.
  • Open a terminal and move to your CDP base directory.
  • If the latest update is called sloom1103_mac.zip, type "unzip -o sloom1103_mac.zip"
  • Quit the terminal.
  • Destroy the zipfile.
MORE DETAILS
  • Place the zip file in the folder where you have soundloom.tcl.
  • Open a terminal.
  • In the terminal use the command cd to move to your CDP base directory.

    • e.g. if your base directory is _cdp, type
      "cd _cdp"
      (you should not type the quotation marks in any of these examples).

    • or if you base directory is cdp1103 and is within another directory (e.g. otherdir), type
      "cd otherdir/cdp1103"

  • If the latest update is called sloom1103_mac.zip, type
    "unzip -o sloom1103_mac.zip"

    • (The -o is important)
    • If the update has a different name, use its name instead of "sloom1103_mac.zip"

    This should update all your Sound Loom files.

  • Quit the terminal.
  • Destroy the zipfile.
Return