Activity
Trying to replicate the Make Noise 0-Coast semi-modular synth design Inspired by https://www.youtube.com/watch?v=gQCmjEgFgS4
(var i = 10.rand, param = (\amp ++ (i + 1)).asSymbol, newval = (Ndef(\x).get(param) + 2.rand2).min(24).max(-24).debug(param), newrq; Ndef(\x).set(param, newval); a[i].value_(newval.linlin(-24, 24, 0, 1)); newrq = (Ndef(\x).get(\rq) + 0.2.rand2).min(4
Brillant ! Another way to write the NDef ``` ( Ndef(\fmMatrix, { var numOscs = q.numOscs; var oscs = []; var freqs = \freqs.kr({|i| 500}!numOscs); var modIndex = \modIndex.kr({|i| 0}!(numOscs**2)).clump(numOscs).postln; var amps
Yes, it's a Quark called 'Bjorklund'
a simple noise eq with 10 filter bands and a gui.
I'm getting "Class not found" for Pbjorklund? Is this a quark?
This is absolutely beautiful work. Super inspiring and it sounds awesome. Thanks so much!
I left the previous comment about not getting it to work but I've figured it out now and it is running fine. Thank you again for sharing your code.
Thanks for sharing this. I can't get it to run with the Audio server turned on though. It runs fine without the audio server. When I turn the server on it says n-set Node 1067 not found
Moaning and groaning SuperCollider draws Feigenbaum's bifurcation graph... This project was inspired by this video: https://www.youtube.com/watch?v=ETrYE4MdoLQ There is a connection to the Mandelbrot set, which is implicitly explained in this video
I developed this to help me work on hearing and playing in just intonation. It's my first GUI so feedback is very welcome, but it works basically ok for what I want it to!
LfBrownNoise and Gendy Experiments for a course at HKB Bern
thanks a lot, it helped me to figure out sending messages from scsynth to python client.
I've been building some tutorials for SuperCollider and just wanted to share this one I made on creating a Chaos Machine in SuperCollider. Full disclosure: I a not a computer scientist and I'm not an expert at SuperCollider. There are probably ineffi
Legend has it that on December 14th of 1287, the day that lives by the name of St. Lucia's Flood, a metalic artifact was unearthed filled with undecipherable hieroglyphs. Long believed to be forged in the fires of hell, mankind had no idea what to ma
my first experiment with NamedControl shorthand notation.
Thanks for sharing/crediting :)
This is amazing! Thanks for posting.
a surprisingly rich soundscape in a few lines of code (lucky accident)
I just stumbled across this one. Awesome, I like it !
read the helpfile at the end of the file!
This is a basic spatial audio tool using source oriented vector based delay and amplitude panning as well as basic room simulation. This code was written using SC3.11 / OSX10.13.6 Dependencies: Quarks wslib, mathlib and SC3plugins package. As
A first attempt to port a doppler pitch shifter following this tutorial: https://www.youtube.com/watch?v=uyzY_ZP54pA to SuperCollider from Max.
A short SynthDef that produces a Shepard-Risset glissando and some code to demo it.
Simple relaxing white noise generator simulating a seaside.
re-creation of the introduction to Fireflies by Owl City (original video: https://www.youtube.com/watch?v=psuRGfAaju4)
I bought a Sequential OB-6 recently and you can control all the parameters with NRPN messages. I wanted to control these NRPN parameters with patterns, adding LFOs for instance.
I was playing around trying to understand how Demand UGens work and come up with this rave-ish example.
what a wonderful idea!
This is the full code of the piece "In-between, longing" posted here for reference. For a brief explanation of some of the features of the code, please check my [blog post](http://drecourt.com/writings/the-code-of-in-between-longing/). You can also
Very cool! It's amazing how much can be done in SC with very little code
THX Deep Note inspired synth sketch
A random pad generation thing. Every time you click EXECUTE, a pad with a certain number of melodic lines is generated using the parameters in the GUI. Use it -> study the code -> modify it -> ? -> profit! P.S. sorry for my mediocre english ;)
inspired by the web site "https://www.window-swap.com/window"
thonk+ yes! I used to massively over-use that back in the day…
oh, I love this sound. Paulstretch is great, now we need to make thonk, remember that one? Altiverb people, I believe.
# Chord Crafter Chord Crafter is a digital MIDI instrument which allows musiscians, producers, beatmakers, or anybody to instantly build, playback, and record their own chords through the use of a DAW by tinkering with chord notation rather than thi
a learning example where you can control patterns with running ugens via control bus. acid-like.