Hi all, I'm looking for a block that is like the vector sink, however, it does not store samples in an unbounded manor until it is reset. It's a vector sink that stores a fixed item length worth of samples that allows python to get them when it wants. The block should consume samples every time its called by the scheduler whether the block is accessed by python or not.
Does this functionality already exist? Thanks, Rich