// Communication link between ChucK files // Copyright 2008 Les Hall // This software is protected by the GNU General Public License // // Communication technique created by Frostburn // define the public communication class public class Communication { static Gain @ buffer; } // connect a gain UGen to the Communication buffer Gain theBuffer @=> Communication.buffer;