Search for «FFT»doc code in class tags
freeze playback
by LFSaw on 03 Jul'23 10:31 inExplore options to freeze playback of a sound file (a) by playhead movement (b) by FFT freeze
Spectral Cross-Synthesis
by zecraum on 26 Jun'23 00:54 inBy Nathaniel Virgo. See https://listarc.cal.bham.ac.uk/lists/sc-users-2009/msg55766.html This comes from the mailing list as an attempt to simulate
Reverse reverb
by zecraum on 11 Jun'23 17:41 inReverb reverb by Click Nilson based on impulse response convolution. Posted on the mailing list.
Paulstretch for SuperCollider
by jpdrecourt on 07 Apr'20 09:46 inThis is a port of the basic Paulstretch algorithm to SuperCollider (no onset detection). Mono version, for stereo, use 2 instances hard panned. The so
reception: thanks (1)Stutter live looping buffer
by blueprint on 25 Jan'18 12:10 inThe stutter tutorial really has it all. Just not with live audio :)
supercollider implementation of padsynth algorithm.
by 56228375 on 13 Jan'18 12:22 inAn implementation of Paul Nasca Octavian's excellent PadSynth algorithm in supercollider, driven from patterns. This code is accompanied by a blog art
Stutter tutorial
by snappizz on 01 Feb'16 06:27 inStutter 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)experiments in detecting fast onsets with Amplitude UGens
by julian.rohrhuber on 19 Dec'15 20:57 inA series of consecutive experiments (all results visualised as plots) that try to detect onsets in a noisy signal.
Radial loudness meter
by snappizz on 08 Jun'15 00:25 inShort-time loudness is represented by an outer arc, and long-term loudness is represented with a circular graph showing the loudness over the last 60s
Spectrum and Spectrogram of a sound file
by jcc on 07 Nov'14 23:30 inCalculates and plots the spectrum at any position in a sound file (only reads one channel). Displays the spectrogram of a selected segment of a sound
reception: great and useful (1)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)Another weird filter distortion
by wondersluyter on 21 Feb'14 07:55 inDistortion made by abusing the DFM1
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.
SuperCollider sending data to Processing
by Luigi Tamagnini on 09 Sep'13 16:57 infirst in SC i analyse audio data with some useful UGens: Onsets, SendTrig and SendPeakRMS; this data is then polled back to de client and dispatched
example fft sc->processing
by Fredrik Olofsson on 30 Apr'13 18:04 intemplate code for sending lots of data (1024 fft values 61 times per second) from sc to processing. sound function from an old sc-tweet. updated to