iainctduncan/scheme-for-max

new function: output but spread list across available outlets

Closed this issue · 1 comments

when called in an s4m @Outs 3:
(out* '(1 2 3 4))

output is spread across the outlets with all remaining going out the last (ie outlet 2 will get '(3 4))

Implemented in s4m.scm as out*