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.

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 name: String
override
def readerKey: String
Definition Classes

Deprecated methods

@deprecated("Will be removed", since = "2.7.3")
def isSynchronous: Boolean
Deprecated
[Since version 2.7.3]

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