All Projects → lvm → Build Supercollider

lvm / Build Supercollider

Licence: unlicense
A dead simple script that builds and installs Supercollider

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Build Supercollider

tracker-mode
a music tracker/sequencer for emacs
Stars: ✭ 25 (-50.98%)
Mutual labels:  supercollider
Supercollider
An audio server, programming language, and IDE for sound synthesis and algorithmic composition.
Stars: ✭ 4,036 (+7813.73%)
Mutual labels:  supercollider
Sc3
SuperCollider library for Python
Stars: ✭ 40 (-21.57%)
Mutual labels:  supercollider
sorceress
A Rust environment for sound synthesis and algorithmic composition.
Stars: ✭ 64 (+25.49%)
Mutual labels:  supercollider
Sc3 Plugins
Community plugins for SC3. Hey! Don't click the "download" button here, go to https://supercollider.github.io/sc3-plugins/ instead!
Stars: ✭ 307 (+501.96%)
Mutual labels:  supercollider
Dx7 Supercollider
My accurate Yamaha DX-7 clone. Programmed in Supercollider.
Stars: ✭ 395 (+674.51%)
Mutual labels:  supercollider
faustgen-supercollider
Livecode Faust in SuperCollider using an embedded Faust compiler.
Stars: ✭ 25 (-50.98%)
Mutual labels:  supercollider
Music Synthesis With Python
Music Synthesis with Python talk, originally given at PyGotham 2017.
Stars: ✭ 48 (-5.88%)
Mutual labels:  supercollider
Superdirt
Tidal Audio Engine
Stars: ✭ 309 (+505.88%)
Mutual labels:  supercollider
Auriga
Auriga is a MMORPG server.
Stars: ✭ 33 (-35.29%)
Mutual labels:  supercollider
cl-patterns
Library for writing patterns to generate or process (a)musical sequences of mathematically (un)related (non-)compound values in Lisp.
Stars: ✭ 62 (+21.57%)
Mutual labels:  supercollider
Skoarcery
Skoar
Stars: ✭ 297 (+482.35%)
Mutual labels:  supercollider
Livemodularinstrument
Stars: ✭ 19 (-62.75%)
Mutual labels:  supercollider
udk16-Immersive Technologies
UdK audiovisual programming course resources 2016-2017_WS
Stars: ✭ 15 (-70.59%)
Mutual labels:  supercollider
Jarmlib
jarmlib is Jack Armitage's (mostly TidalCycles) live coding library
Stars: ✭ 42 (-17.65%)
Mutual labels:  supercollider
rev2
dave smith instruments prophet rev2 presets book
Stars: ✭ 21 (-58.82%)
Mutual labels:  supercollider
Supercolliderjs
The JavaScript client library for SuperCollider
Stars: ✭ 381 (+647.06%)
Mutual labels:  supercollider
Supercollider3 tutorials code
SuperCollider3 tutorial code
Stars: ✭ 50 (-1.96%)
Mutual labels:  supercollider
Roundhouse Synth Design Course 2014
Introduction to synthesis and SuperCollider course, taught at the Roundhouse, London in January/February 2014
Stars: ✭ 42 (-17.65%)
Mutual labels:  supercollider
Supercollider Music
🎼 Various songs & noises I've composed and programmed in SuperCollider
Stars: ✭ 20 (-60.78%)
Mutual labels:  supercollider

build-supercollider

A dead simple script that installs (build) dependencies, clones Supercollider, builds it, and finally will install it.

Current version:

3.11

How to?

$ git clone https://github.com/lvm/build-supercollider
$ cd build-supercollider
$ sh build-supercollider.sh
$ sh build-sc3-plugins.sh

That's all.
Keep in mind this script works on Debian-derivates distributions (such as Ubuntu, Mint, etc). Sorry Windows, OS X, and other GNU/linux distros.

See README-deb.md for thoughts on making .deb packages.

Known issues

Qt5 Not found

@pselle kindly reported a solution

Future reader, if you got to this because you figured out that you were unable to locate packages and the installing dependencies step failed, and you followed the SuperCollider instructions on getting Qt on your machine ... to use the handy script in this repo, update this line:

-DCMAKE_PREFIX_PATH= \

to your Qt path (for example:) -DCMAKE_PREFIX_PATH=/opt/qt511 \

This assumes you edited so that you installed all the other prereqs (deleting the qtwebengine5-dev bit from the install section)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].