uk.org.toot.midi.sequence
Class RecordingPolicy

java.lang.Object
  extended by uk.org.toot.midi.sequence.RecordingPolicy

public abstract class RecordingPolicy
extends java.lang.Object

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

RecordingPolicy

public RecordingPolicy()
Method Detail

select

public abstract boolean select(MidiConnection connection)

everything

public static RecordingPolicy everything()


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.