final case classCopy(targetOffset: Int, source: Int, sourceOffset: Int, num: Int) extends Command with Product with Serializable
Copies samples from the source buffer to the destination buffer specified in the b_gen message.
If the number of samples to copy is negative, the maximum number of samples possible is copied.
Linear Supertypes
Serializable, Serializable, Product, Equals, Command, AnyRef, Any
Copies samples from the source buffer to the destination buffer specified in the
b_gen
message. If the number of samples to copy is negative, the maximum number of samples possible is copied.