| Package | Description |
|---|---|
| metro |
Metro is a framework which sends/receives MIDI messages via JACK Audio
Connection Kit.
|
| pulsar |
TODO Write this document.
|
| quartz.lib.scheme | |
| quartz.lib.secretary |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MetroPort> |
Metro.searchInputPort(Invokable condition) |
java.util.List<MetroPort> |
Metro.searchOutputPort(Invokable condition) |
java.util.List<MetroTrack> |
Metro.searchTrack(Invokable invokable) |
| Modifier and Type | Class and Description |
|---|---|
class |
PulsarTrack |
class |
SchemeSequence |
class |
SchemeSequenceRecorder |
| Modifier and Type | Method and Description |
|---|---|
Invokable |
Pulsar.getMainProcedure()
Returns the main-invokable object.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Runnable |
Pulsar.createTimer(java.lang.Runnable threadInitializer,
long delay,
long interval,
Invokable invokable) |
void |
Pulsar.setMainProcedure(Invokable mainProcedure)
Sets the main-invokable object.
|
| Constructor and Description |
|---|
SchemeSequence(Invokable procedure) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvokableSchemeProcedure |
| Modifier and Type | Method and Description |
|---|---|
static Invokable |
InvokableSchemeProcedure.createSecretarillyInvokable(gnu.mapping.Procedure procedure) |
| Modifier and Type | Class and Description |
|---|---|
class |
SecretariallyInvokable<R> |
| Constructor and Description |
|---|
InvokableMessage(Invokable invokable) |
InvokablyRunnable(Invokable invokable,
java.lang.Object... args) |
SecretariallyInvokable(SecretaryMessageQueue<R> messageQueue,
Invokable invokable) |