Search for «ReplaceOut»doc code in class tags
Remap Channel Outputs
by smoge on 27 May'24 09:12 inThis code sets up a remapping system where input channels are mapped to output channels based on a predefined configuration. The remapping is done usi
In-between, longing
by jpdrecourt on 29 Sep'20 23:04 inThis 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, pleas
Hotroded "08091500Acid309 by_otophilia"
by bernhard on 15 Apr'20 15:44 inHotroded version of "08091500Acid309 by_otophilia". With additional basssynth, euclidian patterns (needs the Bjorklund Object). With some randomisatio
Piano phase
by jpdrecourt on 07 Apr'20 13:39 inEarly experimentation with patterns. Attempt at recreating Piano Phase by Steve Reich with random part lengths.
Simple wrapper class for VSTPlugin
by david_morgan on 29 Dec'19 19:41 inThis is a class to streamline some of the boilerplate code for wiring up the VSTPlugin extension. It is intended to make using VSTPlugin with a NodePr
reception: jitlib (1)vst (1)ChannelStrip
by meunier.fabien on 10 Nov'18 20:16 inA channel strip and master bus SynthDef to create your own mixer, be carefull cause you can create feedback loops by feeding channel A into channel B
Spacey Synth example
by Bruno Ruviaro on 19 Jan'18 17:44 inExample reworked and extended from http://wiki.cs.princeton.edu/index.php/Example_5 It outputs MONO as it was designed for SCLOrk
Modanung - Return of the King
by Modanung on 05 Jun'15 00:47 inThe final version had a preverb added to it in Audacity. It can be found here: https://modanung.bandcamp.com/track/return-of-the-king
Molecular music box 2
by grirgz on 28 Aug'14 02:27 inSame 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 hour
Subtractive Synthesis GUI Demo 2
by Bruno Ruviaro on 09 Sep'13 04:57 inTranslucent "pad" interface to play with subtractive synthesis. White noise triggered by either Impulses of LFPulse, then filtered by a Band Pass Filt
Frequency Modulation GUI Demo 4
by Bruno Ruviaro on 09 Sep'13 04:47 inExperiment with FM by specifying contours for Carrier Frequency, Modulation Index, and Amplitude Envelope. Also adjust duration of events. In this ver
Frequency Modulation GUI Demo 3
by Bruno Ruviaro on 09 Sep'13 04:45 inExperiment with FM by specifying contours for Carrier Frequency, Modulator Frequency, Modulation Index, and Amplitude Envelope. You can also choose du
Additive Synthesis GUI Demo 3
by Bruno Ruviaro on 09 Sep'13 04:33 in2 button rows to play up to 16 inharmonic partials of a given fundamental frequency. Horizontal Sliders control ADSR envelope, Global Volume, and Fund
Additive Synthesis GUI Demo 1
by Bruno Ruviaro on 09 Sep'13 04:26 inSimple button grid to play first 16 partials of a harmonic series. Horizontal Sliders control ADSR envelope. All partials have equal amplitude.
Little FM Synth (Second Version)
by yl0506 on 29 Apr'13 11:06 inI tried to increase the modularity of the code synthdef. It remains to improve the modularity and conciseness of code pattern. I find it too "heavy",
Little FM Synth
by yl0506 on 29 Apr'13 00:14 inA simple synth with some controls and a little musical pattern to test it. Sorry if my code isn't very good, i'm a newbie. Help will be welcome ...