New SuperCollider Mailing Lists Forums (Use These!!!)

These forums are archives of the SuperCollider Users (sc-users) and SuperCollider Developers (sc-dev) mailing lists.

N.B. You must subscribe to sc-users / sc-dev or sc-users-acl / sc-dev-acl (for non-delivery) in order to post from these forums.

Add an address to sc-users-acl

Add an address to sc-dev-acl


For information on the lists, please see: http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
Advanced Search
Subcategories Topics Posts Last Post
N.B. You must subscribe to sc-users or sc-users-acl (for non-delivery) in order to post from this forum.

Add an address to sc-users-acl


This list is for questions, info etc. regarding the SuperCollider real time synthesis programming environment. For information on the list, please see: http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml

A complete archive of the list (including the previous create.ucsb.edu incarnation) is available at: http://www.listarc.bham.ac.uk/marchives/sc-users/

You can search the archive here: http://www.listarc.bham.ac.uk/lists/sc-users/search

This list was created with mass migration of subscribers from the old create.ucsb.edu list on June 16, 2008. Please contact sc-users-owner@lists.bham.ac.uk for further list details or queries concerning the list.
7254 42555
by Glen F
N.B. You must subscribe to sc-dev or sc-dev-acl (for non-delivery) in order to post from this forum.

Add an address to sc-dev-acl


This list is addressed mainly to people developing SuperCollider source code. Contributions, questions, comments on any level of the code (C, C++ or SuperCollider class libraries) are covered here. For information on the list, please see: http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml

A complete archive of the list (including the previous create.ucsb.edu incarnation) is available at: http://www.listarc.bham.ac.uk/marchives/sc-dev/

You can search the archive here: http://www.listarc.bham.ac.uk/lists/sc-dev/search

This list was created with mass migration of subscribers from the old create.ucsb.edu list on June 16, 2008. Please contact sc-dev-owner@lists.bham.ac.uk for further list details or queries concerning the list.
8412 31896
by mc
Hi all, In the sourceforge page of SuperColliderAU (http://supercolliderau.sourceforge.net/) there is a note that the page is obsolete and is now maintained and distributed with SuperCollider distribution. I was not able to find any code or .component regarding SuperColliderAU in the main... 1 5
by yiornik
Hello. I send OSC messages from two different sources (Pure Data) to SC using the code: ( ~responder = OSCresponderNode( ~localhost, "/data", {|time, responder, msg| [\responder, time, msg]; msg.postln; a.set(\freq1, msg[1]); }).add; ) ( ~responder =... 0 0
by drumanart_sc
Hi All, I'm just trying to track down the Kittle Step guys music. I Have found copies of their music to buy but only in mp3 format. I would like to buy some lossless (wav/flac) versions of their music. Any help would be appreciated. I learnt a lot from their code for the remix comp and would... 0 0
by eclecticeye
Hi all... I'm a bit out of my depth here, but I recently installed SuperCollider on linux mint and was happy to see an update for SuperCollider 3.5 show up in my update manager box. There seems to be a problem with the supercollider-emacs update. I had to rename the... 0 0
by simon
Hi, I just started using SC3.4 in windows XP and i need to make the sound of a train,(engine, rail, horn etc) but I dont know how.. Can you help me? 0 0
by detro
Hello! I'm fairly new to Supercollider, and I was wondering whether it's possible to stream live audio between several servers (I'm aware there are a number of tools such as jacktrip or soundjack that can allow me to do this, but for a number of reasons, I need to do it via sc). In other... 0 0
by delshimy
Hello How do i switch to digest mode for this list I am excited at the interesting traffic for this list but i need it to be more organized I switched to individual posts and cannot seem to fins where to switch to digest thanks in advance pp 1 1
by cottle
Hello, I can't install the sc3 plugins. I'm following the instructions in the readme file: *Windows build instructions* *------------------------* * * *What you need* *-------------* * * ** Python (unicode version http://python.org/download/)* ** scone (http://www.scons.org/)* **... 0 0
by akstoev
Hi everybody, I'm planning a repeat of LAM's 2009 Songs for Dynamic Systems workshop http://vimeo.com/7803614. I've lined up Paul Hession (drums) and Christophe de Bezenac (sax) to be our improvisers. The workshop will be semi-formally attached to the IFIMPaC conference at Leeds.... 0 0
by Oliver Hancock
Hi ! I'm new to Supercollider and sound designing and i'm looking for understanding what is exactly the control rate... I didn't find anything very accurate on it. Can you explain me the thing ? To me it is something like that : audio rate = 44 100 (= sample rate) for full render control rate =... 1 1
by pepperminttiger
Below is some code for live granulation, but it some issues i can't figure out. the first is that the gauss window doesnt work. i get a violent popping with each grain produced. and secondly, when i use the grainSine synthdef, and set the Pbindef to a rate a of one i get some crackling in the... 0 0
by ted_moore
Hi! I'm quite new to the SuperCollider programming environment. I'm making an application for audio playback and I'm considering to create and show an EQ in Processing. I have the audio file in SuperCollider but I haven't managed to successfully send/receive OSC messages via UDP to Processing.... 0 0
by ezea.audio
I have downloaded the SC3.4 Win zip at this link several times and after uninstalling and reinstalling my installation still says 3.3.2. Is that right? Why can't I get 3.4 to show up? http://supercollider.sourceforge.net/downloads/ I'm having general problems getting SC to work on Win7 and... 0 0
by dselected
We have a really nice tool developed in Java that allows for spatial sound control using SC as a platform and have permanently installed at many sites running under WinXP-32. Given that it's harder and harder to deploy WinXP we are updating our base install platform to Win7-64 and I am having a... 0 0
by dselected
Hello, I am trying to use a (computer) keyboard as a foot controller. Kind of low-tech, but extremely efficient so far. Not to mention cheap... TFor testing purposes, I am trying to control SinOsc's freq using three keys - one shifts it higher, one lower, and another one to stop the movement... 0 0
by Ilya
Hi I am not sure if this is okay to ask here but can someone update me on the status of Jcollider & Supercollider for Android? I currently can only get Jcollider to run on linux and I am having no luck with Sc for android Thanks Pat 2 2
by chusmita2011
Is it possible to create a wavetable using data taken from a .wav sound file of eg. A440 saw, or from the wave information off an Audacity waveform track? None of the Buffer Fill commands we've discovered in SC seem to be compatible with creating a wavetable from a .wav file. Is this an... 0 0
by nedsramt
Hi guys! What do you think of synthsdef's that can describe emotions? Like a synth that will produce happy music, sad, rage, melancholy, etc? What we'll be your approach or if you want to share code about it, go for it :) Cheers! 0 0
by mljeronimo
Hello, I've got this bug when I compile the sc3-plugins on ubuntuStudio 11.04. the line : cmake -DSC_PATH=/usr/local/include/supercollider/ .. (find on https://github.com/overtone/overtone/wiki/Installing-supercollider) the error message : CMake Error at CMakeLists.txt:17 (message): ... 0 0
by matthieu
Sorry for newbie question: I don't understand Impulse UGen. What is it good for? Why would I use it rather than SinOsc? (I read manual but found no explanation.) Many thanks in advance. 0 0
by karpov
Hi I am using supercollider on ubuntu linux and i am having an issue with "rrand" Is there an rrand for linux? thanks in advance Patrick Pagano Digital Worlds Institute University of Florida (352)294-2020 0 0
by shreeswifty
Hi all. I am trying to record/render a 5.1 granular program to a 5.1 audio file. Is this possible? I've been recording using this: s.recSampleFormat_("int24"); s.recSampleFormat; s.prepareForRecord("/Volumes/Granular/Clarinet... 1 1
by pauleary
Hi all, I'd like to do something similar, and it was good to read this post. What I'd like to do is have one stereo buffer of say 60 sec, play a looped section of that, let's say 2 seconds. Then move this looped section through the buffer while it's playing, and in addition change the length... 0 0
by Robert van Heumen