Skip to content

Commit

Permalink
iSuperColliderKit forked from supercollider_iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkido1216 committed Feb 2, 2015
0 parents commit 315dcdb
Show file tree
Hide file tree
Showing 6,171 changed files with 1,245,811 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
19 changes: 19 additions & 0 deletions .gitignore
@@ -0,0 +1,19 @@
# mac related files
.DS_Store
platform/mac/Intermediate Build Files
platform/mac/*.xcodeproj/*.mode1
platform/mac/*.xcodeproj/*.pbxuser
platform/mac/*.xcodeproj/*.mode1v3
platform/mac/build

# working files made by packager script
common/Packager/LinuxExclusions.txt
common/Packager/SuperCollider*.tar.gz
common/Packager/SuperCollider*.dmg

#build directories
platform/iphone/build
platform/iphone/lib

*~
*.orig
51 changes: 51 additions & 0 deletions AUTHORS
@@ -0,0 +1,51 @@
Alberto de Campo <decampo att iem dott at>
Alex Norman <alex att x37v dot info>
Anders Vinjar <anders dott vinjar att notam dott uio dott no>
Andi Pieper <apieper att url dott de>
Axel Balley <axel dott lists att gmail dott com>
Batuhan Bozkurt <bbozkurt att users dott sourceforge dott net>
Benjamin Golinvaux <Benjamin dott Golinvaux att euresys dott com>
Blackrain <blackrain dott sc att gmail dott com>
Charles Picasso <thelych att gmail dott com>
Chris Sattinger (Crucial Felix) <felix att crucial-systems dott com>
Christian A. Hresko <christian dott hresko att verizon dott net>
Christophe Costigan <ccos att users dott sourceforge dott net>
Christopher Frauenberger <frauenberger att iem dott at>
Dan Stowell <danstowell att users dott sourceforge dott net>
Dave Watson <dave att elephantride dott org>
Fredrik Olofsson <f att fredrikolofsson dott com>
Gerard Roma <0001 att ooo000ooo dott org>
Hanns Holger Rutz <contact at sciss dott de>
James Harkins <jamshark70 att gmail dott com>
James McCartney <asynth att gmail dott com>
Jan Trutzschler <sc3 att sampleAndHold dott org>
John Glover <glover dott john att gmail dott com>
Jonatan Liljedahl <lijon att kymatica dott com>
Josh Davison <iketa att users dott sourceforge dott net>
Joshua Parmenter <josh att realizedsound dott net>
Jost Muxfeldt <jost dott muxfeldt att glyph dott de>
Julian Rohrhuber <rohrhuber att uni-hamburg dott de>
Kasper Souren <Kasper dott Souren att ircam dott fr>
Marije Baalman <nescivi att gmail dott com>
Mario Lang <mlang att delysid dott org>
Mark Polishook <polishook att optonline dott net>
Martin Victory <martinvictory att users dott sourceforge dott net>
Maurizio Umberto Puxeddu <umbpux att tin dott it>
Miguel Negrao <zlb-dev att users dott sourceforge dott net>
Mike Whyte <matrix6k att somahq dott com>
Newton Armstrong <newton att silvertone dott princeton dott edu>
Nick Collins <N dott Collins att sussex dott ac dott uk>
Patrick Beard <pcbeard att mac dott com>
Patrick Borgeat <patrick att borgeat dott de>
Rohan Drape <rd att slavepianos dott org>
Ron Kuivila <rkuivila att wesleyan dott edu>
Ross Bencina <rossb att audiomulch dott com>
Ryan Brown <ryan att wabdo dott com>
Scott Wilson <i att scottwilson dott ca>
Stefan Kersten <sk att k-hornz dott de>
Thor Magnusson <T dott Magnusson att sussex dott ac dott uk>
Till Bovermann <lfsaw att lfsaw dott de>
Tim Blechmann <tim att klingt dott org>
Tim Walters <walters att doubtfulpalace dott com>
Kengo Watanabe <kengo att kengolab dott net>
and others.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

477 changes: 477 additions & 0 deletions ChangeLog

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions HelpSource/BrokenLink.html
@@ -0,0 +1,25 @@
<html>
<head>
<title>Broken link</title>
<link rel='stylesheet' href='./scdoc.css' type='text/css' />
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<noscript>
<p>Sorry, that link was broken..
</noscript>
<script type="text/javascript">
function didLoad() {
document.getElementById("link").innerHTML = window.location.hash.slice(1);
}
</script>
</head>
<body onload="didLoad()">
<div class='contents'>
<div class='header'>
<h1>Broken link!</h1>
</div>
<p><span class="soft">Could not find:</span>
<div id="link"></div>
</div>
</body>
</html>

0 comments on commit 315dcdb

Please sign in to comment.