hi all,
there are two new mini externals on the cvs:
assert: when receiving any message to the inlet, it prints an error to the console. the only feature of this error message is, that it's trackable, so it makes debugging patches a bit easier ...
block_delay~: since zexy's nop~ is has been removed from zexy >= 2, i decided to rename it as block_delay~ and release it on it's own: block_delay~ does exactly the same as nop~ did and exactly the same as z~ 64 does. pros: - since it's using simd instructions, it's way faster than nop~ was and z~ is - better name than nop~ :-)
cons: - does the same as z~ 64 from zexy - only works on devel>=0.38, since it's using simd instructions.
any feedback is appreciated ... tim