Fredrik Olofsson
Fredrik Olofsson's code
creating rhythms
1 1from the book 'Creating Rhythms' by Stefan Hollos & J. Richard Hollos http://abrazol.com/books/rhythm1 ported from c to supercollider related classes: Bjorklund
example fft sc->processing v2
1an 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 heavy on the cpu and sends a lot of data via osc (1024*3 values 61times/second). play any sound on output bus 0 and 1 to test it. e.g. {SoundIn.ar!2}.play updated to work with sc3.9 and processing 3.3.6
some GNUPlot quark examples
Canvas3D used to plot realtime sound
example sequencing soundfiles
1simple example showing how to play one soundfile after the other in a sequence. use as a template.
example fft sc->processing
1template 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 work with sc3.9 and processing 3.3.6
redo_minimalish sketch
2 2took five of my own tweets and played them at the same time.
spinning doughnut
sctweets by redFrik
10 4my collection of tweets. see http://twitter.com/redFrik updated 130513 with tweet0110-0136 updated 131125 with tweet0137-0167 updated 131128 with tweet0168-0172 updated 140106 with tweet0173-0185 updated 140914 with tweet0186-0222 updated 150602 with tweet0223-0235 updated 171009 with tweet0236-0356 updated 171231 with tweet0357-0360
Fredrik Olofsson's comments