Topics
Table of Contents
BBcut
BBcut is SuperCollider 3 extension library containing plugins, classes and helpfiles, released under the GNU GPL.
- BBCut2 Installation
You need to transfer some folders from the bbcut2 distro to your SuperCollider application folder.
-copy the bbcut2 classes folder into the SCClassLibrary folder -copy the bbcut2 help folder into the Help folder -copy the .scx files in bbcut2 ugens into the plugins folder -copy the .wav files in bbcut2 sounds into the sounds folder
Now recompile your SuperCollider application (cmd+K).
The main help page is the file BBCut2Wiki.help.rtf. Explore the help files by clicking and trying examples.
- Problem when compiling
//Boot the server must have run this line before any of the examples f= BBCutBuffer("sounds/break",8); //default cutups BBCut2(CutBuf1(f),BBCutProc11.new).play(2.4);
Date: <2011-07-15 Fri>
HTML generated by org-mode 7.4 in emacs 23