| Package | Description |
|---|---|
| auditory.described | |
| event | |
| visual.dynamic.described | |
| visual.dynamic.sampled |
| Modifier and Type | Method and Description |
|---|---|
void |
Score.upbeat(Metronome metronome)
Handle an upbeat message.
|
void |
Part.upbeat(Metronome metronome)
Alert this Part to the fact that is should
make itself ready to be played
|
| Constructor and Description |
|---|
Orchestra(Score score,
Metronome metronome)
Explicit Value Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UDPDrivenMetronome
A Metronome that is driven by UDP messages.
|
| Modifier and Type | Method and Description |
|---|---|
Metronome |
Stage.getMetronome()
Get the Metronome that this Stage is using.
|
| Constructor and Description |
|---|
Stage(int timeStep,
Metronome metronome)
Explicit Value Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Metronome |
Screen.getMetronome()
Get the Metronome being used by this Screen.
|
| Constructor and Description |
|---|
Screen(Metronome metronome)
Explicit Value Constructor.
|