Static variables
staticinlineread onlyMAX_BUFFER_SIZE:Int = 32000
Specifies the maximum size for the buffer used to cache sampled control values.
If startCachingSamples
returns samples that require more memory than you specify,
it throws a memory error.
Variables
Methods
getCachedSamples(data:ByteArray, append:Bool = false):Int
Writes cached sample values to the ByteArray. @return
Parameters:
data | |
---|---|
append |
startCachingSamples(numSamples:Int, controls:Vector<String>):Void
Requests this device to start keeping a cache of sampled values.
Parameters:
numSamples | |
---|---|
null | controls |