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 inVery 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 inCode 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 inGUI 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 inOne 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 inMessing 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 inMessing 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 inA 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 inJust for fun and a demonstration of gui/2Darrays/synths/tasks in less than 30 lines.