Package | Description |
---|---|
org.jsynthlib.synthdrivers.RolandD10 | |
org.jsynthlib.synthdrivers.RolandD10.message |
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.add(Entity entity)
Creates a new entity object which is the sum of this object and the
supplied object.
|
static Entity |
Entity.createFromDataValue(int dataValue)
Creates an entity object from the supplied data value.
|
static Entity |
Entity.createFromIntValue(int intValue)
Creates an entity object from the supplied int value.
|
Entity |
Entity.multiply(Entity entity)
Creates a new entity object which is the product of this object and the
supplied object.
|
Entity |
Entity.subtract(Entity entity)
Creates a new entity object which is the difference of this object and
the supplied object.
|
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.add(Entity entity)
Creates a new entity object which is the sum of this object and the
supplied object.
|
static EditSender |
EditSender.getSender(Entity base,
int offset) |
Entity |
Entity.multiply(Entity entity)
Creates a new entity object which is the product of this object and the
supplied object.
|
Entity |
Entity.subtract(Entity entity)
Creates a new entity object which is the difference of this object and
the supplied object.
|
Constructor and Description |
---|
EditSender(Entity base,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
D10TransferMessage.setAddress(Entity address)
Sets the address.
|
Constructor and Description |
---|
D10DataSetMessage(Entity bodySize,
Entity address) |
D10RequestMessage(Entity address,
Entity size) |
Copyright © 2014. All Rights Reserved.