Package | Description |
---|---|
de.sciss.jcollider |
Modifier and Type | Class and Description |
---|---|
class |
ContiguousBlockAllocator
Quite a 1:1 translation from the SClang class written by James Harkins, this
class is a robust allocator for busses in a dynamic environment.
|
class |
PowerOfTwoAllocator
Quite a 1:1 translation from SClang, this
is used as the default bus allocator by the server.
|
Modifier and Type | Method and Description |
---|---|
BlockAllocator |
PowerOfTwoAllocator.Factory.create(int size) |
BlockAllocator |
ContiguousBlockAllocator.Factory.create(int size) |
BlockAllocator |
BlockAllocator.Factory.create(int size)
Creates a new block allocator instance of the given size.
|
BlockAllocator |
PowerOfTwoAllocator.Factory.create(int size,
int pos) |
BlockAllocator |
ContiguousBlockAllocator.Factory.create(int size,
int pos) |
BlockAllocator |
BlockAllocator.Factory.create(int size,
int pos)
Creates a new block allocator instance of the given size,
with Bus indices starting at a given index.
|
protected BlockAllocator |
Server.getAudioBusAllocator()
Automatic audio bus allocator
for package internal use only.
|
protected BlockAllocator |
Server.getBufferAllocator()
Automatic buffer ID allocator
for package internal use only.
|
protected BlockAllocator |
Server.getControlBusAllocator()
Automatic control bus allocator
for package internal use only.
|
Copyright © 2015–2022 SciJava. All rights reserved.