Class RealTimeRpEditorDialog<E>

Type Parameters:
E - RhythmParameter value class
All Implemented Interfaces:
ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class RealTimeRpEditorDialog<E> extends RpCustomEditorDialog<E> implements PropertyChangeListener
A RpCustomEditor dialog implementation which lets user preview the RP value changes in real time (while the sequence is playing).

The dialog can be customized for a given RhythmParameter via the RealTimeRpEditorComponent which provides the RP value editing capability.

See Also: