Skip to content
/ sc-max Public

port of some supercollider ugens to maxmsp

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

sbl/sc-max

Repository files navigation

////////////////////////

sc-max (2009 - ongoing)
ports by stephen lumenta

////////////////////////

http://github.com/sbl/sc-max

some supercollider ugens ported to max-msp.

all credits are due to the original authors (James McCartney et alt.). these are merely ports to max/msp and might be helpful.
most helptext is taken directly from the original supercollider helpfiles.
if you haven't done so. check out supercollider as well. it is a really nice language for sound.

forks and patches are welcome. if someone wants to do a windows port please let me know. 
the included sc header files are from the supercollider sourceforge svn repository

bugs, anything else? contact me via github.

////////////////////////

SuperCollider:
http://www.audiosynth.com
http://supercollider.sourceforge.net

Max/MSP:
http://cycling74.com

All SuperCollider code and sc-max are licensed under the gpl
http://www.gnu.org/licenses/gpl.html

/*
	SuperCollider real time audio synthesis system
    Copyright (c) 2002 James McCartney. All rights reserved.
	  
	  http://www.audiosynth.com

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
*/