[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Re: OSC issue
On 24.12.2013, at 11:15, Glen F <holaglen@xxxxxxxxx> wrote:
>
> // Run once, to install Proto Quark if needed (Windows users need to do it
> manually).
> (
> ["ddwPrototype"].do{ arg q;
> if (Quarks.isInstalled(q).not)
> { Quarks.install(q) }
> { "Quark '%' is already installed.".format(q).postln }
> }; ""
> )
Btw you can write this whole bit as as:
include("ddwPrototype");
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/