grirgz

Avatar

grirgz's code

how to generate the synthdef with a pattern

2
05 Jan'24 02:28 in patternsynthdef

synthdef building should take less time than s.latency for this to work

Import midinote, dur, amp and sustain from midi file using SimpleMIDIFile

30 Dec'21 01:57 in patternmidifilemidimport

There is the .p method (see http://sccode.org/1-5aT) but here is also a way to retrieve the values directly

Cleanroom

17 Feb'20 01:17 in Cleanroom

FM bell and bass

2

Synthdefs inspired by FM8

Eternal sunrise

5
19 Jul'17 03:15 in sleep

LFO blues

1
11 Jun'17 20:23 in LFO bluesLFO bluesLFO blues

City

2
03 Jun'17 02:09 in

Late morning

25 May'17 06:45 in

Snow

1
23 Jul'16 19:55 in Snow

Entities

2
19 Jul'16 04:37 in drone

Re: Launchpad Spiral

1
21 May'16 20:07 in Re: Launchpad Spiral

For the challenge, let's make the path algorithmically =)

Re: Morphing Saw Bass

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

In-App purchase

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 beat, then remove and add new notes as time advance. there is a bit of random in bass and perc too. You can hear a recording here : https://soundcloud.com/insomniark/in-app-purchase

Pi sonification

14 Nov'15 19:07 in Pi sonification

It take groups of 10 decimals from Pi and use each number as an index in arrays of patterns. If you are bored by pi, you can try other numbers

random patterns

11 Nov'15 19:12 in

this generate very diverse compositions, tweaking is easy and change a lot the sounds generated, adding better synthdef can improve further the sound. A lot to explore here

fm generated melody

2
11 Nov'15 19:02 in

I'm sure it's a well known technique, but I found this by accident and I'm amazed by the cool jazzy basslines generated from nowhere

Re: Re: the perfect frequencies

1
13 Oct'15 22:42 in ambientcode forkrandom

That's why I love SC, I just randomly added code, and everytime something cool come from it! =)

Modulation sequencing

01 Sep'15 22:24 in patternmodulationsequencer

Two simple ways to set a different modulation per step in a pattern

Random arpeggio by default

26 Jul'15 01:27 in

Gates

21 Jul'15 02:12 in GatesGates

tri-o emulation

29 Mar'15 19:17 in tri-o emulationtri-o emulation

I just saw this controller https://gaojiafeng.wordpress.com/2014/02/11/tri-o-2014/, not a bad idea, but no need to have real rotating discs ;) Adapting this code for use with a regular midi controller should be fairly easy

radio tunner and harmonica

4
04 Feb'15 00:06 in

Maybe I should not post code which come directly from the SC documentation, but It's been years that I read this doc, I never listened to the code example of the SelectXFocus man page, and now I nearly fell off my chair, these gems are hidden in examples, this is awesome ! I can play for hours with this harmonica =) I like this playability with mouse. I've added a variation a the end using MouseButton to blow

sandlizard

2 2
29 Dec'14 21:31 in padlizardchurch

Sound file position selector GUI

1

Sometime you want to play a certain part of a sound file, but you must provide the Synthdef with the starting and ending buffer frame number. It's nice to be able to select it graphically. <Space> play the selected part (or till the end if no selection is made), <Enter> stop the playing. The position selected is posted on post window in the form [start, lenght, end]. The range slider allow zooming and scrolling.

Vowel space by formants f2 f1

05 Nov'14 01:32 in guivowelformant

Code by Andrea Valle

distobass

23 Oct'14 21:41 in bassdistortion

Molecular music box 2

6
28 Aug'14 02:27 in patterngenerativemolecular

Same algo, but instead of picking the next note in the scale, it take the next event in an event pattern, much more possibilities, I have fun for hours with that =)

Molecular music box

1

Inspired by this post http://www.kimri.org/blog/?p=487 I rewritten the algo to use more the patterns, so it's generated on the fly and it's easy to customize it =)

kick feedback

12 Jul'14 23:39 in effectfeedbackkick

greyhole bits

2 1
14 Apr'14 23:11 in greyhole bitsgreyhole bits

Not very original since I copied the bit code from http://schemawound.com/post/58980873930/bitwise and added a greyhole. But it sound so amazing I want to share it =)

Re: Algorithmic melancholy

2
27 Jan'14 23:35 in code forkgenerative

A little fork. I left all the old code for historical reasons

Env editor with knobs to edit individual points

I needed an Env editor with knobs to edit individual points. Maybe it can be useful to someone. You can zoom horizontally with shift+mouseDrag. Show also a way to write classes with events

Real-time pattern morphing with Ndef

When you understand that Ndef can be used to modulate pattern keys, it opens a whole new world

X-Files

01 Sep'13 22:13 in

I always liked this sound when watching X-Files, then I re-created it by chance =) (fork of the tweet 0007 by redFrik)

electric guitar

21 Jul'13 19:59 in

blaplop

09 Jul'13 21:37 in blaplopblaplop

Re: Chicago Chord Pad

1 1

a little fork of the Chicago chord pad. Edit: eliminate the click by replacing adsr by dadsr

pattern morphing

1
27 Jul'12 05:18 in patternmorphingevent

A pattern which do morphing between two event pattern (cross-fading synth arguments)