RedFolderGUI patch launcher utility


superclass: Object


document browser and launcher.  select and press return or enter to open a document.

shortcut 'ctrl+u' scans the directory again and updates the list of documents.

button 'loadThis' will run the code in the selected document.

button 'loadAll' will run the code in all the available documents.  may be used to load many synthdefs at once.

button 'reveal' will try to show the document in mac osx finder (using unixcmd plus an osascript).


*new(path, recursive, bounds)

creates a new RedFolderGUI window.

path should point to a folder with sc documents.

recursive is a flag.  if true it will search recursively in all available folders (default= false).

bounds should be a Rect defining window position and size.

update

rescans the directory

font_(font)

set window font

front

bring window to front

window

get parent window

path

get current path

recursive

get or set flag

allPaths

report paths to all documents

listView

access the embedded SCListView



a= RedFolderGUI("examples", true);


a.front

a.font_(Font("Geneva", 9))

a.font_(Font("Monaco", 9)) //back to default


a.window

a.path

a.recursive

a.allPaths

a.listView

a.listView.items