Copy

final case class Copy(targetOffset: Int, source: Int, sourceOffset: Int, num: Int) extends Command

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.

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.

Companion
object
trait Serializable
trait Command
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def args: Seq[Any]
def isSynchronous: Boolean
def name: String
override def readerKey: String
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final override def productPrefix: String
Definition Classes
Command -> Product
Inherited from
Command