Search for «Color»doc code in class tags by rukano remove user filter

Step Sequencer with Midi/Scales/Tuning capabilities

by rukano on 16 Dec'11 08:52 in midi step sequencer sequencer

Very old code I made in my first SuperCollider years. Changed some stuff to not use environment variables. Still works... but, yeah... spaghetti code

OSC to MIDI converter (GUI)

by rukano on 04 Jan'12 20:04 in midi osc converter

Code written in about 1 hour trying to emulate gui and behaviour of osculator. Ended up being just a OSC to MIDI CC converter... but it's open to othe

reception: useful (1)

Looping Station

by rukano on 10 Feb'12 18:42 in looper

GUI for recording and playing quantized loops. If you change the tempo, hit on refresh. You can change the output bus for the click (first variable

reception: nice (1)useful (1)

SC Cube (from the list archives)

by rukano on 14 Feb'12 18:58 in supercollider cube logo fanboy

One face of the SC cube. Code originally by Batuhan Bozkurt (iirc). Feel free to fork and pimp or make a 3D version of the cube ;) Code taken from:

Cheap Screen Saver (randomness free)

by rukano on 11 May'12 13:05 in cheap screen saver animation

Messing around with pen, trying not to use randomness. Turned out like a 90's screen saver.

reception: beautiful (1)

Synchronous control bus visualizer using the shared memory interface

by rukano on 28 May'12 22:53 in synchronization control bus audiovisual animated user interface

Messing around with Control buses and later Control Ndefs and using getSynchronous to use the exact value of the UGen in the draw function. Extra: yo

Simple animated 2D user interface

by rukano on 28 May'12 23:45 in synchronization control bus audiovisual animated user interface

A more simple example using the shared memory interface to get the current status of a bus, and also setting a bus from the GUI. The circle turns red

reception: educational (1)example (1)

SuperSimpleSequencer

by rukano on 19 Jun'12 00:00 in sequencer

Just for fun and a demonstration of gui/2Darrays/synths/tasks in less than 30 lines.

3D Scope

by rukano on 10 Dec'12 12:45 in scope plot 3d

This was inspired by http://sccode.org/1-1HR and a student wanted to do a 3D freq/spectrum plot over time. The colors are just for extra funkyness...

1