Datatype:BitMatrix

Last updated 5 August 2026
Pin Info

Input 1: Emit [Bang]

Input 1: Input [BitMatrix]

Input 2: Store [BitMatrix]

Input 2: Reset [Bang]

Input 3: Resample [BitMatrix]

Input 4: Bit-wise test [BitMatrix]

Input 5: Resampling test [BitMatrix]

1-Input[Bang]: Emits the buffered Bitmatrix.

1-Input[BitMatrix]: Stores the Bitmatrix in the Buffer and emits it.

2-Store[BitMatrix]: Stores the Bitmatrix in the buffer.

2-Reset[Bang]: Resets the buffer to the Default value,if none is set it will be cleared.

3-Resample[Pack]: Resamples the Bitmatrix to fit in the Node Dimensions.and emits the result.

4-Bit-wise test[BitMatrix]: -

5-Resampling test[BitMatrix]: Resamples the input to the Node Dimensionscompares how many True fields match and emits the Result between 0-1**

Output 1: Output [BitMatrix]

Output 2: Test result [Float]

1-Output[BitMatrix]: Emits the stored Matrix

2-Test result[Float]: Emits the Test Result when usingthe Test inputs**

Node Parameters

Matrix: Shows the currently buffered Bitmatrix click the fields to toggle their value.

Expand:

Dims: Defines the colum and Row count of the Node

Default: If enabled, this value will be loaded in the Node buffer at startup.

Variable: Any Bitmatrix referencing the same Variable will share a buffer and emit if any of them is changed.

Persistent: If enabled, value will be stored when changed allowing the buffer to persist even after software restart.