Skip to content

Compatibility with dewdrop chuckLib

Iannis Zannos edited this page Apr 1, 2014 · 1 revision

chuckLib by James Harkins (ddwChucklib Quark, see http://sourceforge.net/p/quarks/code/HEAD/tree/ and http://www.dewdrop-world.net/sc3/tutorials/index.php?id=6) uses the chuck operator (=>) in a different way. If you want to use both chuckLib and tiny-sc at the same time, please download the chucklib_compat branch from the github repo and use it intead of the master branch. You can get the chuckLib compatible version of tiny-sc as a zipped file from:

https://github.com/iani/tiny-sc/releases/tag/chuckLib01

When using the chucklib_compat branch, the chuck operator for tiny-sc becomes =>> instead of =>. So you can use => in the usual way in chuckLib.

Clone this wiki locally