Linas Zvirblis
Linas Zvirblis
I have done some thinking on how this could be implemented in Vector, and came up with the following. Please forgive me if some of this makes no sense, I...
A simple version without a buffer could look something like this: ```rust impl FunctionTransform for Gate { fn transform(&mut self, output: &mut OutputBuffer, event: Event) { let (open_gate, event) =...
Hi @jszwedko, no worries. I am glad that you think this is useful. I am new to both Rust and Vector code, so this implementation is based on my observations...
Thank you so much for your comments @jszwedko. You are right that some of the option combinations are a bit confusing. I tried to cover two different use cases here:...