melton.drone.03 Ableton instrument rack

Hot-on-the-heels of sharing my melton.drone Reaktor ensembles, it occurred to me I could create something similar with Ableton’s native devices in an instrument rack. So, I’ve uploaded melton.drone.03.adg (zip archive, requires Ableton and the Operator synth instrument). I assigned the main controls for the oscillators as macros in the first instrument rack—but be sure to utilize the volume controls for each oscillator in Operator as well—and grouped controls for the filters and saturator as macros in the effects rack. I added a compressor and limiter on the end for better dynamics control.

For melton.drone.03, the signal path is Operator Oscillators 1-4  > Filter 1 (default Lowpass, but switchable) > Saturator > Filter 2 (usually Highpass, but switchable) > Filter 3 (usually Highpass, but switchable) > Compressor > Limiter

I find it helpful to create a clip with a latched note to trigger the rack (one that loops continuously inside of its start and end markers). Follow these instructions to make one:

  1. Make a note that starts at 1.0.0, set the note end at 4.0.0
  2. Set the clip start marker at 1.0.0
  3. Set the loop braces to – start: 2.0.0 , – end 3.0.0

This is still a work-in-progress, so please share your presets and any feedback with me. Here’s the CC license:

Creative Commons License
melton.drone.03.adg by Jeffrey Melton, aka nofi is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. Based on a work at www.nofi.org.

melton.drone Reaktor ensembles

 

I’ve been working on some new drone/noise patches (show above) with NI Reaktor in preparation for an upcoming public radio performance. They are the continuation of some ensembles I created several years ago, this time inspired in part by the Drone Lab hardware schematics from Casper Electronics (though clearly not exact copies). I was trying to work with my trusty Nord Micro Modular but find Reaktor more stable, powerful and easier to patch.

After some requests I’ve decided to share them, free to download and play with 2011-09-melton.drone.ens (zip archive, requires Reaktor to play).

For melton.drone.01, the signal path is Oscillators 1-4 > Mixer > Filter 1 (usually Lowpass, but switchable) > Saturator > Filter 2 (usually Highpass, but switchable) > Filter 3 (usually Highpass, but switchable) > Amp.

For melton.drone.02, the signal path is Oscillators 1-4 (Osc 1 can FM Osc 2, Osc 3 can FM Osc4) > Mixer > Filter 1 (usually Lowpass, but switchable) > Wrapper > Filter 2 (usually Highpass, but switchable) > Filter 3 (usually Highpass, but switchable) > Amp.

Play with the included snapshots to preview some of my upcoming work. It’s a good idea to put a limiter behind these, since certain settings can create extreme noise and volume. Add some reverb, grain delay or your favorite effects as needed. NOTE: the controls on the waveform displays only control the view and do not alter the sounds.

These are still works-in-progress, so please share your snapshots and any feedback with me. Here’s the CC license:

Creative Commons License
melton.drone ensembles by Jeffrey Melton aka nofi is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. Based on a work at www.nofi.org.

Processing: Random font test 03

text-0060.jpg text-0393.jpg text-0263.jpg

Random font test 03 is my first foray into using text functions in Processing. Yes, I’m still working with procedural code. Eventually, I hope to get my head around true object oriented programming (OOP) for more interactivity and generative art goodness. Above and below are a few stills (click to enlarge), and here’s a short movie of the results (1.25 MB .mov), also on Vimeo.

text-0511.jpg text-0540.jpg text-0025.jpg

 

Processing: Random spheres 01

rand_spheres-00000054.jpg rand_spheres-00000058.jpg rand_spheres-00000083.jpg

Random spheres 01 is my first foray into using 3D sphere and light functions in Processing. Above and below are a few stills (click to enlarge), and here’s a short movie of the results (932 KB .mov).

rand_spheres-00000163.jpg rand_spheres-00000238.jpg rand_spheres-00000033.jpg

 

Processing: Random bezier blur & posterize

0095.jpg 0062.jpg 0032.jpg

I have been experimenting with filter() to blur and posterize in Processing, and Random bezier blur & posterize is the result. Above are a few stills (click to enlarge), but it works best in motion. Here’s a short movie of the results (824 KB .mov). If you let it go for a while, it makes for a soothing light show. It runs as a Java applet here, but you can download the source code to save image sequences or rework.