Search for «SynthDef»doc code in class tags

Re: Kalimba

by p.dupuis on 22 Apr'16 03:37 in code fork instrument pluck kalimba plucked

Here is a slightly thinner sounding version of snappizz's kalimba SynthDef. I added filtering on the SinOsc and on the PinkNoise. IMO it sounds better

Reed synthesis

by snappizz on 22 Apr'16 03:10 in drone instrument reed harmonica melodica accordion

possible basis for harmonica, accordion, etc. adapted from an example from the SelectXFocus help file.

Kalimba

by snappizz on 22 Apr'16 01:45 in instrument pluck kalimba plucked

i needed a kalimba sound so i built one with SinOsc + DynKlank. feedback and improvements are welcome :)

Hymn #15 - generative melody by array rewriting

by madamdata on 19 Apr'16 20:22 in algorithmic

This composition uses a task to read an array of durations and pitches. Every certain number of cycles, the functions scrambRand and octRand are calle

Simple Frequency Modulation SynthDef

by deusofnull on 12 Apr'16 01:37 in fm beginner frequency_modulation

This is a very basic example, I know, but I found it was hard to find basic synthdefs when I was getting started. input args are mostly self expl

Wine Glass Code - Edited

by schun on 16 Mar'16 01:02 in wineglass

This is an addition to my first code of wine glass sound: "The friction between a finger dipped in water and the edge of a wine glass creating a sound

Wobble

by gacastillo on 15 Mar'16 15:48 in pulse wobble tremelo wub triangle

Wobble, tremolo, whatever you want to call it. This code uses amplitude modulation with a triangle wave to produce a lower register pulsating synth.

8-bit synth

by jshimada on 15 Mar'16 15:16 in

Ray Gun

by dcall on 15 Mar'16 09:58 in space alien weapon laser raygun blaster

The sound of an alien weapon firing.

Apocalyptic Visions

by Akash Kumar on 15 Mar'16 06:47 in visions

For my MUSC-115 Final. I decided that I would try to remake all that I could from Visions (my first song that I produced). It was a challenge to get t

Re: Morphing Saw Bass

by grirgz on 14 Mar'16 22:29 in bass code fork morphing sawtooth

my hobbit: adding random arrays of LFO everywhere (bonus: a glitch i don't know where it come from)

Carousel

by mjescobar on 14 Mar'16 05:21 in carnival themepark

Cool modulation synth and Pbind that gets a sound similar to that of a carousel at a carnival. Toy with the \dur and set to 1/2 and it gives a spookie

Morphing Saw Bass

by ecbeckmann on 13 Mar'16 11:45 in bass morphing sawtooth

This is a nice morphing saw bass, that uses multi-voice detuning and stereo expansion for a nice, wide feel, as well as a decaying low pass filter ove

Risset rhythm

by snappizz on 06 Mar'16 21:04 in rhythm risset shephard accelerando decelerando illusion

buffer playback with eternal accelerando rhythm

In-App purchase

by grirgz on 11 Feb'16 18:46 in

the starting element of this track was the "piano" (named dru here) which is picking random notes from a scale then putting them at random time on a b

Binaural Beats Experiment

by axl99 on 06 Feb'16 15:44 in experimental science

An experimental setup to create files of binaural beats attuned to human brainwave frequencies.

El Cubito de Chuito by Roy Fernando Guzmán, 3d Sound using Liminal Spatialization System.

by Roy F Guzmán on 06 Feb'16 09:45 in 3d sound sound forms el cubito de chuito the cube

This code is using Duty UGens in order to produce a SynthDefs to spatialize sound in 3d with out creating Classes.

Stutter tutorial

by snappizz on 01 Feb'16 06:27 in glitch tutorial stutter

Stutter effects grab a small segment of live audio and play it back. It is a popular effect in electronic music, independently invented and developed

reception: instructional (1)just to round out the examples (1)im posting a stutterlivelooper (1)

Simple pattern-based beat slicer

by david_morgan on 24 Jan'16 22:00 in beat slicer

Revised: Made some improvements from previous submission. I hadn't really come across a simple self-contained example to use with patterns. Yo