Basic

3 December 2004


FlowLayout


A layout manager for quick SC2 gui building. I cannot stress how helpful this thing is. Just keep adding stuff to the gui and let the manager make sure everything is lined up. All of my gui objects use this. Translation of code written with this to 3. layout managers was very easy for me.

SaveConsole


Save, save as..., no-clobber/auto-bak up, can write to disk while playing.

SynthConsole


play,record,write,select sound file format. works for any valid ugenFunction

Updater


a convienient MVC tool.

Menu, PopUp,ActionButton


some day these will all be combined into one waste-free heirarchy

TaskIfPlaying,Include,Require

LabelledNumericalView,SelectButtonSet

KeyDown


as long as you are focused on a view, any view, you can intercept key down messages and send them to a registered function via this class.

PathName


also included here is PathName written by AdC.