Search for «Synth»doc code in class tags
example fft sc->processing v2
by Fredrik Olofsson on 15 Aug'14 00:21 inan extended version of http://sccode.org/1-4Ty this one sends 3 streams of spectral data at the same time - high, mid and low filtered. note: quite
reception: useful (1)glitchySampler
by tigges-p on 12 Aug'14 20:32 inHey guys! I used this code on my first release and some people asked for a look on it. It's basically a PlayBuf UGen whose arguments are modulated t
Re: An FM Matrix Synth with 1to1 feedback -- nanokontrol NNdef version
by miguel-negrao on 22 Jun'14 14:20 inFM Matrix Synth, now with 1to1 feedback! Version for nanocontrol: 3x3 matrix indexes - 9 faders freqs, first 3 knobs amps, second group of
Receiving NIMate generated OSC messages
by rev on 13 Jun'14 12:47 inSimple Theremin receiving OSC messages generated by NIMate via a MS Kinect. The code is raw and contains arbitrary mapping. Works with "Full Skeleton
Additive Synthesis Demo with QuNeo - Patch 4 (Risset Bell)
by Bruno Ruviaro on 08 Apr'14 04:21 inQuNeo controller playing Risset Bells (additive synthesis demo). This one adds controls for Attack and Release times.
Simple Vocable Synthesiser
by uiae on 19 Mar'14 12:43 inA SuperCollider version of Alex McLean's vocable synthesiser. The original is written in haskell and uses hsc3. [Source Code](http://yaxu.org/softw
Scanned Synthesis Visualisation
by Matthew Kane on 25 Feb'14 23:39 inVisualization of scanned string synthesis.
reception: gui (1)scanned synthesis (1)visualization (1)Part-Aleatoric Sample Machine
by nathan on 01 Feb'14 18:26 inThis piece is a demonstration of the Part-Aleatoric Sample Machine, a project I am working on to explore possible interfaces between human and non-hum
Electric car
by Kosmas Giannoutakis on 12 Jan'14 14:23 inIn 2011 I took part in a competition for making sound design for the electric car in Germany. I didn't get any distinction but I think my sounding eng
reception: cool (1)The Collatz Scale
by henklass on 08 Jan'14 14:37 inSome time ago a did a thing on a series of numbers, that, as I learned later, was officially called the Collatz problem and it can be found on the Onl
20140103_1504 (pluck piece)
by nathan on 03 Jan'14 17:30 inNew piece arranged and performed in SuperCollider based on code from Bruno Ruviaro, "Pluck (Karpus-Strong) example" (pluck pattern - thanks Bruno) and
Sound file chunks: Workaround for single-precision buffer indexing
by jamshark70 on 07 Nov'13 03:19 inOne of the common questions on the list is about handling very large sound files with BufRd. BufRd indexes into the buffer using a single-precision fl
Simple Amplitude Trigger (language side)
by rukano on 21 Oct'13 12:45 inSimple amplitude trigger using Onsets, Amplitude and SendReply for sending triggers to sclang from SoundIn.
Simple Amplitude Tracker (language side)
by rukano on 21 Oct'13 12:41 inIt's jsut an amplitude tracker, to exaplin how to send values from scsynth to sclang.