Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed wrong buffer substitution in Signal class
With the CONTIGUOUS_ZEROCOPY signal data format, since the memory is not owned by the Signal object it should not be modified. Changing the buffer in this case means only updating the pointer to the first element and the signal width.
- Loading branch information