All Projects → thormagnusson → Ixilang

thormagnusson / Ixilang

Licence: gpl-3.0
A live coding language. An extension to SuperCollider, currently Cocoa only.

Projects that are alternatives of or similar to Ixilang

cl-patterns
Library for writing patterns to generate or process (a)musical sequences of mathematically (un)related (non-)compound values in Lisp.
Stars: ✭ 62 (-18.42%)
Mutual labels:  supercollider
Livemodularinstrument
Stars: ✭ 19 (-75%)
Mutual labels:  supercollider
Music Synthesis With Python
Music Synthesis with Python talk, originally given at PyGotham 2017.
Stars: ✭ 48 (-36.84%)
Mutual labels:  supercollider
Skoarcery
Skoar
Stars: ✭ 297 (+290.79%)
Mutual labels:  supercollider
Supercolliderjs
The JavaScript client library for SuperCollider
Stars: ✭ 381 (+401.32%)
Mutual labels:  supercollider
Auriga
Auriga is a MMORPG server.
Stars: ✭ 33 (-56.58%)
Mutual labels:  supercollider
udk16-Immersive Technologies
UdK audiovisual programming course resources 2016-2017_WS
Stars: ✭ 15 (-80.26%)
Mutual labels:  supercollider
Synthdefs
Synthdef Pool
Stars: ✭ 54 (-28.95%)
Mutual labels:  supercollider
Dx7 Supercollider
My accurate Yamaha DX-7 clone. Programmed in Supercollider.
Stars: ✭ 395 (+419.74%)
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 (-44.74%)
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 (+303.95%)
Mutual labels:  supercollider
Supercollider
An audio server, programming language, and IDE for sound synthesis and algorithmic composition.
Stars: ✭ 4,036 (+5210.53%)
Mutual labels:  supercollider
Sc3
SuperCollider library for Python
Stars: ✭ 40 (-47.37%)
Mutual labels:  supercollider
Awesome Supercollider
💻🎹🎛🔊 A community curated list of SuperCollider stuff
Stars: ✭ 256 (+236.84%)
Mutual labels:  supercollider
Supercollider3 tutorials code
SuperCollider3 tutorial code
Stars: ✭ 50 (-34.21%)
Mutual labels:  supercollider
sorceress
A Rust environment for sound synthesis and algorithmic composition.
Stars: ✭ 64 (-15.79%)
Mutual labels:  supercollider
Supercollider Music
🎼 Various songs & noises I've composed and programmed in SuperCollider
Stars: ✭ 20 (-73.68%)
Mutual labels:  supercollider
Sunflow
Official Sunflow Repository - Sunflow is an open source rendering system for photo-realistic image synthesis.
Stars: ✭ 55 (-27.63%)
Mutual labels:  supercollider
Build Supercollider
A dead simple script that builds and installs Supercollider
Stars: ✭ 51 (-32.89%)
Mutual labels:  supercollider
Jarmlib
jarmlib is Jack Armitage's (mostly TidalCycles) live coding library
Stars: ✭ 42 (-44.74%)
Mutual labels:  supercollider

XiiLang - a live coding language interpreter - version 4 : October 2012

http://www.ixi-audio.net feedback to: thor[]ixi... http://www.twitter.com/thormagnusson (for news on updates and releases)

The ixi lang live coding environment is a simple visual system presenting a high entry-level control over synth definitions and samples in SuperCollider. The core idea is to represent events in a spatial layout, thus merging musical code and musical scores. The score is active, i.e., if a method is performed upon the score, it changes in real time.

Download SuperCollider first and then install ixi lang.

If you are new to all this, you might just want to download the ixi lang.app from here: http://www.ixi-audio.net/ixilang, but if you are brave and want to use ixi lang with SuperCollider, here are the basic instructions:

SuperCollider is here: http://supercollider.sourceforge.net/downloads/

ixi lang is here: https://github.com/thormagnusson/ixilang

You need the SC3plugins from here: http://supercollider.sourceforge.net/downloads/ (choose the Universal Binary)

And finally the ixiViews classes (for the MIDIKeyboard) https://github.com/thormagnusson/ixiViews

  1. Put SuperCollider somewhere on your system.
  2. Start SuperCollider.
  3. You will now have a SuperCollider folder within your "~/Library/Application Support/" folder.
  4. Create an "Extensions" folder in there and drop the ixilang and ixiViews classes into that folder.
  5. Drag the SC3plugins folder into the "Extensions" folder as well.
  6. Quit and start SuperCollider again and boot the server that is "default" (you can choose either).
  7. Open a new SC document (Apple+N), type "XiiLang()" in it, and evaluate that line (highlight it and hit SHIFT+RETURN (buttons pressed in that order))
  8. Now explore the instructions of ixi lang in the XiiLang.html helpfile.

That's it!

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].