[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] [approve] Function-bund
Hi all,
I quite often find myself needing to bundle a few things that need to be sent immediately, i.e. latency isn't an issue, but I want them to be executed simultaneously.
It occurred to me that a shortcut might be nice for this:
<x-tad-smaller>+ Function {
bund { arg server;
(server ? Server.default).makeBundle(nil, this);
}
}
</x-tad-smaller>
Useful? Bloat?
S.