SynthDescLib:send flag to decide whether or not to send descs loaded from disk
commit98bd60ce64d597cccf36fa26f5765946e170e730
authorJames Harkins <jamshark70@dewdrop-world.net>
Sat, 10 Mar 2012 06:37:45 +0000 (10 14:37 +0800)
committerJonatan Liljedahl <lijon@kymatica.com>
Wed, 14 Mar 2012 14:13:35 +0000 (14 15:13 +0100)
tree9cfbdd20199d2dc2ee02d983dcf8e326d7b7de71
parent9410ace26d69565df8c202a2dbbfd6de55f507c0
SynthDescLib:send flag to decide whether or not to send descs loaded from disk

Also cleaning up "targetServers" --

1. It would never have worked anyway. If you didn't pass in aServer, then
targetServers would have been set to a literal array equivalent to [\aServer]
-- and when you send to that, it would break.

2. But, we never noticed that problem because targetServers was assigned
but then never used.

So I just removed that bit and replaced it with a "x ? y" expression.

Signed-off-by: Jonatan Liljedahl <lijon@kymatica.com>
SCClassLibrary/Common/Audio/SynthDesc.sc