|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.midi.sequence.RecordingPolicy
public abstract class RecordingPolicy
A RecordingPolicy determines what MIDI signals will be recorded. It is passed each signal Connection and will typically use information from this Connection to select which Connections are to be recorded. Choices for recording might be Live input (controller) Live output (instrument) Playback output (master?)
Constructor Summary | |
---|---|
RecordingPolicy()
|
Method Summary | |
---|---|
static RecordingPolicy |
everything()
|
abstract boolean |
select(MidiConnection connection)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordingPolicy()
Method Detail |
---|
public abstract boolean select(MidiConnection connection)
public static RecordingPolicy everything()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |