Activity
Xenharmonic rendering of the Xmas favorite
again, after building the l-system using https://anvaka.github.io/lsystem/ A composition. https://github.com/poetaster/supercollider-lsystems
great "crazy"marimbas! :-)
Thanks, it's really very beautiful ans amazing!
And thanks for all you really awsome tutos on Youtube!!:-))
Hello Eli, very nice!
Merci beaucoup ! C'est l'algorithme de dessin de l'interface qui prend beaucoup de place (tire un trait là, puis là, puis là...). J'ai commencé à développer un Quark qui donne accès à ce slider à deux dimensions en tant que Classe, de fait, il n'y a
inspired from "2018 09 18 18 20 48 sweet dreams twitch" by studioTTTguTTT: "https://www.youtube.com/watch?v=vFqCyfdNbZM&lc=Ugz8PRnQHrWs-XOm45p4AaABAg".openOS
funny and amazing "melancholy", bravo!
absolutly great! Thanks for sharing!
Amazing! and very nice sounds!
Merci pour ce morceau de code qui permet à la souris de transformer le son en fonction de sa spatialisation! la longeur du code est somme toute impressionnante! :-)
The song is funny, and the SynthDef and its sound are wonderful!
https://www.gnu.org/music/free-software-song.html
hmmm the *read method is in this file in SignalBox: https://github.com/ambisonictoolkit/SignalBox/blob/master/Classes/extSignal.sc
I'm getting an error on Signal.read -> any dependencies on quarks perhaps? ^^ ERROR: Message 'read' not understood. Perhaps you misspelled 'rand', or meant to call 'read' on another receiver? RECEIVER: Signal
showing a chord in a supercollider window in music notation using the Fosc quark
Generates an Image containing the spectrogram of a soundfile
True, if you replace rq:0.1 with rq:0.5 in the breathe_out synth, perhaps it sounds a bit more like breathing out.
A "parser" for Scala tunings as suggested here: https://scsynth.org/t/scales-and-tunings-without-scale-or-tuning/8014/7
You can listen to a realization of the program here: https://www.youtube.com/watch?v=aUGN7PIJmts
ERROR: syntax error, unexpected NAME, expecting DOTDOT or ':' or ',' or ')' in interpreted text line 43 char 30: pitchRatio = (344 – velocity) / 344; ^^^^^^^^ amplitude = 2.5 / distance.squared; ---------------
There are some hardcoded values you'll have to mess with to play with this. On my Thinkpad touchscreen, an element with usage type Finger indicates a touch with a float either 1.0 or 0.0. First touch element has ID 2, followed by 13, 24, 35, 46. T
This is really great. I apreciate this.
Explore options to freeze playback of a sound file (a) by playhead movement (b) by FFT freeze
By 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 the vst Shapee.
Boilerplate code for creating and testing convolution reverb and impulse responses
Reverb reverb by Click Nilson based on impulse response convolution. Posted on the mailing list.
Can u hear the differential sounds? They are formed on your ear and are not real. Based on the electroacustic piece Klang-Bild-Architektur 5/VII by Frank M Zeidler y André Werner
Generating minimal music by repeating a random chord over and over again, varying individual note volumes (and after a while also timings) to bring out different aspects of the chord. Every time you run it, it will generate a new piece. I use it with
I missed some reference, the original code is by the username nikolai collinsky and the modified version by james mccartney
example by James McCartney extracted from the mailing list: https://listarc.cal.bham.ac.uk/lists/sc-users-2003/msg05160.html
totally a noob, i don't know to get rid of this "ERROR: syntax error, unexpected '(', expecting end of file in interpreted text line 9 char 1: ( // Note Off message ^ ~mainCaller.value(80, 0); ----------------------------------- ER