Page 1 of 1

A class for building simple interface's with SuperCollider

Posted: 23 Nov 2012 11:47
by marinus
hello,

I have uploaded a beta version of the Lemur interface builder class on my Github online. The library I am working on is to be used as a SuperCollider class extension. I hope to hear your idea's and feedback especially about the Lemur class and help file.

https://github.com/marinusklaassen/AC-MLib

Just drag the lib folder into the extensions folder and recompile SuperCollider to install.

Search in SCDoc for MlemurGui to find the helpfile.

Platform Specific Directories

User-specific
OSX ~/Library/Application Support/SuperCollider/Extensions/
Linux ~/share/SuperCollider/Extensions/

Platform.userExtensionDir

System-wide (apply to all users)
OSX /Library/Application Support/SuperCollider/Extensions/
Linux /usr/local/share/SuperCollider/Extensions/

Platform.systemExtensionDir

grt, marinus

Re: A class for building simple interface's with SuperCollid

Posted: 23 Nov 2012 14:04
by Macciza
Thanks Marinus
Cloned . . .
I'll pass it on as well . . .
Would love to have a deeper look at this but bit hectic at the moment.
Maybe also advertise it on the SC forum - Not that I get to follow that as actively as I would like to . . .
Could make some marvelous things with this and a headless MacMini, or even a Pi and have Lemur as a dynamic interface . . .
Cheers
MM

Re: A class for building simple interface's with SuperCollid

Posted: 23 Nov 2012 20:31
by nitefish
Thank you.
The class works and the helpfile too...