new [sgate] ?
hello,
I wonder if there is a gate existing that is optimised for a specific symbol ?
like [sgate].
MACOSX
MAX 5
thanks,
bd
not sure, but could you use a combination of [sel s] and a regular gate?
stephen kay had a set of optimized gates quite a while ago
don't think they have been ported
but could be a worthwhile project for some ambitious soul
sgate and its partners igate, etc. were designed to save a couple of cycles by not having to identify the data type before passing it through the gate. Back in the day when at 33MHz machine was considered fast, these kinds of things were useful, but at this point the savings for an optimized gate are less than negligible. It never was designed for data typing. What are you trying to do?